API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1140/
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/1/"
    ],
    "id": 1140,
    "title": "CMS-Image-Plugin",
    "slug": "cms-image-plugin",
    "last_updated": "2012-02-05T02:12:55-05:00",
    "last_fetched": "2026-02-15T09:05:00.717608-05:00",
    "repo_url": "https://github.com/crooksey/CMS-Image-Plugin",
    "pypi_version": null,
    "created": "2012-02-03T05:19:53.566993-05:00",
    "modified": "2026-01-29T12:54:17.168259-05:00",
    "repo_forks": 0,
    "repo_description": "Adapation of the Arkestra image plugin, simply for djangoCMS",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "crooksey"
    ]
}