API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4888/
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/391/"
    ],
    "id": 4888,
    "title": "wagtail-color-panel",
    "slug": "wagtail-color-panel",
    "last_updated": "2025-11-23T01:04:06-05:00",
    "last_fetched": "2026-02-15T18:09:14.660517-05:00",
    "repo_url": "https://github.com/marteinn/wagtail-color-panel",
    "pypi_version": "1.7.1",
    "created": "2020-09-16T18:31:07.283493-04:00",
    "modified": "2026-01-28T14:29:18.005231-05:00",
    "repo_forks": 14,
    "repo_description": "A package that adds new panels for selecting colors, works both on regular page fields and stream field.",
    "pypi_url": "https://pypi.org/project/wagtail-color-panel/",
    "documentation_url": "",
    "repo_watchers": 57,
    "commits_over_52": [
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        11,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        22,
        10,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "marteinn",
        "katdom13",
        "nickmoreton",
        "BrianXu20",
        "marts",
        "SebCorbin"
    ]
}