API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4891/
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/391/"
    ],
    "id": 4891,
    "title": "wagtailleafletwidget",
    "slug": "wagtailleafletwidget",
    "last_updated": null,
    "last_fetched": "2026-02-16T02:01:32.692253-05:00",
    "repo_url": "https://github.com/wagtail-leaflet-widget",
    "pypi_version": "1.0.3",
    "created": "2020-09-16T18:31:10.709691-04:00",
    "modified": "2026-01-28T15:58:56.772181-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "https://pypi.org/project/wagtailleafletwidget/",
    "documentation_url": "",
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}