API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4956/
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/11/"
    ],
    "id": 4956,
    "title": "djt_csp",
    "slug": "djt_csp",
    "last_updated": "2023-04-22T07:57:48-04:00",
    "last_fetched": "2026-02-15T22:03:10.974436-05:00",
    "repo_url": "https://github.com/d9pouces/djt_csp",
    "pypi_version": "0.9.9",
    "created": "2020-11-22T10:22:58.113152-05:00",
    "modified": "2026-01-28T15:19:17.727288-05:00",
    "repo_forks": 0,
    "repo_description": "Add a Django-Debug-Toolbar panel that checks CSP/XSS/XFO headers",
    "pypi_url": "http://pypi.python.org/pypi/djt_csp",
    "documentation_url": "",
    "repo_watchers": 4,
    "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": [
        "d9pouces"
    ]
}