Show a series.

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

{
    "id": 6010,
    "url": "https://patchwork.libcamera.org/api/1.1/series/6010/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=6010",
    "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": "libcamera: vector: Add clamp() function",
    "date": "2026-06-21T00:23:01",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/6010/mbox/",
    "cover_letter": {
        "id": 27004,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/27004/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/27004/",
        "msgid": "<20260621002305.3763752-1-laurent.pinchart@ideasonboard.com>",
        "date": "2026-06-21T00:23:01",
        "name": "[0/4] libcamera: vector: Add clamp() function",
        "mbox": "https://patchwork.libcamera.org/cover/27004/mbox/"
    },
    "patches": [
        {
            "id": 27005,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/27005/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/27005/",
            "msgid": "<20260621002305.3763752-2-laurent.pinchart@ideasonboard.com>",
            "date": "2026-06-21T00:23:02",
            "name": "[1/4] libcamera: vector: Replace class with typename",
            "mbox": "https://patchwork.libcamera.org/patch/27005/mbox/"
        },
        {
            "id": 27006,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/27006/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/27006/",
            "msgid": "<20260621002305.3763752-3-laurent.pinchart@ideasonboard.com>",
            "date": "2026-06-21T00:23:03",
            "name": "[2/4] libcamera: vector: Swap order of arguments to apply()",
            "mbox": "https://patchwork.libcamera.org/patch/27006/mbox/"
        },
        {
            "id": 27007,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/27007/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/27007/",
            "msgid": "<20260621002305.3763752-4-laurent.pinchart@ideasonboard.com>",
            "date": "2026-06-21T00:23:04",
            "name": "[3/4] libcamera: vector: Support multiple scalar arguments to apply()",
            "mbox": "https://patchwork.libcamera.org/patch/27007/mbox/"
        },
        {
            "id": 27008,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/27008/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/27008/",
            "msgid": "<20260621002305.3763752-5-laurent.pinchart@ideasonboard.com>",
            "date": "2026-06-21T00:23:05",
            "name": "[4/4] libcamera: vector: Add clamp() member function",
            "mbox": "https://patchwork.libcamera.org/patch/27008/mbox/"
        }
    ]
}