API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3921/
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/275/"
    ],
    "id": 3921,
    "title": "Django Admin lightweight date hierarchy",
    "slug": "django-admin-lightweight-date-hierarchy",
    "last_updated": "2025-12-16T02:49:05-05:00",
    "last_fetched": "2026-02-15T17:19:42.122222-05:00",
    "repo_url": "https://github.com/hakib/django-admin-lightweight-date-hierarchy",
    "pypi_version": "1.3.0",
    "created": "2017-09-27T13:44:10.843667-04:00",
    "modified": "2026-01-28T14:16:15.987300-05:00",
    "repo_forks": 14,
    "repo_description": "Django Admin date_hierarchy with zero queries",
    "pypi_url": "http://pypi.python.org/pypi/django-admin-lightweight-date-hierarchy",
    "documentation_url": "",
    "repo_watchers": 98,
    "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,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "bluetech",
        "hakib",
        "nitinnain",
        "ernestasga",
        "browniebroke",
        "dependabot[bot]"
    ]
}