API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1374/
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/39/"
    ],
    "id": 1374,
    "title": "django-s3-cache",
    "slug": "django-s3-cache",
    "last_updated": "2020-01-07T04:55:18-05:00",
    "last_fetched": "2026-02-15T22:02:55.134988-05:00",
    "repo_url": "https://github.com/atodorov/django-s3-cache",
    "pypi_version": "1.4.3",
    "created": "2012-07-15T11:12:09.624261-04:00",
    "modified": "2026-01-28T15:18:47.863743-05:00",
    "repo_forks": 11,
    "repo_description": "Amazon Simple Storage Service (S3) cache backend for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-s3-cache",
    "documentation_url": null,
    "repo_watchers": 32,
    "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": [
        "atodorov",
        "bobbymanuel"
    ]
}