API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5122/?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/87/?format=api",
        "https://djangopackages.org/api/v4/grids/9/?format=api"
    ],
    "id": 5122,
    "title": "django-image-lite#custom-image-repositories",
    "slug": "django-image-lite",
    "last_updated": "2025-04-07T16:41:31-04:00",
    "last_fetched": "2026-02-15T21:07:19.171672-05:00",
    "repo_url": "https://github.com/rcrowther/django-image-lite",
    "pypi_version": "1.7.1",
    "created": "2021-09-03T17:30:24.212284-04:00",
    "modified": "2026-01-28T15:13:39.773910-05:00",
    "repo_forks": 0,
    "repo_description": "Local image handling for Django. Unobtusive, with multiple repositories, powerful filter system and scaleable data.",
    "pypi_url": "http://pypi.python.org/pypi/django-image-lite",
    "documentation_url": "https://github.com/rcrowther/django-image-lite",
    "repo_watchers": 2,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        3,
        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"
    ]
}