Show a series.

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

{
    "id": 5871,
    "url": "https://patchwork.libcamera.org/api/series/5871/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5871",
    "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": "[1/2] Documentation: Update to C++20",
    "date": "2026-04-05T22:27:04",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5871/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 26437,
            "url": "https://patchwork.libcamera.org/api/patches/26437/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26437/",
            "msgid": "<20260405222705.1238116-1-laurent.pinchart@ideasonboard.com>",
            "date": "2026-04-05T22:27:04",
            "name": "[1/2] Documentation: Update to C++20",
            "mbox": "https://patchwork.libcamera.org/patch/26437/mbox/"
        },
        {
            "id": 26438,
            "url": "https://patchwork.libcamera.org/api/patches/26438/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26438/",
            "msgid": "<20260405222705.1238116-2-laurent.pinchart@ideasonboard.com>",
            "date": "2026-04-05T22:27:05",
            "name": "[2/2] meson: Use <version> header for C++ library version check",
            "mbox": "https://patchwork.libcamera.org/patch/26438/mbox/"
        }
    ]
}