API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5791/
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/389/"
    ],
    "id": 5791,
    "title": "Wagtail Site Check",
    "slug": "wagtail-site-check",
    "last_updated": "2024-03-06T08:38:02-05:00",
    "last_fetched": "2026-02-16T02:04:16.694320-05:00",
    "repo_url": "https://github.com/allcaps/wagtail-site-check",
    "pypi_version": "0.0.3",
    "created": "2023-10-25T07:51:40.145319-04:00",
    "modified": "2026-01-28T16:04:10.030280-05:00",
    "repo_forks": 0,
    "repo_description": "A Wagtail app to check the configuration of Wagtail Sites.",
    "pypi_url": "https://pypi.org/project/wagtail-site-check",
    "documentation_url": "",
    "repo_watchers": 0,
    "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": [
        "allcaps"
    ]
}