API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2366/
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/"
    ],
    "id": 2366,
    "title": "django-better500s",
    "slug": "django-better500s",
    "last_updated": "2011-12-02T20:33:11-05:00",
    "last_fetched": "2026-02-16T03:06:10.250359-05:00",
    "repo_url": "https://github.com/skoczen/django-better500s",
    "pypi_version": "0.2.1",
    "created": "2014-05-09T19:48:52.112919-04:00",
    "modified": "2026-01-28T16:16:59.058682-05:00",
    "repo_forks": 0,
    "repo_description": "Better 500 catching, user feedback, and logging",
    "pypi_url": "http://pypi.python.org/pypi/django-better500s",
    "documentation_url": "",
    "repo_watchers": 9,
    "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": [
        "skoczen"
    ]
}