API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1448/
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/39/",
        "https://djangopackages.org/api/v4/grids/7/"
    ],
    "id": 1448,
    "title": "django-cached_authentication_middleware",
    "slug": "django-cached_authentication_middleware",
    "last_updated": "2017-04-19T00:08:42-04:00",
    "last_fetched": "2026-02-15T03:09:03.190616-05:00",
    "repo_url": "https://github.com/ui/django-cached_authentication_middleware",
    "pypi_version": "0.2.2",
    "created": "2012-09-10T01:46:29.449427-04:00",
    "modified": "2026-01-28T16:50:54.381474-05:00",
    "repo_forks": 9,
    "repo_description": "A drop in replacement for django's built in AuthenticationMiddleware that utilizes caching.",
    "pypi_url": "http://pypi.python.org/pypi/django-cached_authentication_middleware",
    "documentation_url": null,
    "repo_watchers": 32,
    "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": [
        "selwin",
        "gchandrasa",
        "ondrejsika",
        "tclancy",
        "hwkns"
    ]
}