API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5087/?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/43/?format=api"
    ],
    "id": 5087,
    "title": "django-cute-status",
    "slug": "django-cute-status",
    "last_updated": "2026-01-17T05:44:43-05:00",
    "last_fetched": "2026-02-16T02:04:13.723390-05:00",
    "repo_url": "https://github.com/abhiabhi94/django-cute-status",
    "pypi_version": "2.0.0",
    "created": "2021-06-17T14:56:16.577078-04:00",
    "modified": "2026-01-28T16:04:05.470860-05:00",
    "repo_forks": 0,
    "repo_description": "Display cute animal pictures in response for different HTTP response codes.",
    "pypi_url": "https://pypi.org/project/http://pypi.python.org/pypi/django-cute-status",
    "documentation_url": "https://github.com/abhiabhi94/django-cute-status",
    "repo_watchers": 2,
    "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,
        7,
        1,
        1,
        1,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "pre-commit-ci[bot]",
        "abhiabhi94",
        "fili"
    ]
}