API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/964/
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/39/"
    ],
    "id": 964,
    "title": "cache-tagging",
    "slug": "cache-tagging",
    "last_updated": "2016-07-22T04:33:54-04:00",
    "last_fetched": "2026-02-15T19:09:27.888220-05:00",
    "repo_url": "https://bitbucket.org/emacsway/cache-tagging",
    "pypi_version": "0.7.7.40",
    "created": "2011-10-17T07:43:40.551006-04:00",
    "modified": "2026-01-28T14:47:55.122994-05:00",
    "repo_forks": 1,
    "repo_description": "Cache tagging allows you easily invalidate all cache records tagged with a given tag(s). Django support.",
    "pypi_url": "http://pypi.python.org/pypi/cache-tagging",
    "documentation_url": null,
    "repo_watchers": 12,
    "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": [
        "emacsway"
    ]
}