API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5957/?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/164/?format=api"
    ],
    "id": 5957,
    "title": "django-litestream",
    "slug": "django-litestream",
    "last_updated": "2025-12-30T10:42:33-05:00",
    "last_fetched": "2026-02-15T21:07:23.253014-05:00",
    "repo_url": "https://github.com/Tobi-De/django-litestream",
    "pypi_version": "0.5.2",
    "created": "2024-08-18T03:02:45.881436-04:00",
    "modified": "2026-01-28T15:13:46.601178-05:00",
    "repo_forks": 3,
    "repo_description": "Django integration with litestream, a standalone streaming replication tool for SQLite.",
    "pypi_url": "https://pypi.org/project/django-litestream",
    "documentation_url": "https://github.com/Tobi-De/django-litestream#readme",
    "repo_watchers": 27,
    "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,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        14,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "Tobi-De",
        "Copilot",
        "shuuji3"
    ]
}