API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4210/
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": 4210,
    "title": "django-model-cache",
    "slug": "django-model-cache",
    "last_updated": "2018-08-30T01:29:51-04:00",
    "last_fetched": "2026-02-16T01:04:19.437170-05:00",
    "repo_url": "https://github.com/patriciaborges/django-model-cache",
    "pypi_version": "1.0.1",
    "created": "2018-08-30T02:34:53.603938-04:00",
    "modified": "2026-01-28T15:53:49.044467-05:00",
    "repo_forks": 2,
    "repo_description": "An easy-to-use cache for Django models.",
    "pypi_url": "http://pypi.python.org/pypi/django-model-cache",
    "documentation_url": "",
    "repo_watchers": 13,
    "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": [
        "patriciaborges"
    ]
}