API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5932/
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/15/"
    ],
    "id": 5932,
    "title": "Django Email List",
    "slug": "django-emaillist",
    "last_updated": "2025-03-20T13:57:51-04:00",
    "last_fetched": "2026-02-15T11:03:45.321435-05:00",
    "repo_url": "https://github.com/MiKatre/django-emaillist",
    "pypi_version": null,
    "created": "2024-06-20T08:23:26.832209-04:00",
    "modified": "2026-01-28T13:07:55.764549-05:00",
    "repo_forks": 0,
    "repo_description": "A reusable Django app for managing email subscriptions.",
    "pypi_url": "",
    "documentation_url": "https://github.com/MiKatre/django-emaillist",
    "repo_watchers": 5,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        4,
        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": [
        "MiKatre"
    ]
}