API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/421/"
    ],
    "id": 5471,
    "title": "tetra",
    "slug": "tetra",
    "last_updated": "2026-02-05T09:12:17-05:00",
    "last_fetched": "2026-02-16T01:01:38.453609-05:00",
    "repo_url": "https://github.com/samwillis/tetra",
    "pypi_version": "0.0.6",
    "created": "2022-05-24T13:15:44.421830-04:00",
    "modified": "2026-01-28T15:48:46.922837-05:00",
    "repo_forks": 22,
    "repo_description": "Tetra - A full stack component framework for Django using Alpine.js",
    "pypi_url": "http://pypi.python.org/pypi/tetraframework",
    "documentation_url": "",
    "repo_watchers": 612,
    "commits_over_52": [
        0,
        1,
        6,
        5,
        14,
        45,
        4,
        13,
        41,
        3,
        1,
        0,
        5,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        38,
        0,
        0,
        0,
        3,
        0,
        2,
        1,
        0,
        5,
        0,
        30,
        14,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        8,
        6,
        44,
        42,
        24,
        13,
        59,
        19,
        0
    ],
    "participants": [
        "nerdoc",
        "samwillis",
        "gsxdsm",
        "almahdi404",
        "JulioGuillermo",
        "ksdme",
        "rroblf01",
        "waqasidrees07"
    ]
}