API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6229/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/11/",
        "https://djangopackages.org/api/v4/grids/113/"
    ],
    "id": 6229,
    "title": "django-devbar",
    "slug": "django-devbar",
    "last_updated": "2026-01-21T16:12:00-05:00",
    "last_fetched": "2026-02-15T04:10:29.918122-05:00",
    "repo_url": "https://github.com/amureki/django-devbar",
    "pypi_version": "0.6.1",
    "created": "2026-01-12T11:14:58.618303-05:00",
    "modified": "2026-01-30T07:40:12.365357-05:00",
    "repo_forks": 2,
    "repo_description": "Lightweight performance devbar for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-devbar",
    "documentation_url": null,
    "repo_watchers": 71,
    "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,
        13,
        3,
        0,
        8,
        21,
        6,
        1,
        0,
        0,
        0
    ],
    "participants": [
        "amureki",
        "codingjoe",
        "matteobu"
    ]
}