API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2561/
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/9/",
        "https://djangopackages.org/api/v4/grids/100/"
    ],
    "id": 2561,
    "title": "NaremitIMG",
    "slug": "django-naremitimg",
    "last_updated": "2016-11-07T07:12:45-05:00",
    "last_fetched": "2026-02-16T02:05:53.329599-05:00",
    "repo_url": "https://github.com/naremit/NaremitIMG",
    "pypi_version": "0.1.3",
    "created": "2014-09-05T02:11:14.753379-04:00",
    "modified": "2026-01-28T16:07:01.262732-05:00",
    "repo_forks": 1,
    "repo_description": "A tiny Django app for performing image manipulation on the fly.",
    "pypi_url": "http://pypi.python.org/pypi/django-naremitimg",
    "documentation_url": "https://github.com/naremit/NaremitIMG",
    "repo_watchers": 4,
    "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": [
        "joncombe"
    ]
}