API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4812/?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/376/?format=api"
    ],
    "id": 4812,
    "title": "wagtailvideos",
    "slug": "wagtailvideos",
    "last_updated": "2026-01-28T16:58:18-05:00",
    "last_fetched": "2026-02-15T18:02:46.968795-05:00",
    "repo_url": "https://github.com/neon-jungle/wagtailvideos",
    "pypi_version": "7.2.0",
    "created": "2020-09-16T18:29:11.811220-04:00",
    "modified": "2026-01-28T14:22:00.840053-05:00",
    "repo_forks": 59,
    "repo_description": "Videos for Wagtail CMS, including transcoding",
    "pypi_url": "https://pypi.org/project/wagtailvideos/",
    "documentation_url": "",
    "repo_watchers": 75,
    "commits_over_52": [
        0,
        0,
        1,
        1,
        0,
        0,
        0,
        3,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        10,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        3,
        0,
        0
    ],
    "participants": [
        "seb-b",
        "LiamBrenner",
        "mx-moth",
        "jkevingutierrez",
        "crgwbr",
        "tognee",
        "13hakta",
        "jdavid",
        "jonnyscholes",
        "nickyspag",
        "st3iny",
        "rivz-a",
        "BrianPainter",
        "kcidau",
        "Delph",
        "dipen30",
        "dirkmoors",
        "buczek",
        "skeletorXVI",
        "johncarter-phntm",
        "jams2",
        "LLoyderino",
        "pythontrade"
    ]
}