API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1799/
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/39/"
    ],
    "id": 1799,
    "title": "django-adv-cache-tag",
    "slug": "django-adv-cache-tag",
    "last_updated": "2026-01-23T07:02:27-05:00",
    "last_fetched": "2026-02-15T20:03:09.683253-05:00",
    "repo_url": "https://github.com/twidi/django-adv-cache-tag",
    "pypi_version": "1.2.0",
    "created": "2013-05-19T16:11:51.275976-04:00",
    "modified": "2026-01-28T14:54:00.251017-05:00",
    "repo_forks": 11,
    "repo_description": "An advanced template tag for caching in django : versionning, compress, partial caching, easy inheritance...",
    "pypi_url": "http://pypi.python.org/pypi/django-adv-cache-tag",
    "documentation_url": null,
    "repo_watchers": 78,
    "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,
        1,
        0,
        0,
        0
    ],
    "participants": [
        "twidi",
        "HenrikOssipoff",
        "bitdeli-chef",
        "claude",
        "oppianmatt",
        "caxap",
        "sdfsdhgjkbmnmxc"
    ]
}