API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/971/
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/221/"
    ],
    "id": 971,
    "title": "django-urlmiddleware",
    "slug": "django-urlmiddleware",
    "last_updated": "2015-12-18T11:57:38-05:00",
    "last_fetched": "2026-02-15T07:03:58.604425-05:00",
    "repo_url": "https://github.com/d0ugal/django-urlmiddleware",
    "pypi_version": "0.2.2",
    "created": "2011-10-24T13:42:33.336122-04:00",
    "modified": "2026-01-29T12:44:41.816749-05:00",
    "repo_forks": 6,
    "repo_description": "This app allows you to define middleware in your Django project based on url configurations rather than adding middleware globally to every single request.  ",
    "pypi_url": "http://pypi.python.org/pypi/django-urlmiddleware",
    "documentation_url": null,
    "repo_watchers": 39,
    "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": [
        "d0ugal",
        "luistm"
    ]
}