API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4874/
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/387/",
        "https://djangopackages.org/api/v4/grids/398/"
    ],
    "id": 4874,
    "title": "wagtailblock",
    "slug": "wagtailblock",
    "last_updated": "2023-01-05T13:49:04-05:00",
    "last_fetched": "2026-02-15T07:01:45.458233-05:00",
    "repo_url": "https://github.com/thomasBisseling/wagtailblock",
    "pypi_version": null,
    "created": "2020-09-16T18:30:44.641983-04:00",
    "modified": "2026-01-29T12:41:16.629264-05:00",
    "repo_forks": 0,
    "repo_description": "This is a Python package for wagtail. Use it to collect StreamFieldBlock with a decorator. In the new release you can use containers to order the blocks.",
    "pypi_url": "",
    "documentation_url": "",
    "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": [
        "thomasBisseling"
    ]
}