API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5407/?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/356/?format=api"
    ],
    "id": 5407,
    "title": "wagtail-bootstrap-blog",
    "slug": "wagtail-bootstrap-blog",
    "last_updated": "2024-01-26T22:00:31-05:00",
    "last_fetched": "2026-02-15T07:05:22.260177-05:00",
    "repo_url": "https://github.com/AccordBox/wagtail-bootstrap-blog",
    "pypi_version": null,
    "created": "2022-03-30T23:57:57.241685-04:00",
    "modified": "2026-01-29T12:46:59.497562-05:00",
    "repo_forks": 83,
    "repo_description": "Wagtail blog based on Tailwind CSS, Stimulus, it supports Markdown, Latex and user comments.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 377,
    "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": [
        "michael-yin",
        "tomdyson"
    ]
}