API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4806/
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/376/"
    ],
    "id": 4806,
    "title": "wagtail-gallery",
    "slug": "wagtail-gallery",
    "last_updated": "2018-10-08T04:42:34-04:00",
    "last_fetched": "2026-02-16T04:02:29.388519-05:00",
    "repo_url": "https://gitlab.com/dfmeyer/wagtail_gallery",
    "pypi_version": "0.1.1",
    "created": "2020-09-16T18:29:02.131317-04:00",
    "modified": "2026-01-28T16:20:38.224747-05:00",
    "repo_forks": 0,
    "repo_description": "A simple gallery app built for Wagtail CMS and Django",
    "pypi_url": "https://pypi.org/project/wagtail-gallery/",
    "documentation_url": "https://wagtail-gallery.readthedocs.io/en/latest/",
    "repo_watchers": 1,
    "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": [
        "Daniel F Meyer"
    ]
}