API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6063/?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/168/?format=api",
        "https://djangopackages.org/api/v4/grids/35/?format=api"
    ],
    "id": 6063,
    "title": "django-daisy",
    "slug": "django-daisy",
    "last_updated": "2026-02-27T11:26:14-05:00",
    "last_fetched": "2026-05-26T00:04:11.340442-04:00",
    "repo_url": "https://github.com/hypy13/django-daisy",
    "pypi_version": "2.0.8",
    "created": "2025-03-06T08:17:39.052562-05:00",
    "modified": "2026-01-28T16:43:06.228301-05:00",
    "repo_forks": 35,
    "repo_description": "A modern django dashboard built with daisyui",
    "pypi_url": "https://pypi.org/project/django-daisy",
    "documentation_url": "https://hypy13.github.io/django-daisy-docs/",
    "repo_watchers": 352,
    "commits_over_52": [
        2,
        5,
        0,
        1,
        0,
        0,
        0,
        3,
        0,
        1,
        4,
        1,
        0,
        0,
        0,
        3,
        1,
        0,
        4,
        4,
        1,
        5,
        4,
        3,
        0,
        3,
        0,
        1,
        0,
        2,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "djalig",
        "hypy13",
        "BhuwanPandey",
        "maver1ck",
        "tushortz",
        "gamalan",
        "makkus",
        "MohamedYousof",
        "rynBenAmor"
    ]
}