API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/218/?format=api",
        "https://djangopackages.org/api/v4/grids/245/?format=api",
        "https://djangopackages.org/api/v4/grids/13/?format=api",
        "https://djangopackages.org/api/v4/grids/79/?format=api"
    ],
    "id": 2984,
    "title": "cookiecutter-django-rest",
    "slug": "cookiecutter-django-rest",
    "last_updated": "2025-12-11T14:15:45-05:00",
    "last_fetched": "2026-02-15T09:05:50.042675-05:00",
    "repo_url": "https://github.com/agconti/cookiecutter-django-rest",
    "pypi_version": null,
    "created": "2015-07-21T22:53:23.538865-04:00",
    "modified": "2026-01-29T12:55:30.427271-05:00",
    "repo_forks": 193,
    "repo_description": "Build best practiced apis fast with Python3",
    "pypi_url": "",
    "documentation_url": "http://agconti.github.io/cookiecutter-django-rest/",
    "repo_watchers": 1603,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        1,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "pyup-bot",
        "agconti",
        "dependabot[bot]",
        "glemmaPaul",
        "ivanistheone",
        "pan-long",
        "brad",
        "toanant",
        "albindevs",
        "stefanitsky",
        "avsd",
        "johnfraney",
        "ferndot",
        "Marcelo-Theodoro",
        "rickydunlop",
        "roddds",
        "StefanPahlplatz",
        "vpatel85",
        "osya"
    ]
}