API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1866/
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/423/"
    ],
    "id": 1866,
    "title": "django-cookie-consent",
    "slug": "django-cookie-consent",
    "last_updated": "2026-02-04T15:34:01-05:00",
    "last_fetched": "2026-02-15T04:04:40.496249-05:00",
    "repo_url": "https://github.com/bmihelac/django-cookie-consent",
    "pypi_version": "1.0.0",
    "created": "2013-06-09T14:11:04.923167-04:00",
    "modified": "2026-01-28T16:57:24.914932-05:00",
    "repo_forks": 76,
    "repo_description": "Reusable application for managing various cookies and visitors consent for their use in Django project.",
    "pypi_url": "http://pypi.python.org/pypi/django-cookie-consent",
    "documentation_url": "https://django-cookie-consent.readthedocs.io/en/latest/",
    "repo_watchers": 263,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        10,
        0,
        0,
        0,
        0,
        10,
        0,
        0,
        0,
        0,
        0,
        22,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        8,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        29,
        0
    ],
    "participants": [
        "sergei-maertens",
        "bmihelac",
        "MrCordeiro",
        "adilhussain540",
        "pre-commit-ci[bot]",
        "ulgens",
        "some1ataplace",
        "tomquincey",
        "alahdal",
        "andreasnuesslein",
        "Jasper-Koops",
        "JonHerr",
        "Mejans",
        "mikaraunio",
        "callmeUmer"
    ]
}