API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/1/"
    ],
    "id": 1993,
    "title": "Tango",
    "slug": "tango",
    "last_updated": "2018-08-24T09:10:50-04:00",
    "last_fetched": "2026-02-15T20:07:16.479802-05:00",
    "repo_url": "https://github.com/tBaxter/Tango",
    "pypi_version": "0.10.0",
    "created": "2013-08-19T12:08:01.646612-04:00",
    "modified": "2026-01-28T15:00:10.378125-05:00",
    "repo_forks": 4,
    "repo_description": "Faster, simpler Django content management",
    "pypi_url": "http://pypi.python.org/pypi/django-tango",
    "documentation_url": "https://readthedocs.org/projects/tango/",
    "repo_watchers": 36,
    "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": [
        "tBaxter",
        "kennethlove",
        "whatisjasongoldstein"
    ]
}