API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4742/?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/357/?format=api"
    ],
    "id": 4742,
    "title": "wagtail-events",
    "slug": "wagtail-events",
    "last_updated": "2021-04-20T10:22:18-04:00",
    "last_fetched": "2026-02-16T01:01:11.158734-05:00",
    "repo_url": "https://github.com/thclark/wagtail_events",
    "pypi_version": "0.4.0",
    "created": "2020-09-16T18:27:11.258808-04:00",
    "modified": "2026-01-28T15:47:52.789661-05:00",
    "repo_forks": 4,
    "repo_description": "Events calendar management for wagtail",
    "pypi_url": "https://pypi.org/project/wagtail-events/",
    "documentation_url": "",
    "repo_watchers": 11,
    "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": [
        "thclark",
        "dependabot[bot]"
    ]
}