API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/254/
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/7/"
    ],
    "id": 254,
    "title": "django-cas-provider",
    "slug": "django-cas-provider",
    "last_updated": "2009-10-15T18:37:57-04:00",
    "last_fetched": "2026-02-15T09:09:35.764125-05:00",
    "repo_url": "https://github.com/mstepniowski/django-cas-provider",
    "pypi_version": null,
    "created": "2010-09-12T09:37:38.391107-04:00",
    "modified": "2026-01-28T13:01:20.369686-05:00",
    "repo_forks": 6,
    "repo_description": "Central Authentication Service Provider for Django",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 23,
    "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": [
        "mstepniowski"
    ]
}