API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/7/"
    ],
    "id": 522,
    "title": "Django-cas",
    "slug": "django-cas",
    "last_updated": "2013-04-01T15:44:15-04:00",
    "last_fetched": "2026-02-15T09:09:33.840315-05:00",
    "repo_url": "https://bitbucket.org/cpcc/django-cas",
    "pypi_version": null,
    "created": "2010-12-01T17:38:42.895230-05:00",
    "modified": "2026-01-28T13:01:16.091810-05:00",
    "repo_forks": 20,
    "repo_description": "CAS (Central Authentication Service) middleware for Django.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 30,
    "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": [
        "cpcc"
    ]
}