Show a series.

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

{
    "id": 5801,
    "url": "https://patchwork.libcamera.org/api/series/5801/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5801",
    "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: Clean up iterators",
    "date": "2026-02-19T14:40:36",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 3,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5801/mbox/",
    "cover_letter": {
        "id": 26192,
        "url": "https://patchwork.libcamera.org/api/covers/26192/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/26192/",
        "msgid": "<20260219144040.1615042-1-laurent.pinchart@ideasonboard.com>",
        "date": "2026-02-19T14:40:36",
        "name": "[v3,0/4] libcamera: Clean up iterators",
        "mbox": "https://patchwork.libcamera.org/cover/26192/mbox/"
    },
    "patches": [
        {
            "id": 26193,
            "url": "https://patchwork.libcamera.org/api/patches/26193/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26193/",
            "msgid": "<20260219144040.1615042-2-laurent.pinchart@ideasonboard.com>",
            "date": "2026-02-19T14:40:37",
            "name": "[v3,1/4] libcamera: Replace iterators with structured bindings",
            "mbox": "https://patchwork.libcamera.org/patch/26193/mbox/"
        },
        {
            "id": 26194,
            "url": "https://patchwork.libcamera.org/api/patches/26194/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26194/",
            "msgid": "<20260219144040.1615042-3-laurent.pinchart@ideasonboard.com>",
            "date": "2026-02-19T14:40:38",
            "name": "[v3,2/4] libcamera: Replace iterators with range-based for loops",
            "mbox": "https://patchwork.libcamera.org/patch/26194/mbox/"
        },
        {
            "id": 26195,
            "url": "https://patchwork.libcamera.org/api/patches/26195/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26195/",
            "msgid": "<20260219144040.1615042-4-laurent.pinchart@ideasonboard.com>",
            "date": "2026-02-19T14:40:39",
            "name": "[v3,3/4] libcamera: Use `it` variable name for iterators only",
            "mbox": "https://patchwork.libcamera.org/patch/26195/mbox/"
        },
        {
            "id": 26196,
            "url": "https://patchwork.libcamera.org/api/patches/26196/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26196/",
            "msgid": "<20260219144040.1615042-5-laurent.pinchart@ideasonboard.com>",
            "date": "2026-02-19T14:40:40",
            "name": "[v3,4/4] libcamera: Standardize on 'const auto'",
            "mbox": "https://patchwork.libcamera.org/patch/26196/mbox/"
        }
    ]
}