API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5811/
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/438/"
    ],
    "id": 5811,
    "title": "django-healthz",
    "slug": "django-healthz",
    "last_updated": "2021-01-18T07:42:00-05:00",
    "last_fetched": "2026-02-15T21:01:10.351971-05:00",
    "repo_url": "https://github.com/rehive/django-healthz",
    "pypi_version": "0.0.5",
    "created": "2023-12-27T12:46:30.387197-05:00",
    "modified": "2026-01-28T15:03:59.228330-05:00",
    "repo_forks": 0,
    "repo_description": "Simple middleware for healthchecks",
    "pypi_url": "https://pypi.org/project/django-healthz",
    "documentation_url": "",
    "repo_watchers": 8,
    "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": [
        "OdinsPlasmaRifle"
    ]
}