API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2816/?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/71/?format=api"
    ],
    "id": 2816,
    "title": "django-airports",
    "slug": "django-airports",
    "last_updated": "2021-12-22T04:22:24-05:00",
    "last_fetched": "2026-02-15T22:04:14.217836-05:00",
    "repo_url": "https://github.com/bashu/django-airports",
    "pypi_version": "1.0.3",
    "created": "2015-03-25T03:37:45.061899-04:00",
    "modified": "2026-01-28T15:21:20.541024-05:00",
    "repo_forks": 14,
    "repo_description": "✈️ It's like django-cities, but django-airports",
    "pypi_url": "http://pypi.python.org/pypi/django-airports",
    "documentation_url": "",
    "repo_watchers": 59,
    "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": [
        "bashu",
        "LiamK",
        "eracle",
        "vlinhart",
        "cubicuboctahedron",
        "reallinfo"
    ]
}