API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4388/
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": 4388,
    "title": "django-uwsgi-taskmanager",
    "slug": "django-uwsgi-taskmanager",
    "last_updated": "2023-01-15T19:18:25-05:00",
    "last_fetched": "2026-02-15T20:04:04.468148-05:00",
    "repo_url": "https://github.com/openpolis/django-uwsgi-taskmanager",
    "pypi_version": "2.3.5",
    "created": "2019-07-13T11:18:07.763501-04:00",
    "modified": "2026-01-28T14:55:22.595066-05:00",
    "repo_forks": 3,
    "repo_description": "Django application to monitor and manage long and/or recurring tasks through uWSGI.",
    "pypi_url": "http://pypi.python.org/pypi/django-uwsgi-taskmanager",
    "documentation_url": "https://github.com/openpolis/django-uwsgi-taskmanager/blob/master/README.md",
    "repo_watchers": 24,
    "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": [
        "guglielmo",
        "gabrielelucci",
        "unusual-thoughts"
    ]
}