API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2615/
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/113/",
        "https://djangopackages.org/api/v4/grids/234/"
    ],
    "id": 2615,
    "title": "django-undeletable",
    "slug": "django-undeletable",
    "last_updated": "2022-07-28T08:49:28-04:00",
    "last_fetched": "2026-02-15T22:02:29.499048-05:00",
    "repo_url": "https://github.com/kakulukia/django-undeletable",
    "pypi_version": "1.1.2",
    "created": "2014-10-09T09:49:12.416847-04:00",
    "modified": "2026-01-28T15:18:11.689311-05:00",
    "repo_forks": 6,
    "repo_description": "undeletable Django models",
    "pypi_url": "http://pypi.python.org/pypi/django-undeletable",
    "documentation_url": "https://github.com/kakulukia/django-undeletable/blob/master/README.md",
    "repo_watchers": 14,
    "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": [
        "kakulukia",
        "lowks"
    ]
}