API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/283/?format=api",
        "https://djangopackages.org/api/v4/grids/374/?format=api"
    ],
    "id": 3963,
    "title": "wagtail-linkchecker",
    "slug": "wagtail-linkchecker",
    "last_updated": "2022-05-16T02:43:26-04:00",
    "last_fetched": "2026-02-16T00:01:29.219314-05:00",
    "repo_url": "https://github.com/takeflight/wagtail-linkchecker",
    "pypi_version": "0.6.0",
    "created": "2017-10-19T10:24:54.777067-04:00",
    "modified": "2026-01-28T15:27:32.373504-05:00",
    "repo_forks": 20,
    "repo_description": "A tool to assist with finding broken links on your wagtail site.",
    "pypi_url": "http://pypi.python.org/pypi/wagtail-linkchecker",
    "documentation_url": "",
    "repo_watchers": 53,
    "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": [
        "LiamBrenner",
        "seb-b",
        "po5i",
        "spapas",
        "nils-werner",
        "alexgleason",
        "markfinger",
        "PaLaMuNDeR",
        "timonweb",
        "rinti"
    ]
}