API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/58/"
    ],
    "id": 5354,
    "title": "django-cte",
    "slug": "django-cte",
    "last_updated": "2026-02-05T08:06:17-05:00",
    "last_fetched": "2026-02-15T04:06:07.494632-05:00",
    "repo_url": "https://github.com/dimagi/django-cte",
    "pypi_version": "3.0.0",
    "created": "2022-03-06T22:52:39.854981-05:00",
    "modified": "2026-01-28T16:59:22.939320-05:00",
    "repo_forks": 56,
    "repo_description": "Common Table Expressions (CTE) for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-cte",
    "documentation_url": "",
    "repo_watchers": 412,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        24,
        17,
        3,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        10,
        6,
        0,
        1,
        0,
        0,
        3,
        1,
        0,
        0,
        0,
        0,
        3,
        1,
        1,
        0,
        0,
        1,
        0
    ],
    "participants": [
        "millerdev",
        "us77ipis",
        "pgammans",
        "camuthig",
        "rows-s",
        "DanielSchaffer",
        "gherceg",
        "nickpell",
        "tim-schilling",
        "Mogost",
        "bernd-wechner",
        "bjester",
        "cclauss",
        "orangejenny",
        "JulienPalard",
        "wawrzdev",
        "lithammer",
        "tari",
        "ryanhiebert",
        "SebCorbin",
        "SupImDos",
        "moranabadie"
    ]
}