API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4822/?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/382/?format=api"
    ],
    "id": 4822,
    "title": "wagtail-livepreview",
    "slug": "wagtail-livepreview",
    "last_updated": "2024-04-29T11:20:06-04:00",
    "last_fetched": "2026-02-15T14:02:27.411611-05:00",
    "repo_url": "https://github.com/KalobTaulien/wagtail-livepreview",
    "pypi_version": "0.1",
    "created": "2020-09-16T18:29:33.354562-04:00",
    "modified": "2026-01-28T13:28:22.746798-05:00",
    "repo_forks": 8,
    "repo_description": "Wagtail Live Preview lets you view your page changes as you make them in the Wagtail Admin.",
    "pypi_url": "https://pypi.org/project/wagtail-livepreview/",
    "documentation_url": "",
    "repo_watchers": 30,
    "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": [
        "KalobTaulien",
        "LunatikDev",
        "jkevingutierrez",
        "Quadric"
    ]
}