API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3966/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/3/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/283/?format=api",
        "https://djangopackages.org/api/v4/grids/371/?format=api"
    ],
    "id": 3966,
    "title": "wagtail-bakery",
    "slug": "wagtail-bakery",
    "last_updated": "2025-01-02T07:28:01-05:00",
    "last_fetched": "2026-02-15T20:07:29.943798-05:00",
    "repo_url": "https://github.com/wagtail/wagtail-bakery",
    "pypi_version": "0.8.0",
    "created": "2017-10-19T10:28:14.085414-04:00",
    "modified": "2026-01-28T15:00:30.647179-05:00",
    "repo_forks": 41,
    "repo_description": "A set of helpers for baking your Django Wagtail site out as flat files.",
    "pypi_url": "http://pypi.python.org/pypi/wagtail-bakery",
    "documentation_url": "",
    "repo_watchers": 193,
    "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": [
        "robmoorman",
        "loicteixeira",
        "Stormheg",
        "gasman",
        "clintonb",
        "zerolab",
        "kaedroho",
        "tomdyson",
        "BertrandBordage",
        "ckljohn",
        "katdom13",
        "AetherUnbound",
        "wsot",
        "stuaxo",
        "falseperfection",
        "yedpodtrzitko"
    ]
}