Show a series.

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

{
    "id": 6068,
    "url": "https://patchwork.libcamera.org/api/series/6068/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=6068",
    "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": "gstreamer: Honor downstream format preferences in caps negotiation",
    "date": "2026-07-21T10:44:11",
    "submitter": {
        "id": 443,
        "url": "https://patchwork.libcamera.org/api/people/443/?format=api",
        "name": "Elliot Chen (OSS)",
        "email": "elliot.chen@oss.nxp.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/6068/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 27424,
            "url": "https://patchwork.libcamera.org/api/patches/27424/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/27424/",
            "msgid": "<20260721104411.2393571-1-elliot.chen@oss.nxp.com>",
            "date": "2026-07-21T10:44:11",
            "name": "gstreamer: Honor downstream format preferences in caps negotiation",
            "mbox": "https://patchwork.libcamera.org/patch/27424/mbox/"
        }
    ]
}