API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4769/
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/368/"
    ],
    "id": 4769,
    "title": "wagtailformblocks",
    "slug": "wagtailformblocks",
    "last_updated": "2024-01-05T08:26:29-05:00",
    "last_fetched": "2026-02-15T21:07:00.948851-05:00",
    "repo_url": "https://github.com/LUKKIEN/wagtailformblocks",
    "pypi_version": "0.10.1",
    "created": "2020-09-16T18:27:59.537880-04:00",
    "modified": "2026-01-28T15:13:05.319178-05:00",
    "repo_forks": 9,
    "repo_description": "A Wagtail module that provides content blocks to display and process user defined forms",
    "pypi_url": "https://pypi.org/project/wagtailformblocks/",
    "documentation_url": "",
    "repo_watchers": 19,
    "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": [
        "tleguijt",
        "jjanssen",
        "leewesleyv",
        "Henk-JanVanHasselaar",
        "mvdlei-lukkien",
        "mikedingjan",
        "OktayAltay"
    ]
}