API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5832/?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/441/?format=api"
    ],
    "id": 5832,
    "title": "django-dnt",
    "slug": "django-dnt",
    "last_updated": "2020-08-12T11:57:59-04:00",
    "last_fetched": "2026-02-16T01:01:43.414600-05:00",
    "repo_url": "https://github.com/mozilla/django-dnt",
    "pypi_version": "1.0",
    "created": "2024-01-19T21:30:38.412604-05:00",
    "modified": "2026-01-28T15:48:57.502269-05:00",
    "repo_forks": 2,
    "repo_description": "Do-Not-Track middleware",
    "pypi_url": "https://pypi.org/project/django-dnt",
    "documentation_url": "",
    "repo_watchers": 25,
    "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": [
        "jwhitlock",
        "eillarra"
    ]
}