API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/37/?format=api"
    ],
    "id": 1921,
    "title": "djangox-mako",
    "slug": "djangox-mako",
    "last_updated": "2014-10-01T23:01:38-04:00",
    "last_fetched": "2026-02-16T01:00:51.749009-05:00",
    "repo_url": "https://github.com/youngrok/djangox-mako",
    "pypi_version": "1.0.7",
    "created": "2013-07-06T08:46:00.578976-04:00",
    "modified": "2026-01-28T15:47:18.220630-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/djangox-mako",
    "documentation_url": null,
    "repo_watchers": 5,
    "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": [
        "youngrok"
    ]
}