API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1999/?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": 1999,
    "title": "cookiecutter-simple-django",
    "slug": "cookiecutter-simple-django",
    "last_updated": "2017-07-12T16:41:22-04:00",
    "last_fetched": "2026-02-15T07:01:16.813715-05:00",
    "repo_url": "https://github.com/marcofucci/cookiecutter-simple-django",
    "pypi_version": null,
    "created": "2013-08-21T06:19:12.159183-04:00",
    "modified": "2026-01-29T12:40:20.159928-05:00",
    "repo_forks": 53,
    "repo_description": "A cookiecutter template for creating reusable Django projects quickly.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 103,
    "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": [
        "pydanny",
        "marcofucci",
        "dupuy",
        "angvp",
        "gbourdin",
        "a7p",
        "ChrisFreeman",
        "jefftriplett",
        "kevgathuku",
        "mgaitan",
        "mrmikee"
    ]
}