API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2642/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/81/"
    ],
    "id": 2642,
    "title": "Cached Paginator",
    "slug": "django-cachedpaginator",
    "last_updated": "2015-03-27T09:33:05-04:00",
    "last_fetched": "2026-02-15T09:04:04.731801-05:00",
    "repo_url": "https://github.com/arsham/django-cachedpaginator",
    "pypi_version": "0.0.5",
    "created": "2014-10-24T11:32:18.661737-04:00",
    "modified": "2026-01-29T12:52:43.427716-05:00",
    "repo_forks": 0,
    "repo_description": "Paginator that caches pages automatically",
    "pypi_url": "http://pypi.python.org/pypi/django-cachedpaginator",
    "documentation_url": "",
    "repo_watchers": 5,
    "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": [
        "arsham"
    ]
}