API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5408/?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/356/?format=api"
    ],
    "id": 5408,
    "title": "wagtail-react-blog",
    "slug": "wagtail-react-blog",
    "last_updated": "2022-12-21T23:08:10-05:00",
    "last_fetched": "2026-02-15T07:05:23.152381-05:00",
    "repo_url": "https://github.com/AccordBox/wagtail-react-blog",
    "pypi_version": null,
    "created": "2022-03-30T23:59:38.385436-04:00",
    "modified": "2026-01-29T12:47:01.587508-05:00",
    "repo_forks": 17,
    "repo_description": "SPA built with React, Tailwind CSS and Wagtail Rest API",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 83,
    "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"
    ]
}