API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6198/?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/421/?format=api"
    ],
    "id": 6198,
    "title": "Django LiveView",
    "slug": "django-liveview",
    "last_updated": "2026-01-07T07:31:30-05:00",
    "last_fetched": "2026-02-15T03:06:02.783672-05:00",
    "repo_url": "https://github.com/Django-LiveView/liveview",
    "pypi_version": "2.1.9",
    "created": "2025-11-20T12:07:09.303307-05:00",
    "modified": "2026-01-28T16:47:24.747329-05:00",
    "repo_forks": 4,
    "repo_description": "Django LiveView: Framework for creating Realtime SPAs using HTML over the Wire technology ",
    "pypi_url": "https://pypi.org/project/django-liveview",
    "documentation_url": "https://django-liveview.andros.dev/",
    "repo_watchers": 225,
    "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,
        2,
        6,
        0,
        1,
        9,
        0,
        1,
        5,
        2,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "tanrax"
    ]
}