Show a series.

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

{
    "id": 6029,
    "url": "https://patchwork.libcamera.org/api/series/6029/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=6029",
    "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": "libcamera: Improve shader header generation",
    "date": "2026-06-30T12:52:09",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 2,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/6029/mbox/",
    "cover_letter": {
        "id": 27142,
        "url": "https://patchwork.libcamera.org/api/covers/27142/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/27142/",
        "msgid": "<20260630125214.3327516-1-laurent.pinchart@ideasonboard.com>",
        "date": "2026-06-30T12:52:09",
        "name": "[v2,0/5] libcamera: Improve shader header generation",
        "mbox": "https://patchwork.libcamera.org/cover/27142/mbox/"
    },
    "patches": [
        {
            "id": 27143,
            "url": "https://patchwork.libcamera.org/api/patches/27143/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/27143/",
            "msgid": "<20260630125214.3327516-2-laurent.pinchart@ideasonboard.com>",
            "date": "2026-06-30T12:52:10",
            "name": "[v2,1/5] libcamera: shaders: Move header generation to shaders directory",
            "mbox": "https://patchwork.libcamera.org/patch/27143/mbox/"
        },
        {
            "id": 27144,
            "url": "https://patchwork.libcamera.org/api/patches/27144/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/27144/",
            "msgid": "<20260630125214.3327516-3-laurent.pinchart@ideasonboard.com>",
            "date": "2026-06-30T12:52:11",
            "name": "[v2,2/5] utils: Merge shader header generation scripts",
            "mbox": "https://patchwork.libcamera.org/patch/27144/mbox/"
        },
        {
            "id": 27145,
            "url": "https://patchwork.libcamera.org/api/patches/27145/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/27145/",
            "msgid": "<20260630125214.3327516-4-laurent.pinchart@ideasonboard.com>",
            "date": "2026-06-30T12:52:12",
            "name": "[v2,3/5] utils: Rename and move shader header generation script",
            "mbox": "https://patchwork.libcamera.org/patch/27145/mbox/"
        },
        {
            "id": 27146,
            "url": "https://patchwork.libcamera.org/api/patches/27146/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/27146/",
            "msgid": "<20260630125214.3327516-5-laurent.pinchart@ideasonboard.com>",
            "date": "2026-06-30T12:52:13",
            "name": "[v2,4/5] libcamera: shaders: Replace C array with std::array",
            "mbox": "https://patchwork.libcamera.org/patch/27146/mbox/"
        },
        {
            "id": 27147,
            "url": "https://patchwork.libcamera.org/api/patches/27147/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/27147/",
            "msgid": "<20260630125214.3327516-6-laurent.pinchart@ideasonboard.com>",
            "date": "2026-06-30T12:52:14",
            "name": "[v2,5/5] libcamera: egl: Replace pointer and length with span for shader sources",
            "mbox": "https://patchwork.libcamera.org/patch/27147/mbox/"
        }
    ]
}