API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4540/
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/165/"
    ],
    "id": 4540,
    "title": "Django GUID (Correlation-ID)",
    "slug": "django-guid",
    "last_updated": "2025-07-22T15:16:52-04:00",
    "last_fetched": "2026-02-15T17:09:46.418324-05:00",
    "repo_url": "https://github.com/JonasKs/django-guid",
    "pypi_version": "3.5.2",
    "created": "2020-03-06T15:26:09.099890-05:00",
    "modified": "2026-01-28T14:06:04.734686-05:00",
    "repo_forks": 29,
    "repo_description": "Inject an ID into every log message from a Django request. ASGI compatible, integrates with Sentry, and works with Celery",
    "pypi_url": "http://pypi.python.org/pypi/django-guid",
    "documentation_url": "https://django-guid.readthedocs.io/en/latest",
    "repo_watchers": 479,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        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,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "JonasKs",
        "sondrelg",
        "ingvaldlorentzen",
        "dependabot[bot]",
        "NiklasBeierl",
        "crccheck",
        "hartungstenio",
        "Copilot",
        "dustinchilson",
        "Iftahh",
        "Mdslino",
        "nschlemm",
        "pedroserrudo",
        "andy-isoc"
    ]
}