API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1280/?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/73/?format=api"
    ],
    "id": 1280,
    "title": "cmsplugin-simple-gallery",
    "slug": "cmsplugin-simple-gallery",
    "last_updated": "2012-04-22T16:26:07-04:00",
    "last_fetched": "2026-02-15T09:05:14.520274-05:00",
    "repo_url": "https://github.com/chmeliuk/cmsplugin-simple-gallery",
    "pypi_version": null,
    "created": "2012-04-22T15:43:26.607263-04:00",
    "modified": "2026-01-29T12:54:41.511063-05:00",
    "repo_forks": 2,
    "repo_description": "Simple gallery plugin for django cms. enabled in text editor.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 3,
    "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": [
        "chmeliuk"
    ]
}