API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6063/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/168/",
        "https://djangopackages.org/api/v4/grids/35/"
    ],
    "id": 6063,
    "title": "django-daisy",
    "slug": "django-daisy",
    "last_updated": "2025-12-26T11:11:12-05:00",
    "last_fetched": "2026-02-15T03:02:50.729568-05:00",
    "repo_url": "https://github.com/hypy13/django-daisy",
    "pypi_version": "2.0.7",
    "created": "2025-03-06T08:17:39.052562-05:00",
    "modified": "2026-01-28T16:43:06.228301-05:00",
    "repo_forks": 30,
    "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": 337,
    "commits_over_52": [
        7,
        8,
        3,
        6,
        0,
        4,
        6,
        0,
        14,
        3,
        0,
        1,
        2,
        0,
        0,
        7,
        0,
        1,
        0,
        0,
        0,
        3,
        0,
        1,
        0,
        5,
        0,
        0,
        0,
        0,
        4,
        0,
        4,
        4,
        1,
        5,
        0,
        7,
        0,
        3,
        0,
        1,
        0,
        2,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "djalig",
        "hypy13",
        "BhuwanPandey",
        "maver1ck",
        "tushortz",
        "gamalan",
        "makkus",
        "MohamedYousof",
        "rynBenAmor"
    ]
}