API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4863/?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/387/?format=api"
    ],
    "id": 4863,
    "title": "wagtailcontentstream",
    "slug": "wagtailcontentstream",
    "last_updated": "2022-10-20T14:16:03-04:00",
    "last_fetched": "2026-02-15T22:01:53.877483-05:00",
    "repo_url": "https://github.com/FlipperPA/wagtailcontentstream",
    "pypi_version": "1.0.0",
    "created": "2020-09-16T18:30:31.099788-04:00",
    "modified": "2026-01-28T15:17:14.240520-05:00",
    "repo_forks": 0,
    "repo_description": "An abstract Django model with a Wagtail StreamField named body with multiple blocks I use on a regular basis. It's opinioned: very little HTML is allowed in the text block, forcing authors to create structured data.",
    "pypi_url": "https://pypi.org/project/wagtailcontentstream/",
    "documentation_url": "",
    "repo_watchers": 20,
    "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"
    ]
}