API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3972/?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/283/?format=api",
        "https://djangopackages.org/api/v4/grids/74/?format=api"
    ],
    "id": 3972,
    "title": "wagtail-svgmap",
    "slug": "wagtail-svgmap",
    "last_updated": "2018-02-28T14:04:35-05:00",
    "last_fetched": "2026-02-15T13:05:29.602871-05:00",
    "repo_url": "https://github.com/City-of-Helsinki/wagtail-svgmap",
    "pypi_version": null,
    "created": "2017-10-19T10:35:35.901907-04:00",
    "modified": "2026-01-28T13:23:20.130723-05:00",
    "repo_forks": 8,
    "repo_description": "ImageMap functionality for Wagtail through inline SVGs",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 13,
    "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": [
        "akx",
        "juyrjola",
        "stuaxo"
    ]
}