API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/76/?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/23/?format=api"
    ],
    "id": 76,
    "title": "Flother",
    "slug": "flother",
    "last_updated": "2019-10-21T06:07:19-04:00",
    "last_fetched": "2026-02-15T13:03:17.820545-05:00",
    "repo_url": "https://github.com/flother/flother.com-django",
    "pypi_version": null,
    "created": "2010-08-18T13:41:41.558379-04:00",
    "modified": "2026-01-28T13:19:00.232929-05:00",
    "repo_forks": 20,
    "repo_description": "The Python- and Django-based code for the website running flother.com. For installation instructions, see the README.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 57,
    "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": [
        "flother",
        "dependabot[bot]"
    ]
}