API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1500/
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/",
        "https://djangopackages.org/api/v4/grids/11/"
    ],
    "id": 1500,
    "title": "django-cache-panel",
    "slug": "django-cache-panel",
    "last_updated": "2013-07-01T08:47:48-04:00",
    "last_fetched": "2026-02-15T03:09:19.436977-05:00",
    "repo_url": "https://github.com/lincolnloop/django-cache-panel",
    "pypi_version": "0.1",
    "created": "2012-10-11T14:16:42.742262-04:00",
    "modified": "2026-01-28T16:51:13.762277-05:00",
    "repo_forks": 6,
    "repo_description": "Django Cache Debug Toolbar for Redis, Memcache and PyLibMC",
    "pypi_url": "http://pypi.python.org/pypi/django-cache-panel",
    "documentation_url": null,
    "repo_watchers": 134,
    "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": [
        "ross",
        "bkonkle",
        "rassie",
        "pterk",
        "wolph",
        "kulewski"
    ]
}