API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5933/?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",
        "https://djangopackages.org/api/v4/grids/113/?format=api",
        "https://djangopackages.org/api/v4/grids/275/?format=api"
    ],
    "id": 5933,
    "title": "django-cache-cleaner",
    "slug": "django-cache-cleaner",
    "last_updated": "2026-01-03T17:09:05-05:00",
    "last_fetched": "2026-02-15T20:03:39.075642-05:00",
    "repo_url": "https://github.com/fabiocaccamo/django-cache-cleaner",
    "pypi_version": "0.2.0",
    "created": "2024-06-25T17:32:38.463819-04:00",
    "modified": "2026-01-28T14:54:44.272449-05:00",
    "repo_forks": 0,
    "repo_description": ":broom::sparkles: clear the entire cache or individual caches using the admin or management command.",
    "pypi_url": "https://pypi.org/project/django-cache-cleaner",
    "documentation_url": "https://github.com/fabiocaccamo/django-cache-cleaner#readme",
    "repo_watchers": 27,
    "commits_over_52": [
        1,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        2,
        2,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "fabiocaccamo",
        "dependabot[bot]",
        "pre-commit-ci[bot]"
    ]
}