Show a series.

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

{
    "id": 5979,
    "url": "https://patchwork.libcamera.org/api/series/5979/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5979",
    "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": null,
    "date": "2026-06-04T09:50:50",
    "submitter": {
        "id": 177,
        "url": "https://patchwork.libcamera.org/api/people/177/?format=api",
        "name": "Milan Zamazal",
        "email": "mzamazal@redhat.com"
    },
    "version": 3,
    "total": 17,
    "received_total": 1,
    "received_all": false,
    "mbox": "https://patchwork.libcamera.org/series/5979/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 26829,
            "url": "https://patchwork.libcamera.org/api/patches/26829/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26829/",
            "msgid": "<20260604095105.68798-9-mzamazal@redhat.com>",
            "date": "2026-06-04T09:50:50",
            "name": "[RFC,v3,05/17] libcamera: software_isp: Queue the input buffer per each output",
            "mbox": "https://patchwork.libcamera.org/patch/26829/mbox/"
        }
    ]
}