API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2594/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/258/?format=api"
    ],
    "id": 2594,
    "title": "django-dumpslow",
    "slug": "django-dumpslow",
    "last_updated": "2019-07-07T10:11:07-04:00",
    "last_fetched": "2026-02-16T01:04:45.503234-05:00",
    "repo_url": "https://github.com/lamby/django-dumpslow",
    "pypi_version": "3.1.0",
    "created": "2014-09-24T09:36:05.640147-04:00",
    "modified": "2026-01-28T15:54:42.889105-05:00",
    "repo_forks": 3,
    "repo_description": "Django application to log and summarize slow requests",
    "pypi_url": "http://pypi.python.org/pypi/django-dumpslow",
    "documentation_url": "",
    "repo_watchers": 28,
    "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": [
        "lamby",
        "bashu"
    ]
}