API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/607/
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": 607,
    "title": "django-query-caching",
    "slug": "django-query-caching",
    "last_updated": "2013-01-05T04:44:59-05:00",
    "last_fetched": "2026-02-16T03:05:48.437572-05:00",
    "repo_url": "https://github.com/SeanHayes/django-query-caching",
    "pypi_version": "0.1.1",
    "created": "2011-01-29T18:13:00.481422-05:00",
    "modified": "2026-01-28T16:16:20.373976-05:00",
    "repo_forks": 1,
    "repo_description": "EXPERIMENTAL/ALPHA. Transparently caches the results of SQL SELECT statements.",
    "pypi_url": "http://pypi.python.org/pypi/django-query-caching",
    "documentation_url": null,
    "repo_watchers": 5,
    "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": [
        "SeanHayes"
    ]
}