API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/52/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/3/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/2/?format=api"
    ],
    "id": 52,
    "title": "Repocracy",
    "slug": "repocracy",
    "last_updated": "2010-08-16T18:19:04-04:00",
    "last_fetched": "2026-02-15T13:04:43.053105-05:00",
    "repo_url": "https://github.com/codysoyland/snowman",
    "pypi_version": null,
    "created": "2010-08-18T00:53:57.909520-04:00",
    "modified": "2026-01-28T13:21:48.629635-05:00",
    "repo_forks": 0,
    "repo_description": "2010 Django Dash entry",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 8,
    "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": [
        "chrisdickinson",
        "codysoyland"
    ]
}