Show a series.

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

{
    "id": 5182,
    "url": "https://patchwork.libcamera.org/api/1.1/series/5182/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5182",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/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": "Eliminating startup frames",
    "date": "2025-05-19T09:20:48",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/1.1/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 1,
    "total": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5182/mbox/",
    "cover_letter": {
        "id": 23385,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/23385/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/23385/",
        "msgid": "<20250519092245.269048-1-naush@raspberrypi.com>",
        "date": "2025-05-19T09:20:48",
        "name": "[v1,0/6] Eliminating startup frames",
        "mbox": "https://patchwork.libcamera.org/cover/23385/mbox/"
    },
    "patches": [
        {
            "id": 23386,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23386/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23386/",
            "msgid": "<20250519092245.269048-2-naush@raspberrypi.com>",
            "date": "2025-05-19T09:20:49",
            "name": "[v1,1/6] libcamera: framebuffer: Add FrameMetadata::Status::FrameStartup",
            "mbox": "https://patchwork.libcamera.org/patch/23386/mbox/"
        },
        {
            "id": 23387,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23387/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23387/",
            "msgid": "<20250519092245.269048-3-naush@raspberrypi.com>",
            "date": "2025-05-19T09:20:50",
            "name": "[v1,2/6] ipa: rpi: Replace dropFrameCount in the IPA -> PH interface",
            "mbox": "https://patchwork.libcamera.org/patch/23387/mbox/"
        },
        {
            "id": 23388,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23388/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23388/",
            "msgid": "<20250519092245.269048-4-naush@raspberrypi.com>",
            "date": "2025-05-19T09:20:51",
            "name": "[v1,3/6] pipeline: ipa: rpi: Split RPiCameraData::dropFrameCount_",
            "mbox": "https://patchwork.libcamera.org/patch/23388/mbox/"
        },
        {
            "id": 23389,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23389/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23389/",
            "msgid": "<20250519092245.269048-5-naush@raspberrypi.com>",
            "date": "2025-05-19T09:20:52",
            "name": "[v1,4/6] pipeline: rpi: Remove disable_startup_frame_drops config option",
            "mbox": "https://patchwork.libcamera.org/patch/23389/mbox/"
        },
        {
            "id": 23390,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23390/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23390/",
            "msgid": "<20250519092245.269048-6-naush@raspberrypi.com>",
            "date": "2025-05-19T09:20:53",
            "name": "[v1,5/6] pipeline: rpi: Remove ispOutputCount_ and ispOutputTotal_",
            "mbox": "https://patchwork.libcamera.org/patch/23390/mbox/"
        },
        {
            "id": 23391,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23391/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23391/",
            "msgid": "<20250519092245.269048-7-naush@raspberrypi.com>",
            "date": "2025-05-19T09:20:54",
            "name": "[v1,6/6] ipa: rpi: Rename dropFrameCount_ to startupCount_",
            "mbox": "https://patchwork.libcamera.org/patch/23391/mbox/"
        }
    ]
}