API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2126/?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/165/?format=api"
    ],
    "id": 2126,
    "title": "django-airbrake",
    "slug": "django-airbrake",
    "last_updated": "2018-05-27T04:48:09-04:00",
    "last_fetched": "2026-02-15T22:06:46.774437-05:00",
    "repo_url": "https://github.com/Bouke/django-airbrake",
    "pypi_version": "1.3.0",
    "created": "2013-11-14T05:49:04.888122-05:00",
    "modified": "2026-01-28T15:25:43.228286-05:00",
    "repo_forks": 9,
    "repo_description": "Django Airbrake provides a logging handler to push exceptions and other errors to airbrakeapp or other airbrake-compatible exception handler services (e.g. aTech Media's Codebase).",
    "pypi_url": "http://pypi.python.org/pypi/django-airbrake",
    "documentation_url": "",
    "repo_watchers": 17,
    "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": [
        "Bouke",
        "Bounder",
        "ericbuckley",
        "kozmagabor"
    ]
}