API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3006/?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/97/?format=api"
    ],
    "id": 3006,
    "title": "django-extra-cbv",
    "slug": "django-extra-cbv",
    "last_updated": "2020-03-04T13:31:24-05:00",
    "last_fetched": "2026-02-16T00:05:58.485026-05:00",
    "repo_url": "https://github.com/alekam/django-extra-cbv",
    "pypi_version": "0.2.1",
    "created": "2015-08-04T05:29:34.229731-04:00",
    "modified": "2026-01-28T15:45:57.477784-05:00",
    "repo_forks": 2,
    "repo_description": "django-extra-cbv",
    "pypi_url": "http://pypi.python.org/pypi/django-extra-cbv",
    "documentation_url": "",
    "repo_watchers": 7,
    "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": [
        "alekam",
        "rterehov"
    ]
}