API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5173/
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/422/"
    ],
    "id": 5173,
    "title": "wcag-zoo",
    "slug": "wcag-zoo",
    "last_updated": "2019-11-27T18:00:47-05:00",
    "last_fetched": "2026-02-15T20:01:37.995349-05:00",
    "repo_url": "https://github.com/data61/wcag-zoo",
    "pypi_version": "0.2.6",
    "created": "2021-10-22T15:34:54.891843-04:00",
    "modified": "2026-01-28T14:51:54.181390-05:00",
    "repo_forks": 7,
    "repo_description": "WCAG-Zoo is a set of command line tools that help provide basic validation of HTML against the accessibility guidelines laid out by the W3C Web Content Accessibility Guidelines 2.0.",
    "pypi_url": "http://pypi.python.org/pypi/wcag-zoo",
    "documentation_url": "",
    "repo_watchers": 23,
    "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": [
        "LegoStormtroopr",
        "colons"
    ]
}