API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4840/?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/384/?format=api"
    ],
    "id": 4840,
    "title": "wagtail-whoosh",
    "slug": "wagtail-whoosh",
    "last_updated": "2020-09-16T05:26:19-04:00",
    "last_fetched": "2026-02-16T00:01:13.415110-05:00",
    "repo_url": "https://github.com/wagtail/wagtail-whoosh",
    "pypi_version": "0.2.5",
    "created": "2020-09-16T18:30:01.704275-04:00",
    "modified": "2026-01-28T15:27:05.690012-05:00",
    "repo_forks": 7,
    "repo_description": "Search backend for Wagtail CMS using Whoosh engine.",
    "pypi_url": "https://pypi.org/project/wagtail-whoosh/",
    "documentation_url": "",
    "repo_watchers": 24,
    "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",
        "seb-b",
        "tjwalch",
        "joonis",
        "tomdyson",
        "dependabot[bot]"
    ]
}