API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4883/?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/390/?format=api",
        "https://djangopackages.org/api/v4/grids/320/?format=api"
    ],
    "id": 4883,
    "title": "wagtail-cache",
    "slug": "wagtail-cache",
    "last_updated": "2025-07-09T18:12:29-04:00",
    "last_fetched": "2026-02-15T18:02:31.580067-05:00",
    "repo_url": "https://github.com/coderedcorp/wagtail-cache",
    "pypi_version": "3.0.0",
    "created": "2020-09-16T18:30:58.027385-04:00",
    "modified": "2026-01-28T14:21:42.270319-05:00",
    "repo_forks": 30,
    "repo_description": "A simple page cache for Wagtail based on the Django cache middleware.",
    "pypi_url": "https://pypi.org/project/wagtail-cache/",
    "documentation_url": null,
    "repo_watchers": 91,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        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": [
        "vsalvino",
        "jonatron",
        "rcoldiron",
        "jlchilders11",
        "dragon-dxw",
        "aweakley",
        "tjwalch",
        "tomdyson",
        "sonnybaker",
        "philgyford",
        "Parbhat",
        "nickmoreton",
        "m3brown",
        "marcus-steinbach",
        "hammygoonan",
        "gwenya",
        "davidwtbuxton",
        "drcongo"
    ]
}