API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5393/
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/28/"
    ],
    "id": 5393,
    "title": "Django-Blocklist",
    "slug": "django-blocklist",
    "last_updated": "2026-01-25T10:27:05-05:00",
    "last_fetched": "2026-02-15T19:08:40.499726-05:00",
    "repo_url": "https://gitlab.com/paul_bissex/django-blocklist",
    "pypi_version": "3.2.1",
    "created": "2022-03-18T14:42:37.330057-04:00",
    "modified": "2026-01-28T14:46:45.962459-05:00",
    "repo_forks": 3,
    "repo_description": "A Django app that provides IP-based blocklisting via middleware. Originally developed for use on https://dpaste.com",
    "pypi_url": "http://pypi.python.org/pypi/django-blocklist",
    "documentation_url": "https://gitlab.com/paul_bissex/django-blocklist/-/blob/trunk/README.md",
    "repo_watchers": 2,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        11,
        10,
        1,
        5,
        0,
        4,
        0,
        0,
        0
    ],
    "participants": [
        "Christophe Henry",
        "Ali Salman",
        "Paul Bissex"
    ]
}