Show a series.

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

{
    "id": 5164,
    "url": "https://patchwork.libcamera.org/api/1.1/series/5164/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5164",
    "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-07T07:52:07",
    "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/5164/mbox/",
    "cover_letter": {
        "id": 23341,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/23341/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/23341/",
        "msgid": "<20250507082753.2306743-1-naush@raspberrypi.com>",
        "date": "2025-05-07T07:52:07",
        "name": "[RFC,0/6] Eliminating startup frames",
        "mbox": "https://patchwork.libcamera.org/cover/23341/mbox/"
    },
    "patches": [
        {
            "id": 23342,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23342/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23342/",
            "msgid": "<20250507082753.2306743-2-naush@raspberrypi.com>",
            "date": "2025-05-07T07:52:08",
            "name": "[RFC,1/6] libcamera: framebuffer: Add FrameMetadata::Status::FrameStartup",
            "mbox": "https://patchwork.libcamera.org/patch/23342/mbox/"
        },
        {
            "id": 23343,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23343/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23343/",
            "msgid": "<20250507082753.2306743-3-naush@raspberrypi.com>",
            "date": "2025-05-07T07:52:09",
            "name": "[RFC,2/6] ipa: rpi: Replace dropFrameCount in the IPA -> PH interface",
            "mbox": "https://patchwork.libcamera.org/patch/23343/mbox/"
        },
        {
            "id": 23344,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23344/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23344/",
            "msgid": "<20250507082753.2306743-4-naush@raspberrypi.com>",
            "date": "2025-05-07T07:52:10",
            "name": "[RFC,3/6] pipeline: ipa: rpi: Split RPiCameraData::dropFrameCount_",
            "mbox": "https://patchwork.libcamera.org/patch/23344/mbox/"
        },
        {
            "id": 23345,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23345/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23345/",
            "msgid": "<20250507082753.2306743-5-naush@raspberrypi.com>",
            "date": "2025-05-07T07:52:11",
            "name": "[RFC,4/6] pipeline: rpi: Remove disable_startup_frame_drops config option",
            "mbox": "https://patchwork.libcamera.org/patch/23345/mbox/"
        },
        {
            "id": 23346,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23346/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23346/",
            "msgid": "<20250507082753.2306743-6-naush@raspberrypi.com>",
            "date": "2025-05-07T07:52:12",
            "name": "[RFC,5/6] pipeline: rpi: Remove ispOutputCount_ and ispOutputTotal_",
            "mbox": "https://patchwork.libcamera.org/patch/23346/mbox/"
        },
        {
            "id": 23347,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23347/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23347/",
            "msgid": "<20250507082753.2306743-7-naush@raspberrypi.com>",
            "date": "2025-05-07T07:52:13",
            "name": "[RFC,6/6] ipa: rpi: Rename dropFrameCount_ to startupCount_",
            "mbox": "https://patchwork.libcamera.org/patch/23347/mbox/"
        }
    ]
}