API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/591/
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/43/",
        "https://djangopackages.org/api/v4/grids/258/"
    ],
    "id": 591,
    "title": "django-slow-log",
    "slug": "django-slow-log",
    "last_updated": "2011-10-07T18:55:23-04:00",
    "last_fetched": "2026-02-16T02:05:34.272579-05:00",
    "repo_url": "https://github.com/jmoiron/django-slow-log",
    "pypi_version": "0.1.3",
    "created": "2011-01-17T23:15:41.399668-05:00",
    "modified": "2026-01-28T16:06:28.013328-05:00",
    "repo_forks": 5,
    "repo_description": "django slow request log",
    "pypi_url": "http://pypi.python.org/pypi/django-slow-log",
    "documentation_url": null,
    "repo_watchers": 32,
    "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": [
        "kyleterry",
        "jmoiron",
        "outofculture",
        "skoczen"
    ]
}