API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/387/",
        "https://djangopackages.org/api/v4/grids/320/"
    ],
    "id": 4867,
    "title": "wagtailmath",
    "slug": "wagtailmath",
    "last_updated": "2024-10-30T07:28:53-04:00",
    "last_fetched": "2026-02-16T00:01:25.469696-05:00",
    "repo_url": "https://github.com/JamesRamm/wagtailmath",
    "pypi_version": "1.3.1",
    "created": "2020-09-16T18:30:36.148121-04:00",
    "modified": "2026-01-28T15:27:25.190363-05:00",
    "repo_forks": 15,
    "repo_description": "Beautiful equations in your StreamField content.",
    "pypi_url": "https://pypi.org/project/wagtailmath/",
    "documentation_url": "https://github.com/wagtail-nest/wagtail-polymath/blob/main/docs/",
    "repo_watchers": 38,
    "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": [
        "zerolab",
        "JamesRamm",
        "MadScrewdriver"
    ]
}