API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1787/?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/423/?format=api"
    ],
    "id": 1787,
    "title": "django-cookie-law",
    "slug": "django-cookie-law",
    "last_updated": "2022-03-11T05:10:32-05:00",
    "last_fetched": "2026-02-15T04:04:43.088164-05:00",
    "repo_url": "https://github.com/TyMaszWeb/django-cookie-law",
    "pypi_version": "2.2.0",
    "created": "2013-05-10T19:20:07.857088-04:00",
    "modified": "2026-01-28T16:57:27.917661-05:00",
    "repo_forks": 68,
    "repo_description": "Helps your Django project comply with the EU cookie regulations by displaying a cookie information banner until it is dismissed by the user",
    "pypi_url": "http://pypi.python.org/pypi/django-cookie-law",
    "documentation_url": null,
    "repo_watchers": 140,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "piotrkilczuk",
        "saily",
        "selectnull",
        "khink",
        "LaundroMat",
        "farin",
        "adamcharnock",
        "andreiavram",
        "andrlik",
        "Jiloc",
        "Gagis",
        "JaakkoTulkki",
        "Naereen",
        "l-astro",
        "joansv"
    ]
}