API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5892/
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/11/"
    ],
    "id": 5892,
    "title": "DjangoSonar",
    "slug": "django-sonar",
    "last_updated": "2026-02-11T06:13:45-05:00",
    "last_fetched": "2026-02-15T19:08:17.959047-05:00",
    "repo_url": "https://github.com/metalogico/django-sonar",
    "pypi_version": "0.5.1",
    "created": "2024-03-29T09:14:15.205281-04:00",
    "modified": "2026-01-28T14:46:12.990306-05:00",
    "repo_forks": 6,
    "repo_description": "The missing debug tool for django",
    "pypi_url": "https://pypi.org/project/django-sonar",
    "documentation_url": "https://github.com/metalogico/django-sonar/",
    "repo_watchers": 206,
    "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,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        2,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        8,
        9
    ],
    "participants": [
        "metalogico",
        "shanecp",
        "FraCata00"
    ]
}