API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/6/"
    ],
    "id": 4230,
    "title": "django-webix",
    "slug": "django-webix",
    "last_updated": "2026-02-10T03:00:27-05:00",
    "last_fetched": "2026-02-15T21:06:49.965548-05:00",
    "repo_url": "https://github.com/MPASolutions/django-webix",
    "pypi_version": "23.6.0",
    "created": "2018-09-26T11:18:32.479274-04:00",
    "modified": "2026-01-28T15:12:48.058219-05:00",
    "repo_forks": 1,
    "repo_description": "Use the Webix JavaScript UI library with Django",
    "pypi_url": "http://pypi.python.org/pypi/django-webix",
    "documentation_url": "https://django-webix.readthedocs.io/en/latest/",
    "repo_watchers": 6,
    "commits_over_52": [
        20,
        2,
        6,
        3,
        9,
        4,
        0,
        0,
        8,
        4,
        4,
        0,
        2,
        2,
        4,
        0,
        0,
        22,
        0,
        0,
        10,
        10,
        0,
        4,
        0,
        0,
        4,
        7,
        5,
        2,
        10,
        0,
        5,
        13,
        0,
        0,
        0,
        8,
        2,
        0,
        0,
        0,
        0,
        8,
        2,
        0,
        0,
        0,
        0,
        1,
        3,
        2
    ],
    "participants": [
        "AlessioBazzanella",
        "Pride95",
        "perathoner-mpasol",
        "flemmarwa",
        "danielevilla",
        "covix",
        "arwadevel",
        "blazek"
    ]
}