API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3277/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/58/",
        "https://djangopackages.org/api/v4/grids/28/",
        "https://djangopackages.org/api/v4/grids/424/"
    ],
    "id": 3277,
    "title": "django-cryptography",
    "slug": "django-cryptography",
    "last_updated": "2024-02-15T22:05:10-05:00",
    "last_fetched": "2026-02-15T04:05:50.500645-05:00",
    "repo_url": "https://github.com/georgemarshall/django-cryptography",
    "pypi_version": "1.1",
    "created": "2016-04-15T13:04:16.849708-04:00",
    "modified": "2026-01-28T16:59:06.733594-05:00",
    "repo_forks": 88,
    "repo_description": "Easily encrypt data in Django",
    "pypi_url": "http://pypi.python.org/pypi/django-cryptography",
    "documentation_url": "https://django-cryptography.readthedocs.io",
    "repo_watchers": 407,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "georgemarshall",
        "dependabot[bot]",
        "iurisilvio",
        "mrname"
    ]
}