Show a series.

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

{
    "id": 6080,
    "url": "https://patchwork.libcamera.org/api/series/6080/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=6080",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "name": "Add NVIDIA Tegra VI pipeline handler",
    "date": "2026-07-24T17:47:00",
    "submitter": {
        "id": 453,
        "url": "https://patchwork.libcamera.org/api/people/453/?format=api",
        "name": "Magdum",
        "email": "magdum.foss@gmail.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/6080/mbox/",
    "cover_letter": {
        "id": 27504,
        "url": "https://patchwork.libcamera.org/api/covers/27504/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/27504/",
        "msgid": "<20260724174705.9411-1-magdum.foss@gmail.com>",
        "date": "2026-07-24T17:47:00",
        "name": "[RFC,0/1] Add NVIDIA Tegra VI pipeline handler",
        "mbox": "https://patchwork.libcamera.org/cover/27504/mbox/"
    },
    "patches": [
        {
            "id": 27505,
            "url": "https://patchwork.libcamera.org/api/patches/27505/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/27505/",
            "msgid": "<20260724174705.9411-2-magdum.foss@gmail.com>",
            "date": "2026-07-24T17:47:01",
            "name": "[RFC,1/1] pipeline: Add NVIDIA Tegra VI pipeline handler",
            "mbox": "https://patchwork.libcamera.org/patch/27505/mbox/"
        }
    ]
}