API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5927/
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/61/",
        "https://djangopackages.org/api/v4/grids/55/"
    ],
    "id": 5927,
    "title": "django-preferences-utils",
    "slug": "django-preferences-utils",
    "last_updated": "2026-01-22T09:29:54-05:00",
    "last_fetched": "2026-02-16T02:03:39.289550-05:00",
    "repo_url": "https://github.com/otto-torino/django-preferences-utils",
    "pypi_version": "0.1.0",
    "created": "2024-06-14T13:26:37.640615-04:00",
    "modified": "2026-01-28T16:03:01.530013-05:00",
    "repo_forks": 1,
    "repo_description": "All you need to manage your django project preferences",
    "pypi_url": "https://pypi.org/project/django-preferences-utils",
    "documentation_url": "https://github.com/otto-torino/django-preferences-utils",
    "repo_watchers": 4,
    "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,
        1,
        0,
        0,
        0
    ],
    "participants": [
        "abidibo",
        "theskumar"
    ]
}