API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/32/",
        "https://djangopackages.org/api/v4/grids/320/",
        "https://djangopackages.org/api/v4/grids/394/"
    ],
    "id": 5552,
    "title": "django-plausible",
    "slug": "django-plausible",
    "last_updated": "2023-05-12T11:03:10-04:00",
    "last_fetched": "2026-02-15T21:05:50.511100-05:00",
    "repo_url": "https://github.com/RealOrangeOne/django-plausible",
    "pypi_version": "0.5.0",
    "created": "2022-09-09T09:03:31.593509-04:00",
    "modified": "2026-01-28T15:11:19.448429-05:00",
    "repo_forks": 2,
    "repo_description": "Django module to provide easy Plausible integration, with Wagtail support",
    "pypi_url": "https://pypi.org/project/django-plausible",
    "documentation_url": "",
    "repo_watchers": 18,
    "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": [
        "RealOrangeOne",
        "renovate[bot]",
        "mheppner"
    ]
}