API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2658/
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/37/"
    ],
    "id": 2658,
    "title": "django-tablets",
    "slug": "django-tablets",
    "last_updated": "2019-01-24T09:34:17-05:00",
    "last_fetched": "2026-02-15T22:01:22.136222-05:00",
    "repo_url": "https://github.com/craiglabenz/django-tablets",
    "pypi_version": "0.7.0",
    "created": "2014-11-11T11:13:04.463488-05:00",
    "modified": "2026-01-28T15:16:12.258910-05:00",
    "repo_forks": 6,
    "repo_description": "The ultimate database-driven Django template experience.",
    "pypi_url": "http://pypi.python.org/pypi/tablets",
    "documentation_url": "https://github.com/craiglabenz/django-tablets",
    "repo_watchers": 9,
    "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": [
        "craiglabenz",
        "rjauquet",
        "mwbennett",
        "scottanderson42",
        "miraculixx",
        "pdehaye"
    ]
}