API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/57/?format=api"
    ],
    "id": 142,
    "title": "Django CleverCSS",
    "slug": "django-ccss",
    "last_updated": "2011-07-03T18:08:25-04:00",
    "last_fetched": "2026-02-15T09:09:42.835688-05:00",
    "repo_url": "https://github.com/danielgtaylor/django-ccss",
    "pypi_version": null,
    "created": "2010-08-23T15:54:25.319727-04:00",
    "modified": "2026-01-28T13:01:35.964387-05:00",
    "repo_forks": 2,
    "repo_description": "Django CleverCSS",
    "pypi_url": "",
    "documentation_url": null,
    "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": [
        "danielgtaylor",
        "risicle",
        "manuq"
    ]
}