API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5541/
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/117/",
        "https://djangopackages.org/api/v4/grids/144/"
    ],
    "id": 5541,
    "title": "django-sitemapcfg",
    "slug": "django-sitemapcfg",
    "last_updated": "2023-03-12T04:18:23-04:00",
    "last_fetched": "2026-02-16T00:02:26.599367-05:00",
    "repo_url": "https://github.com/rcrowther/django-sitemapcfg",
    "pypi_version": "0.2.0",
    "created": "2022-08-22T04:51:23.001779-04:00",
    "modified": "2026-01-28T15:29:27.201548-05:00",
    "repo_forks": 0,
    "repo_description": "Configurable sitemap generation in 5 mins",
    "pypi_url": "http://pypi.python.org/pypi/sitemap_cfg",
    "documentation_url": "",
    "repo_watchers": 1,
    "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": [
        "rcrowther"
    ]
}