API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/1/?format=api"
    ],
    "id": 3341,
    "title": "Django CMS Light",
    "slug": "django-cms-light",
    "last_updated": null,
    "last_fetched": "2026-01-27T16:49:06.639673-05:00",
    "repo_url": "https://gitlab.com/yourlabs/django-cms-light",
    "pypi_version": "0.0.2",
    "created": "2016-07-13T13:58:33.275486-04:00",
    "modified": "2026-01-27T16:49:06.644418-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-cms-light",
    "documentation_url": "",
    "repo_watchers": 0,
    "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": []
}