API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/218/"
    ],
    "id": 3270,
    "title": "cookiecutter-django-iot",
    "slug": "cookiecutter-django-iot",
    "last_updated": "2016-04-08T17:54:39-04:00",
    "last_fetched": "2026-02-15T09:05:33.721833-05:00",
    "repo_url": "https://github.com/aschn/cookiecutter-django-iot",
    "pypi_version": null,
    "created": "2016-04-08T19:08:45.318826-04:00",
    "modified": "2026-01-29T12:55:13.696240-05:00",
    "repo_forks": 12,
    "repo_description": "Cookiecutter template for IoT projects using Django (with celery and Heroku support)",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 43,
    "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": [
        "aschn"
    ]
}