API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4349/?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/218/?format=api"
    ],
    "id": 4349,
    "title": "cookiecutter django webpack",
    "slug": "cookiecutter-django-webpack",
    "last_updated": "2020-01-30T04:45:08-05:00",
    "last_fetched": "2026-02-15T09:05:53.750256-05:00",
    "repo_url": "https://github.com/kiran-capoor94/cookiecutter-django-webpack",
    "pypi_version": null,
    "created": "2019-05-01T19:17:56.943893-04:00",
    "modified": "2026-01-29T12:55:37.029989-05:00",
    "repo_forks": 1,
    "repo_description": "Make Django builds with Webpack",
    "pypi_url": "",
    "documentation_url": "",
    "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": [
        "kiran-capoor94"
    ]
}