API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2009/
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/218/"
    ],
    "id": 2009,
    "title": "cookiecutter-django-crud-app",
    "slug": "cookiecutter-django-crud-app",
    "last_updated": "2013-08-26T08:14:52-04:00",
    "last_fetched": "2026-02-15T09:05:30.932814-05:00",
    "repo_url": "https://github.com/smajda/cookiecutter-django-crud-app",
    "pypi_version": null,
    "created": "2013-08-28T16:22:27.791285-04:00",
    "modified": "2026-01-29T12:55:07.402641-05:00",
    "repo_forks": 2,
    "repo_description": "A Django app template that sets up initial Create, List, Detail, and Update generic views, forms, urls, templates, and tests.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 9,
    "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": [
        "smajda"
    ]
}