API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5816/?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/19/?format=api"
    ],
    "id": 5816,
    "title": "django-wildewidgets",
    "slug": "django-wildewidgets",
    "last_updated": "2026-02-13T17:01:11-05:00",
    "last_fetched": "2026-02-15T18:05:15.827263-05:00",
    "repo_url": "https://github.com/caltechads/django-wildewidgets",
    "pypi_version": "1.2.7",
    "created": "2024-01-03T20:39:48.595926-05:00",
    "modified": "2026-01-28T14:24:52.216679-05:00",
    "repo_forks": 2,
    "repo_description": "django-wildewidgets is a Django design library providing several tools for building full-featured, widget-based web applications with a standard, consistent design, based on Bootstrap.",
    "pypi_url": "https://pypi.org/project/django-wildewidgets",
    "documentation_url": "https://django-wildewidgets.readthedocs.io/",
    "repo_watchers": 15,
    "commits_over_52": [
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        2,
        7,
        7,
        0,
        2,
        0,
        2,
        0,
        0,
        0,
        8,
        0,
        0,
        0,
        8,
        0,
        13,
        2,
        0,
        0,
        5,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        2,
        0,
        0,
        5,
        0,
        3
    ],
    "participants": [
        "glennbach",
        "cmalek",
        "fadedsky",
        "coredumperror"
    ]
}