Show a series.

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

{
    "id": 5901,
    "url": "https://patchwork.libcamera.org/api/series/5901/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5901",
    "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": "libcamera: pipeline: virtual: Add raw Bayer frame support",
    "date": "2026-05-04T09:16:41",
    "submitter": {
        "id": 266,
        "url": "https://patchwork.libcamera.org/api/people/266/?format=api",
        "name": "Max Bretschneider",
        "email": "maxbretschneider@protonmail.com"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5901/mbox/",
    "cover_letter": {
        "id": 26610,
        "url": "https://patchwork.libcamera.org/api/covers/26610/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/26610/",
        "msgid": "<20260504091623.3354474-1-maxbretschneider@protonmail.com>",
        "date": "2026-05-04T09:16:41",
        "name": "[RFC,v2,0/2] libcamera: pipeline: virtual: Add raw Bayer frame support",
        "mbox": "https://patchwork.libcamera.org/cover/26610/mbox/"
    },
    "patches": [
        {
            "id": 26611,
            "url": "https://patchwork.libcamera.org/api/patches/26611/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26611/",
            "msgid": "<20260504091623.3354474-2-maxbretschneider@protonmail.com>",
            "date": "2026-05-04T09:16:47",
            "name": "[1/2] libcamera: pipeline: virtual: Add RawFrameGenerator",
            "mbox": "https://patchwork.libcamera.org/patch/26611/mbox/"
        },
        {
            "id": 26612,
            "url": "https://patchwork.libcamera.org/api/patches/26612/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26612/",
            "msgid": "<20260504091623.3354474-3-maxbretschneider@protonmail.com>",
            "date": "2026-05-04T09:17:03",
            "name": "[2/2] libcamera: pipeline: virtual: Add raw_frames config and Bayer format support",
            "mbox": "https://patchwork.libcamera.org/patch/26612/mbox/"
        }
    ]
}