Show a series.

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

{
    "id": 5785,
    "url": "https://patchwork.libcamera.org/api/series/5785/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5785",
    "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] software_isp: benchmark: Add missing _ postfix to measure data member",
    "date": "2026-02-11T17:00:36",
    "submitter": {
        "id": 242,
        "url": "https://patchwork.libcamera.org/api/people/242/?format=api",
        "name": "Hans de Goede",
        "email": "johannes.goede@oss.qualcomm.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5785/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 26133,
            "url": "https://patchwork.libcamera.org/api/patches/26133/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26133/",
            "msgid": "<20260211170037.131630-1-johannes.goede@oss.qualcomm.com>",
            "date": "2026-02-11T17:00:36",
            "name": "[1/2] software_isp: benchmark: Add missing _ postfix to measure data member",
            "mbox": "https://patchwork.libcamera.org/patch/26133/mbox/"
        },
        {
            "id": 26134,
            "url": "https://patchwork.libcamera.org/api/patches/26134/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26134/",
            "msgid": "<20260211170037.131630-2-johannes.goede@oss.qualcomm.com>",
            "date": "2026-02-11T17:00:37",
            "name": "[2/2] software_isp: benchmark: Print what is being benchmarked",
            "mbox": "https://patchwork.libcamera.org/patch/26134/mbox/"
        }
    ]
}