API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3993/
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/136/"
    ],
    "id": 3993,
    "title": "django-task",
    "slug": "django-task",
    "last_updated": "2025-12-02T05:10:44-05:00",
    "last_fetched": "2026-02-15T19:09:39.018129-05:00",
    "repo_url": "https://github.com/morlandi/django-task",
    "pypi_version": "2.1.1",
    "created": "2017-11-01T16:49:37.460076-04:00",
    "modified": "2026-01-28T14:48:07.219844-05:00",
    "repo_forks": 9,
    "repo_description": "A Django app to run new background tasks from either admin or cron, and inspect task history from admin",
    "pypi_url": "http://pypi.python.org/pypi/django-task",
    "documentation_url": "https://github.com/morlandi/django-task/blob/master/README.rst",
    "repo_watchers": 64,
    "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,
        1,
        0,
        0,
        0,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "morlandi",
        "dependabot[bot]",
        "alexkiro"
    ]
}