API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/393/
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/229/"
    ],
    "id": 393,
    "title": "django-protected-files",
    "slug": "django-protected-files",
    "last_updated": "2009-06-01T18:44:13-04:00",
    "last_fetched": "2026-02-15T13:01:35.497317-05:00",
    "repo_url": "https://github.com/lincolnloop/django-protected-files",
    "pypi_version": null,
    "created": "2010-09-21T19:16:49.259230-04:00",
    "modified": "2026-01-28T13:15:25.006801-05:00",
    "repo_forks": 0,
    "repo_description": "A Django application that lets you serve protected static files via your frontend server after authorizing the user against django.contrib.auth.",
    "pypi_url": "",
    "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": [
        "ipmb"
    ]
}