Show a series.

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

{
    "id": 5975,
    "url": "https://patchwork.libcamera.org/api/series/5975/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5975",
    "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": "rpi: pipeline_base: print old color space in before updating",
    "date": "2026-06-04T09:00:44",
    "submitter": {
        "id": 277,
        "url": "https://patchwork.libcamera.org/api/people/277/?format=api",
        "name": "张朝阳",
        "email": "tju_cooyun@163.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5975/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 26820,
            "url": "https://patchwork.libcamera.org/api/patches/26820/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26820/",
            "msgid": "<20260604090044.3536188-1-tju_cooyun@163.com>",
            "date": "2026-06-04T09:00:44",
            "name": "rpi: pipeline_base: print old color space in before updating",
            "mbox": "https://patchwork.libcamera.org/patch/26820/mbox/"
        }
    ]
}