API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5302/
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/168/",
        "https://djangopackages.org/api/v4/grids/35/"
    ],
    "id": 5302,
    "title": "django-admin-refresh",
    "slug": "django-admin-refresh",
    "last_updated": "2025-08-17T09:41:18-04:00",
    "last_fetched": "2026-02-15T09:06:50.353415-05:00",
    "repo_url": "https://github.com/knyghty/django-admin-refresh",
    "pypi_version": "0.1.1",
    "created": "2022-01-30T08:09:51.723378-05:00",
    "modified": "2026-01-29T12:57:18.100242-05:00",
    "repo_forks": 1,
    "repo_description": "A refresh for the Django admin in... 2022? I hope?",
    "pypi_url": "http://pypi.python.org/pypi/django-admin-refresh",
    "documentation_url": "",
    "repo_watchers": 11,
    "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,
        1,
        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": [
        "knyghty",
        "dependabot[bot]",
        "Antoliny0919",
        "pre-commit-ci[bot]"
    ]
}