API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/214/
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/81/"
    ],
    "id": 214,
    "title": "django-paging",
    "slug": "django-paging",
    "last_updated": "2013-05-07T02:51:47-04:00",
    "last_fetched": "2026-02-15T19:10:13.051376-05:00",
    "repo_url": "https://github.com/dcramer/django-paging",
    "pypi_version": "0.2.5",
    "created": "2010-09-08T00:17:54.893463-04:00",
    "modified": "2026-01-28T14:49:01.107117-05:00",
    "repo_forks": 27,
    "repo_description": "Sexy pagination in Django",
    "pypi_url": "http://pypi.python.org/pypi/django-paging",
    "documentation_url": null,
    "repo_watchers": 108,
    "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": [
        "dcramer",
        "egolts",
        "micolous",
        "cgallemore",
        "svintus"
    ]
}