API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/11/?format=api"
    ],
    "id": 2797,
    "title": "django-wiretap",
    "slug": "django-wiretap",
    "last_updated": "2014-11-06T18:18:25-05:00",
    "last_fetched": "2026-02-15T09:09:09.441304-05:00",
    "repo_url": "https://github.com/nathforge/django-wiretap",
    "pypi_version": "0.1.2",
    "created": "2015-03-07T18:15:59.669916-05:00",
    "modified": "2026-01-28T13:00:30.150275-05:00",
    "repo_forks": 6,
    "repo_description": "Capture Django HTTP requests & responses for debugging",
    "pypi_url": "http://pypi.python.org/pypi/django-wiretap",
    "documentation_url": "",
    "repo_watchers": 14,
    "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": [
        "nathforge"
    ]
}