API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/218/?format=api"
    ],
    "id": 2322,
    "title": "cookiecutter-django-cms",
    "slug": "cookiecutter-django-cms",
    "last_updated": "2018-04-19T02:04:28-04:00",
    "last_fetched": "2026-02-15T09:05:29.110031-05:00",
    "repo_url": "https://github.com/palazzem/cookiecutter-django-cms",
    "pypi_version": null,
    "created": "2014-04-26T22:34:56.165127-04:00",
    "modified": "2026-01-29T12:55:03.407633-05:00",
    "repo_forks": 17,
    "repo_description": "Simple cookiecutter template to be up and running quickly with your Django CMS project!",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 28,
    "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": [
        "palazzem",
        "jab3z",
        "sebastiangithub94",
        "dipen30",
        "ikkebr",
        "narfman0",
        "nachouve"
    ]
}