API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2321/
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/168/"
    ],
    "id": 2321,
    "title": "Grappelli Side Menu",
    "slug": "grappelli-side-menu",
    "last_updated": "2016-10-17T09:24:55-04:00",
    "last_fetched": "2026-02-16T01:05:09.316078-05:00",
    "repo_url": "https://github.com/dadoeyad/grappelli-side-menu",
    "pypi_version": "0.1.4",
    "created": "2014-04-25T13:18:22.278801-04:00",
    "modified": "2026-01-28T15:55:06.628612-05:00",
    "repo_forks": 5,
    "repo_description": "Side menu for Grappelli, the Django admin Interface",
    "pypi_url": "http://pypi.python.org/pypi/grappelli-side-menu",
    "documentation_url": "",
    "repo_watchers": 9,
    "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": [
        "dadoeyad"
    ]
}