API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1077/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/18/"
    ],
    "id": 1077,
    "title": "django-template-analyzer",
    "slug": "django-template-analyzer",
    "last_updated": "2023-10-16T08:27:07-04:00",
    "last_fetched": "2026-02-15T20:03:47.902560-05:00",
    "repo_url": "https://github.com/edoburu/django-template-analyzer",
    "pypi_version": "2.1",
    "created": "2011-12-20T10:59:52.756054-05:00",
    "modified": "2026-01-28T14:55:01.107058-05:00",
    "repo_forks": 7,
    "repo_description": "Extract template nodes from a Django template",
    "pypi_url": "http://pypi.python.org/pypi/django-template-analyzer",
    "documentation_url": null,
    "repo_watchers": 50,
    "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": [
        "vdboor",
        "gannettchad"
    ]
}