API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5963/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/39/?format=api"
    ],
    "id": 5963,
    "title": "django-valkey",
    "slug": "django-valkey",
    "last_updated": "2026-05-06T16:18:05-04:00",
    "last_fetched": "2026-05-26T17:04:40.717753-04:00",
    "repo_url": "https://github.com/django-commons/django-valkey",
    "pypi_version": "0.4.1",
    "created": "2024-09-04T09:56:25.014731-04:00",
    "modified": "2026-01-28T15:04:12.852733-05:00",
    "repo_forks": 10,
    "repo_description": "a Valkey backend for django",
    "pypi_url": "https://pypi.org/project/django-valkey",
    "documentation_url": "https://django-valkey.readthedocs.io/en/latest/",
    "repo_watchers": 78,
    "commits_over_52": [
        1,
        16,
        4,
        1,
        0,
        4,
        1,
        1,
        9,
        14,
        0,
        0,
        0,
        2,
        3,
        0,
        1,
        9,
        0,
        0,
        4,
        5,
        6,
        5,
        5,
        0,
        0,
        1,
        12,
        0,
        2,
        0,
        1,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        0
    ],
    "participants": [
        "amirreza-sf80",
        "pre-commit-ci[bot]",
        "cclauss",
        "ulgens",
        "93578237"
    ]
}