API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6090/
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/446/"
    ],
    "id": 6090,
    "title": "Django TemplateYAK",
    "slug": "django-yak",
    "last_updated": null,
    "last_fetched": "2026-02-15T09:09:27.697861-05:00",
    "repo_url": "https://gitlab.levitnet.be/emma/django-yak",
    "pypi_version": null,
    "created": "2025-05-29T09:00:28.130804-04:00",
    "modified": "2026-01-28T13:01:05.211850-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "",
    "documentation_url": "https://django-templateyak.levit.be",
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}