API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3967/?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/58/?format=api"
    ],
    "id": 3967,
    "title": "wagtailblocks",
    "slug": "wagtailblocks",
    "last_updated": "2018-03-25T22:04:20-04:00",
    "last_fetched": "2026-02-15T13:05:41.388724-05:00",
    "repo_url": "https://github.com/springload/wagtailblocks",
    "pypi_version": null,
    "created": "2017-10-19T10:29:12.092523-04:00",
    "modified": "2026-01-28T13:23:42.562863-05:00",
    "repo_forks": 10,
    "repo_description": "Common StreamField blocks for Wagtail",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 40,
    "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": [
        "jordij",
        "stuartalexwhitehead",
        "loicteixeira",
        "thibaudcolas"
    ]
}