API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5796/?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/409/?format=api",
        "https://djangopackages.org/api/v4/grids/7/?format=api"
    ],
    "id": 5796,
    "title": "django-jwt-auth-middleware",
    "slug": "django-jwt-auth-middleware",
    "last_updated": "2022-09-05T19:41:01-04:00",
    "last_fetched": "2026-02-16T01:01:34.359137-05:00",
    "repo_url": "https://gitlab.com/sithon512/django-jwt-auth-middleware",
    "pypi_version": "0.1.1",
    "created": "2023-11-22T04:24:31.489664-05:00",
    "modified": "2026-01-28T15:48:37.624676-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "https://pypi.org/project/django-jwt-auth-middleware",
    "documentation_url": "",
    "repo_watchers": 0,
    "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": [
        "sithon512"
    ]
}