API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4878/?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/389/?format=api"
    ],
    "id": 4878,
    "title": "wagtail-extras",
    "slug": "wagtail-extras",
    "last_updated": "2020-04-28T03:42:46-04:00",
    "last_fetched": "2026-02-15T11:03:40.617634-05:00",
    "repo_url": "https://github.com/leukeleu/wagtail-extras",
    "pypi_version": "0.2.8",
    "created": "2020-09-16T18:30:51.751263-04:00",
    "modified": "2026-01-28T13:07:45.186024-05:00",
    "repo_forks": 2,
    "repo_description": "",
    "pypi_url": "https://pypi.org/project/wagtail-extras/",
    "documentation_url": "",
    "repo_watchers": 4,
    "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": [
        "ramonakira",
        "c-herrewijn",
        "yhoiseth"
    ]
}