API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4755/
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/361/",
        "https://djangopackages.org/api/v4/grids/370/"
    ],
    "id": 4755,
    "title": "wagtail-experiments",
    "slug": "wagtail-experiments",
    "last_updated": "2024-02-13T13:09:39-05:00",
    "last_fetched": "2026-02-15T22:04:50.329840-05:00",
    "repo_url": "https://github.com/torchbox/wagtail-experiments",
    "pypi_version": "0.4",
    "created": "2020-09-16T18:27:33.013741-04:00",
    "modified": "2026-01-28T15:22:26.352639-05:00",
    "repo_forks": 22,
    "repo_description": "A/B testing for Wagtail",
    "pypi_url": "https://pypi.org/project/wagtail-experiments/",
    "documentation_url": "",
    "repo_watchers": 108,
    "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": [
        "gasman",
        "m1kola",
        "tomdyson",
        "tm-kn",
        "TopDevPros"
    ]
}