API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1079/
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/11/"
    ],
    "id": 1079,
    "title": "django-debug-template",
    "slug": "django-debug-template",
    "last_updated": "2012-05-04T05:41:23-04:00",
    "last_fetched": "2026-02-16T01:05:42.215450-05:00",
    "repo_url": "https://github.com/t0ster/django-debug-template",
    "pypi_version": "0.1.7",
    "created": "2011-12-21T04:28:06.696714-05:00",
    "modified": "2026-01-28T15:56:07.743425-05:00",
    "repo_forks": 0,
    "repo_description": "App that helps you to debug django template context",
    "pypi_url": "http://pypi.python.org/pypi/django-debug-template",
    "documentation_url": null,
    "repo_watchers": 7,
    "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": [
        "t0ster"
    ]
}