API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5153/?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/418/?format=api"
    ],
    "id": 5153,
    "title": "django-zen-queries",
    "slug": "django-zen-queries",
    "last_updated": "2023-07-17T10:17:44-04:00",
    "last_fetched": "2026-02-15T18:02:41.880793-05:00",
    "repo_url": "https://github.com/dabapps/django-zen-queries",
    "pypi_version": "2.1.0",
    "created": "2021-09-29T17:30:10.850539-04:00",
    "modified": "2026-01-28T14:21:54.550018-05:00",
    "repo_forks": 11,
    "repo_description": "Explicit control over database query execution in Django applications ",
    "pypi_url": "http://pypi.python.org/pypi/django-zen-queries",
    "documentation_url": "",
    "repo_watchers": 381,
    "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": [
        "j4mie",
        "RealOrangeOne",
        "nvlaarhoven",
        "DmytroLitvinov",
        "SaturnFromTitan",
        "sobolevn",
        "timstimpson"
    ]
}