API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4713/?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/398/?format=api"
    ],
    "id": 4713,
    "title": "wagtailmodeladmin",
    "slug": "wagtailmodeladmin",
    "last_updated": "2016-05-30T07:09:24-04:00",
    "last_fetched": "2026-02-15T09:09:15.697630-05:00",
    "repo_url": "https://github.com/rkhleics/wagtailmodeladmin",
    "pypi_version": "2.5.7",
    "created": "2020-09-16T18:22:55.954687-04:00",
    "modified": "2026-01-28T13:00:40.663202-05:00",
    "repo_forks": 17,
    "repo_description": "An extension for Wagtail to help make the admin area a little more customisable.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 115,
    "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": [
        "mattots",
        "thijskramer",
        "prydie",
        "seddonym",
        "tomdyson",
        "ghostwords",
        "fozcode",
        "Quadric"
    ]
}