API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5845/
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/176/"
    ],
    "id": 5845,
    "title": "django-curation",
    "slug": "django-curation",
    "last_updated": "2025-08-20T12:27:26-04:00",
    "last_fetched": "2026-02-16T01:01:45.891414-05:00",
    "repo_url": "https://github.com/theatlantic/django-curation",
    "pypi_version": "2.1.0",
    "created": "2024-01-28T21:06:12.874961-05:00",
    "modified": "2026-01-28T15:49:02.750108-05:00",
    "repo_forks": 2,
    "repo_description": "Not to be confused with django-curated",
    "pypi_url": "https://pypi.org/project/django-curation",
    "documentation_url": "",
    "repo_watchers": 10,
    "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,
        1,
        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": [
        "fdintino",
        "joshmaker",
        "whatisjasongoldstein",
        "ctbarna",
        "dakrauth"
    ]
}