API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5937/?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/448/?format=api"
    ],
    "id": 5937,
    "title": "Django Thread Locals",
    "slug": "django-threadlocals",
    "last_updated": "2021-03-11T13:23:08-05:00",
    "last_fetched": "2026-02-15T17:21:33.237315-05:00",
    "repo_url": "https://github.com/benrobster/django-threadlocals",
    "pypi_version": "0.10",
    "created": "2024-07-09T07:26:56.047097-04:00",
    "modified": "2026-01-28T14:18:10.350842-05:00",
    "repo_forks": 21,
    "repo_description": "Contains middleware for storing each django request in threadlocal storage and contains utilities for helping retrieve that request.",
    "pypi_url": "https://pypi.org/project/django-threadlocals",
    "documentation_url": "https://github.com/benrobster/django-threadlocals",
    "repo_watchers": 40,
    "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": [
        "benrobster",
        "jdkirkwood",
        "vtbassmatt",
        "nanuxbe",
        "trimailov",
        "zefciu",
        "jpic"
    ]
}