API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5981/?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/385/?format=api"
    ],
    "id": 5981,
    "title": "wagtail_optimizer",
    "slug": "wagtail_optimizer",
    "last_updated": "2026-02-12T03:47:13-05:00",
    "last_fetched": "2026-02-15T22:03:36.859482-05:00",
    "repo_url": "https://github.com/Nigel2392/wagtail_optimizer",
    "pypi_version": "1.1.1",
    "created": "2024-10-06T15:12:56.106323-04:00",
    "modified": "2026-01-28T15:20:08.566240-05:00",
    "repo_forks": 0,
    "repo_description": "Wagtail SEO reports with Celery tasks",
    "pypi_url": "https://pypi.org/project/wagtail_optimizer",
    "documentation_url": "https://github.com/Nigel2392/wagtail_optimizer?tab=readme-ov-file#quick-start",
    "repo_watchers": 0,
    "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,
        1
    ],
    "participants": [
        "Nigel2392"
    ]
}