API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3143/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/7/?format=api"
    ],
    "id": 3143,
    "title": "wsgi-basic-auth",
    "slug": "wsgi-basic-auth",
    "last_updated": "2017-08-13T15:28:06-04:00",
    "last_fetched": "2026-02-15T18:08:26.759446-05:00",
    "repo_url": "https://github.com/mvantellingen/wsgi-basic-auth",
    "pypi_version": "1.1.0",
    "created": "2015-11-27T11:06:25.705625-05:00",
    "modified": "2026-01-28T14:28:22.233416-05:00",
    "repo_forks": 7,
    "repo_description": "WSGI Basic HTTP Auth middleware",
    "pypi_url": "http://pypi.python.org/pypi/wsgi-basic-auth",
    "documentation_url": "",
    "repo_watchers": 21,
    "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": [
        "mvantellingen",
        "adamchainz"
    ]
}