API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4654/
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/87/",
        "https://djangopackages.org/api/v4/grids/9/",
        "https://djangopackages.org/api/v4/grids/373/"
    ],
    "id": 4654,
    "title": "django-img",
    "slug": "django-img",
    "last_updated": "2021-09-04T03:44:46-04:00",
    "last_fetched": "2026-02-16T01:04:41.872480-05:00",
    "repo_url": "https://github.com/rcrowther/django-img",
    "pypi_version": "0.1.5",
    "created": "2020-07-17T13:38:29.970909-04:00",
    "modified": "2026-01-28T15:54:36.290086-05:00",
    "repo_forks": 0,
    "repo_description": "Image handling for Django. Includes upload code, repository and filter creation. Low on features, fast setup, modular.",
    "pypi_url": "http://pypi.python.org/pypi/django-img",
    "documentation_url": "",
    "repo_watchers": 2,
    "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": [
        "rcrowther"
    ]
}