API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4471/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/448/"
    ],
    "id": 4471,
    "title": "Django-CRUM",
    "slug": "django-crum",
    "last_updated": "2021-04-06T22:28:12-04:00",
    "last_fetched": "2026-02-15T04:05:45.399825-05:00",
    "repo_url": "https://github.com/ninemoreminutes/django-crum",
    "pypi_version": "0.7.9",
    "created": "2019-12-12T13:14:00.485417-05:00",
    "modified": "2026-01-28T16:58:56.298350-05:00",
    "repo_forks": 15,
    "repo_description": "Django CRUM (Current Request User Middleware) captures the current request and user in thread local storage.",
    "pypi_url": "http://pypi.python.org/pypi/django-crum",
    "documentation_url": "https://pythonhosted.org/django-crum/",
    "repo_watchers": 101,
    "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": [
        "cchurch"
    ]
}