API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/39/?format=api"
    ],
    "id": 1308,
    "title": "django-cachecontrol",
    "slug": "django-cachecontrol",
    "last_updated": "2009-03-18T05:12:29-04:00",
    "last_fetched": "2026-02-15T09:08:08.953134-05:00",
    "repo_url": "https://github.com/Harut/django-cachecontrol",
    "pypi_version": null,
    "created": "2012-05-19T16:14:25.326891-04:00",
    "modified": "2026-01-28T12:59:38.849349-05:00",
    "repo_forks": 0,
    "repo_description": "Cache dispatcher.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 8,
    "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": [
        "Harut",
        "Lehych",
        "elrond",
        "Ustas"
    ]
}