API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/39/?format=api"
    ],
    "id": 1751,
    "title": "django-uwsgi-cache",
    "slug": "django-uwsgi-cache",
    "last_updated": "2025-10-01T10:40:39-04:00",
    "last_fetched": "2026-02-15T20:02:39.176141-05:00",
    "repo_url": "https://github.com/ionelmc/django-uwsgi-cache",
    "pypi_version": "1.1.0",
    "created": "2013-04-04T12:21:36.524774-04:00",
    "modified": "2026-01-28T14:53:19.552446-05:00",
    "repo_forks": 10,
    "repo_description": "uWSGI Django cache backend.",
    "pypi_url": "http://pypi.python.org/pypi/django-uwsgi-cache",
    "documentation_url": "https://django-uwsgi-cache.readthedocs.io/",
    "repo_watchers": 39,
    "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,
        21,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "ionelmc",
        "laurentpayot",
        "xrmx",
        "bitdeli-chef",
        "kissgyorgy"
    ]
}