Show a series.

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

{
    "id": 6014,
    "url": "https://patchwork.libcamera.org/api/series/6014/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=6014",
    "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": "RPi pipeline handler fixes",
    "date": "2026-06-24T08:24:30",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/6014/mbox/",
    "cover_letter": {
        "id": 27023,
        "url": "https://patchwork.libcamera.org/api/covers/27023/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/27023/",
        "msgid": "<20260624082705.272795-1-naush@raspberrypi.com>",
        "date": "2026-06-24T08:24:30",
        "name": "[0/2] RPi pipeline handler fixes",
        "mbox": "https://patchwork.libcamera.org/cover/27023/mbox/"
    },
    "patches": [
        {
            "id": 27024,
            "url": "https://patchwork.libcamera.org/api/patches/27024/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/27024/",
            "msgid": "<20260624082705.272795-2-naush@raspberrypi.com>",
            "date": "2026-06-24T08:24:31",
            "name": "[1/2] pipeline: rpi: Default to BayerFormat::Packing::None for RAW streams",
            "mbox": "https://patchwork.libcamera.org/patch/27024/mbox/"
        },
        {
            "id": 27025,
            "url": "https://patchwork.libcamera.org/api/patches/27025/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/27025/",
            "msgid": "<20260624082705.272795-3-naush@raspberrypi.com>",
            "date": "2026-06-24T08:24:32",
            "name": "[2/2] pipeline: rpi: pisp: Ensure we don't run our SW correction with packed",
            "mbox": "https://patchwork.libcamera.org/patch/27025/mbox/"
        }
    ]
}