API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6309/?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/433/?format=api"
    ],
    "id": 6309,
    "title": "crispy-daisyui",
    "slug": "crispy-daisyui",
    "last_updated": "2026-05-01T02:09:35-04:00",
    "last_fetched": "2026-05-26T10:23:43.932924-04:00",
    "repo_url": "https://github.com/fabge/crispy-daisyui",
    "pypi_version": "0.13.0",
    "created": "2026-03-11T05:55:34.805796-04:00",
    "modified": "2026-03-11T05:56:22.366054-04:00",
    "repo_forks": 8,
    "repo_description": "A daisyUI template pack for django-crispy-forms",
    "pypi_url": "https://pypi.org/project/crispy-daisyui/",
    "documentation_url": null,
    "repo_watchers": 24,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        2,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        6,
        8,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0
    ],
    "participants": [
        "fabge",
        "cadolphs",
        "vb8448",
        "itsmaxymoo",
        "felixcheruiyot"
    ]
}