API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5810/
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": 5810,
    "title": "django-alive",
    "slug": "django-alive",
    "last_updated": "2025-08-11T14:16:15-04:00",
    "last_fetched": "2026-02-15T18:03:28.943222-05:00",
    "repo_url": "https://github.com/lincolnloop/django-alive",
    "pypi_version": "2.0.0",
    "created": "2023-12-27T12:45:27.438375-05:00",
    "modified": "2026-01-28T14:22:58.622473-05:00",
    "repo_forks": 2,
    "repo_description": "Healthchecks for Django",
    "pypi_url": "https://pypi.org/project/django-alive",
    "documentation_url": "",
    "repo_watchers": 42,
    "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,
        2,
        0,
        1,
        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": [
        "ipmb",
        "dchukhin",
        "PetrDlouhy"
    ]
}