API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5626/?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/87/?format=api"
    ],
    "id": 5626,
    "title": "django-cabinet",
    "slug": "django-cabinet",
    "last_updated": "2025-10-20T07:42:13-04:00",
    "last_fetched": "2026-02-15T19:04:19.689168-05:00",
    "repo_url": "https://github.com/matthiask/django-cabinet",
    "pypi_version": "0.18.1",
    "created": "2023-02-15T15:18:03.235410-05:00",
    "modified": "2026-01-28T14:41:07.263517-05:00",
    "repo_forks": 15,
    "repo_description": "Media library for Django",
    "pypi_url": "https://pypi.org/project/django-cabinet",
    "documentation_url": "",
    "repo_watchers": 58,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        2,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        3,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "matthiask",
        "underdoeg",
        "carltongibson",
        "pre-commit-ci[bot]",
        "mcihad",
        "1vank1n",
        "mavenium",
        "tomvanderlee",
        "fabiangermann"
    ]
}