API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4800/?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/374/?format=api"
    ],
    "id": 4800,
    "title": "wagtail-links",
    "slug": "wagtail-links",
    "last_updated": "2026-02-12T13:17:44-05:00",
    "last_fetched": "2026-02-15T18:11:21.199754-05:00",
    "repo_url": "https://gitlab.com/thelabnyc/wagtail-links",
    "pypi_version": "2.11.0",
    "created": "2020-09-16T18:28:54.361667-04:00",
    "modified": "2026-01-28T14:31:28.709758-05:00",
    "repo_forks": 2,
    "repo_description": "A consistent way to refer to links in a wagtail page",
    "pypi_url": "https://pypi.org/project/wagtail-links/",
    "documentation_url": "",
    "repo_watchers": 3,
    "commits_over_52": [
        10,
        4,
        6,
        4,
        4,
        6,
        15,
        4,
        6,
        2,
        24,
        11,
        12,
        21,
        21,
        16,
        14,
        14,
        22,
        20,
        12,
        10,
        26,
        19,
        12,
        23,
        13,
        10,
        26,
        28,
        29,
        17,
        16,
        22,
        24,
        17,
        16,
        18,
        21,
        23,
        25,
        24,
        14,
        17,
        6,
        8,
        13,
        20,
        20,
        18,
        28,
        11
    ],
    "participants": [
        "Joshua Marantz",
        "Nigel Harsch",
        "David Burke",
        "Gokhan Karaboga",
        "Alex Ronquillo",
        "GLaDOS (Merge Bot)",
        "Alex Ronquillo",
        "David Burke",
        "Craig Weber",
        "Renovate Bot"
    ]
}