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-01-22T15:44:07-05:00",
    "last_fetched": "2026-02-15T21:01:17.358576-05:00",
    "repo_url": "https://github.com/django-commons/django-valkey",
    "pypi_version": "0.4.0",
    "created": "2024-09-04T09:56:25.014731-04:00",
    "modified": "2026-01-28T15:04:12.852733-05:00",
    "repo_forks": 7,
    "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": 74,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        7,
        5,
        0,
        5,
        12,
        0,
        5,
        7,
        0,
        1,
        1,
        7,
        13,
        1,
        0,
        3,
        2,
        0,
        7,
        17,
        0,
        0,
        0,
        1,
        4,
        0,
        0,
        10,
        0,
        0,
        4,
        0,
        11,
        1,
        9,
        0,
        0,
        1,
        10,
        2,
        2,
        0,
        0,
        1,
        1,
        0,
        0,
        0
    ],
    "participants": [
        "amirreza-sf80",
        "pre-commit-ci[bot]",
        "cclauss",
        "ulgens",
        "93578237"
    ]
}