API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4754/
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/360/"
    ],
    "id": 4754,
    "title": "wagtailcomments",
    "slug": "wagtailcomments",
    "last_updated": "2016-09-14T01:21:24-04:00",
    "last_fetched": "2026-02-16T03:06:20.927481-05:00",
    "repo_url": "https://github.com/takeflight/wagtailcomments",
    "pypi_version": "0.2.1",
    "created": "2020-09-16T18:27:31.898521-04:00",
    "modified": "2026-01-28T16:17:22.711442-05:00",
    "repo_forks": 2,
    "repo_description": "Comment plugin for the Wagtail CMS",
    "pypi_url": "https://pypi.org/project/wagtailcomments/",
    "documentation_url": "",
    "repo_watchers": 9,
    "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": [
        "mx-moth"
    ]
}