API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/164/"
    ],
    "id": 3121,
    "title": "django-denis",
    "slug": "django-denis",
    "last_updated": "2019-05-27T11:19:05-04:00",
    "last_fetched": "2026-02-16T02:05:42.290749-05:00",
    "repo_url": "https://github.com/xrmx/django-denis",
    "pypi_version": "0.3.0",
    "created": "2015-10-22T10:58:57.563616-04:00",
    "modified": "2026-01-28T16:06:41.190408-05:00",
    "repo_forks": 1,
    "repo_description": "Denis helps you recovering accidentally deleted data from a django project",
    "pypi_url": "http://pypi.python.org/pypi/django-denis",
    "documentation_url": "",
    "repo_watchers": 10,
    "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": [
        "xrmx",
        "simobasso"
    ]
}