API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4716/?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": 4716,
    "title": "wagtail-collectionmodeladmin",
    "slug": "wagtail-collectionmodeladmin",
    "last_updated": "2020-06-17T11:57:23-04:00",
    "last_fetched": "2026-02-16T02:02:52.033761-05:00",
    "repo_url": "https://github.com/BabisK/wagtail-collectionmodeladmin",
    "pypi_version": "0.1.4",
    "created": "2020-09-16T18:22:59.936911-04:00",
    "modified": "2026-01-28T16:01:31.211026-05:00",
    "repo_forks": 0,
    "repo_description": "Model Admin extension that allows filtering and permissions based on collections",
    "pypi_url": "https://pypi.org/project/wagtail-collectionmodeladmin/",
    "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": [
        "BabisK"
    ]
}