Show a series.

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

{
    "id": 5422,
    "url": "https://patchwork.libcamera.org/api/series/5422/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5422",
    "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: Use span in FrameBuffer",
    "date": "2025-09-04T13:46:39",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 3,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5422/mbox/",
    "cover_letter": {
        "id": 24282,
        "url": "https://patchwork.libcamera.org/api/covers/24282/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/24282/",
        "msgid": "<20250904134641.29597-1-laurent.pinchart@ideasonboard.com>",
        "date": "2025-09-04T13:46:39",
        "name": "[v3,0/2] libcamera: Use span in FrameBuffer",
        "mbox": "https://patchwork.libcamera.org/cover/24282/mbox/"
    },
    "patches": [
        {
            "id": 24283,
            "url": "https://patchwork.libcamera.org/api/patches/24283/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24283/",
            "msgid": "<20250904134641.29597-2-laurent.pinchart@ideasonboard.com>",
            "date": "2025-09-04T13:46:40",
            "name": "[v3,1/2] pipelines: Use lambda functions to factor out buffer mapping code",
            "mbox": "https://patchwork.libcamera.org/patch/24283/mbox/"
        },
        {
            "id": 24284,
            "url": "https://patchwork.libcamera.org/api/patches/24284/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24284/",
            "msgid": "<20250904134641.29597-3-laurent.pinchart@ideasonboard.com>",
            "date": "2025-09-04T13:46:41",
            "name": "[v3,2/2] libcamera: framebuffer: Replace vector with span in constructor",
            "mbox": "https://patchwork.libcamera.org/patch/24284/mbox/"
        }
    ]
}