API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1971/
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/3/"
    ],
    "id": 1971,
    "title": "Django tagtools",
    "slug": "django-tag-tools",
    "last_updated": "2025-09-10T10:10:56-04:00",
    "last_fetched": "2026-02-15T09:00:58.041676-05:00",
    "repo_url": "https://github.com/kaleissin/django-tag-tools",
    "pypi_version": "0.4.0",
    "created": "2013-08-06T08:31:46.592868-04:00",
    "modified": "2026-01-29T12:49:08.704384-05:00",
    "repo_forks": 1,
    "repo_description": "Tag clouds for django-tagging and django-taggit",
    "pypi_url": "http://pypi.python.org/pypi/django-tag-tools",
    "documentation_url": null,
    "repo_watchers": 8,
    "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,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "kaleissin"
    ]
}