API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5854/
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/47/"
    ],
    "id": 5854,
    "title": "django-simple-nav",
    "slug": "django-simple-nav",
    "last_updated": "2026-02-09T13:25:35-05:00",
    "last_fetched": "2026-02-15T19:11:16.210917-05:00",
    "repo_url": "https://github.com/westerveltco/django-simple-nav",
    "pypi_version": "0.13.0",
    "created": "2024-02-08T15:06:36.816042-05:00",
    "modified": "2026-01-28T14:50:38.401234-05:00",
    "repo_forks": 1,
    "repo_description": "A simple, flexible, and extensible navigation menu for Django",
    "pypi_url": "https://pypi.org/project/django-simple-nav",
    "documentation_url": "https://django-simple-nav.westervelt.dev/",
    "repo_watchers": 16,
    "commits_over_52": [
        0,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        2,
        1,
        1,
        1,
        1,
        3,
        1,
        0,
        1,
        1,
        1,
        1,
        11,
        1,
        2,
        0,
        1,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        1,
        0,
        0,
        1,
        0,
        0,
        1,
        1,
        1,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1
    ],
    "participants": [
        "joshuadavidthomas",
        "pre-commit-ci[bot]",
        "dependabot[bot]",
        "HiPhish",
        "jefftriplett",
        "williln"
    ]
}