API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2811/?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/100/?format=api",
        "https://djangopackages.org/api/v4/grids/9/?format=api"
    ],
    "id": 2811,
    "title": "python-thumbnails",
    "slug": "python-thumbnails",
    "last_updated": "2017-10-28T06:37:50-04:00",
    "last_fetched": "2026-02-15T07:06:01.924580-05:00",
    "repo_url": "https://github.com/python-thumbnails/python-thumbnails",
    "pypi_version": "0.5.1",
    "created": "2015-03-23T18:37:32.069521-04:00",
    "modified": "2026-01-29T12:47:50.747609-05:00",
    "repo_forks": 8,
    "repo_description": "Thumbnails for Django, Flask and other Python projects. :rainbow:",
    "pypi_url": "http://pypi.python.org/pypi/python-thumbnails",
    "documentation_url": "http://python-thumbnails.readthedocs.org/",
    "repo_watchers": 108,
    "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": [
        "relekang",
        "requires",
        "gitter-badger"
    ]
}