API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1025/
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/131/"
    ],
    "id": 1025,
    "title": "django-cachepurge",
    "slug": "django-cachepurge",
    "last_updated": null,
    "last_fetched": "2026-02-16T05:09:07.566364-05:00",
    "repo_url": "https://code.launchpad.net/django-cachepurge",
    "pypi_version": "0.3",
    "created": "2011-11-19T10:47:15.726972-05:00",
    "modified": "2026-01-28T16:51:14.843593-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-cachepurge",
    "documentation_url": null,
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}