API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/364/?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": 364,
    "title": "django-versionedcache",
    "slug": "django-versionedcache",
    "last_updated": "2013-01-27T12:56:17-05:00",
    "last_fetched": "2026-02-15T14:01:31.774310-05:00",
    "repo_url": "https://github.com/ella/django-versionedcache",
    "pypi_version": null,
    "created": "2010-09-15T10:00:36.881943-04:00",
    "modified": "2026-01-28T13:26:25.667414-05:00",
    "repo_forks": 6,
    "repo_description": "Yet another cache backend for django. This one includes: memcache, mintcache and automatic key versioning for gracefull upgrades.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 27,
    "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": [
        "honzakral",
        "kvbik",
        "justquick",
        "Almad",
        "whit"
    ]
}