API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2431/?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": 2431,
    "title": "cookiecutter-django-ansible",
    "slug": "cookiecutter-django-ansible",
    "last_updated": "2018-08-03T04:16:50-04:00",
    "last_fetched": "2026-02-15T09:05:26.776238-05:00",
    "repo_url": "https://github.com/benregn/cookiecutter-django-ansible",
    "pypi_version": null,
    "created": "2014-06-18T13:47:01.690653-04:00",
    "modified": "2026-01-29T12:54:59.034283-05:00",
    "repo_forks": 10,
    "repo_description": "A cookiecutter template for creating Django projects and deploying them quickly using Ansible",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 37,
    "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": [
        "benregn",
        "pydanny",
        "theskumar",
        "ashwoods",
        "luzfcb",
        "toffer",
        "Bouke",
        "vbabiy",
        "russelldavies",
        "justhamade",
        "juliocc",
        "ikkebr",
        "bennylope",
        "agamdua",
        "a7p",
        "chrisfranklin",
        "glarrain",
        "kevinastone",
        "lukasklein",
        "mattlinares",
        "mozillazg",
        "oubiga",
        "yarikoptic"
    ]
}