API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2439/
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": 2439,
    "title": "django-multinavigation",
    "slug": "django-multinavigation",
    "last_updated": "2023-11-08T11:27:49-05:00",
    "last_fetched": "2026-02-15T14:01:45.399172-05:00",
    "repo_url": "https://github.com/adlh/django-multinavigation",
    "pypi_version": null,
    "created": "2014-06-24T14:59:33.870023-04:00",
    "modified": "2026-01-28T13:26:48.707735-05:00",
    "repo_forks": 1,
    "repo_description": "Goal: A mostly DRY way of define and create navigations, the standard menu and breadcrumbs.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 8,
    "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": [
        "adlh"
    ]
}