API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5190/?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": 5190,
    "title": "Django GDPR Cookie Consent",
    "slug": "django-gdpr-cookie-consent",
    "last_updated": null,
    "last_fetched": "2026-02-15T11:02:42.001896-05:00",
    "repo_url": "https://websightful.gumroad.com/l/django-gdpr-cookie-consent",
    "pypi_version": null,
    "created": "2021-11-06T13:39:55.874539-04:00",
    "modified": "2026-01-28T13:05:51.436629-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "",
    "documentation_url": "https://websightful.github.io/django-gdpr-cookie-consent-docs/",
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}