API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5663/
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/32/",
        "https://djangopackages.org/api/v4/grids/113/",
        "https://djangopackages.org/api/v4/grids/132/"
    ],
    "id": 5663,
    "title": "django-insights",
    "slug": "django-insights",
    "last_updated": "2024-10-04T03:52:44-04:00",
    "last_fetched": "2026-02-15T20:05:11.972621-05:00",
    "repo_url": "https://github.com/terminalkitten/django-insights",
    "pypi_version": "0.1.8",
    "created": "2023-03-28T09:54:55.648952-04:00",
    "modified": "2026-01-28T14:57:11.355058-05:00",
    "repo_forks": 4,
    "repo_description": "Simple insights for Django projects",
    "pypi_url": "https://pypi.org/project/django-insights",
    "documentation_url": "",
    "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": [
        "ingmarvanhulzen",
        "josylad",
        "marcelblijleven",
        "terminalkitten"
    ]
}