API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6205/?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/320/?format=api",
        "https://djangopackages.org/api/v4/grids/387/?format=api"
    ],
    "id": 6205,
    "title": "wagtail-reusable-blocks",
    "slug": "wagtail-reusable-blocks",
    "last_updated": "2026-02-22T23:36:24-05:00",
    "last_fetched": "2026-05-26T08:03:56.728930-04:00",
    "repo_url": "https://github.com/kkm-horikawa/wagtail-reusable-blocks",
    "pypi_version": "0.9.1",
    "created": "2025-11-30T05:41:14.733734-05:00",
    "modified": "2026-02-21T00:14:02.035142-05:00",
    "repo_forks": 4,
    "repo_description": "Reusable content blocks with slot-based templating for Wagtail CMS",
    "pypi_url": "https://pypi.org/project/wagtail-reusable-blocks",
    "documentation_url": "https://github.com/kkm-horikawa/wagtail-reusable-blocks#readme",
    "repo_watchers": 3,
    "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,
        42,
        27,
        18,
        1,
        0,
        0,
        0,
        1,
        4,
        0,
        0,
        2,
        15,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "kkm-horikawa",
        "mariami57",
        "sdejongh",
        "xeontheprotogen"
    ]
}