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-11T03:02:08-05:00",
    "last_fetched": "2026-02-15T03:02:32.822023-05:00",
    "repo_url": "https://github.com/kkm-horikawa/wagtail-reusable-blocks",
    "pypi_version": "0.7.3",
    "created": "2025-11-30T05:41:14.733734-05:00",
    "modified": "2026-01-28T16:42:36.827462-05:00",
    "repo_forks": 3,
    "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": 2,
    "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,
        20,
        41,
        26,
        1,
        0,
        0,
        0,
        1,
        2,
        2,
        0,
        1
    ],
    "participants": [
        "kkm-horikawa",
        "mariami57",
        "sdejongh",
        "xeontheprotogen"
    ]
}