API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4735/?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/356/?format=api",
        "https://djangopackages.org/api/v4/grids/320/?format=api"
    ],
    "id": 4735,
    "title": "wagtail-peregrine",
    "slug": "wagtail-peregrine",
    "last_updated": "2024-12-20T08:31:54-05:00",
    "last_fetched": "2026-02-16T04:02:12.294568-05:00",
    "repo_url": "https://github.com/FlipperPA/peregrine",
    "pypi_version": "0.2.3",
    "created": "2020-09-16T18:26:59.871741-04:00",
    "modified": "2026-01-28T16:20:06.134738-05:00",
    "repo_forks": 10,
    "repo_description": "Peregrine is an opinionated blog for Wagtail and Django.",
    "pypi_url": "https://pypi.org/project/wagtail-peregrine/",
    "documentation_url": "",
    "repo_watchers": 47,
    "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": [
        "FlipperPA",
        "tdxdave",
        "jefftriplett",
        "jonafato",
        "marykatefain"
    ]
}