API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6333/?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/446/?format=api",
        "https://djangopackages.org/api/v4/grids/18/?format=api"
    ],
    "id": 6333,
    "title": "django-blockinclude",
    "slug": "django-blockinclude",
    "last_updated": "2026-04-01T18:14:01-04:00",
    "last_fetched": "2026-05-26T19:03:12.403216-04:00",
    "repo_url": "https://github.com/tbrlpld/django-blockinclude",
    "pypi_version": "0.1.1",
    "created": "2026-04-01T17:22:20.811061-04:00",
    "modified": "2026-04-01T17:27:53.436179-04:00",
    "repo_forks": 0,
    "repo_description": "An extension of Django's `include` tag to allow sections of markup to be passed to the included template.",
    "pypi_url": "https://pypi.org/project/django-blockinclude/",
    "documentation_url": "https://github.com/tbrlpld/django-blockinclude/blob/main/README.md",
    "repo_watchers": 0,
    "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,
        47,
        30,
        15,
        51,
        54,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "tbrlpld",
        "Copilot"
    ]
}