API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4096/
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/139/",
        "https://djangopackages.org/api/v4/grids/15/"
    ],
    "id": 4096,
    "title": "Django Courier (now Django Vox)",
    "slug": "djangocourier",
    "last_updated": null,
    "last_fetched": "2026-01-27T16:49:06.457504-05:00",
    "repo_url": "https://gitlab.com/alantrick/django-courier",
    "pypi_version": "0.14.0",
    "created": "2018-03-22T16:11:02.129956-04:00",
    "modified": "2026-01-27T16:49:06.462156-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-courier",
    "documentation_url": "http://djangocourier.readthedocs.io/en/latest/?badge=latest",
    "repo_watchers": 0,
    "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": []
}