API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/154/?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/39/?format=api"
    ],
    "id": 154,
    "title": "django-cachebot",
    "slug": "django-cachebot",
    "last_updated": "2011-11-25T15:56:47-05:00",
    "last_fetched": "2026-02-15T11:00:44.887685-05:00",
    "repo_url": "https://github.com/dziegler/django-cachebot",
    "pypi_version": null,
    "created": "2010-08-25T17:32:54.096441-04:00",
    "modified": "2026-01-29T12:59:10.355058-05:00",
    "repo_forks": 6,
    "repo_description": "Automated caching and invalidation for the Django ORM",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 128,
    "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": [
        "dziegler"
    ]
}