API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1542/
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/100/"
    ],
    "id": 1542,
    "title": "django-nginx-image",
    "slug": "django-nginx-image",
    "last_updated": "2016-09-30T09:42:05-04:00",
    "last_fetched": "2026-02-15T14:01:58.387594-05:00",
    "repo_url": "https://github.com/adw0rd/django-nginx-image",
    "pypi_version": "0.3.2",
    "created": "2012-11-16T15:53:30.269779-05:00",
    "modified": "2026-01-28T13:27:09.953404-05:00",
    "repo_forks": 3,
    "repo_description": "Resizing and cropping images via Nginx, as well as caching the result",
    "pypi_url": "http://pypi.python.org/pypi/django-nginx-image",
    "documentation_url": null,
    "repo_watchers": 64,
    "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": [
        "adw0rd"
    ]
}