Show a series.

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

{
    "id": 5700,
    "url": "https://patchwork.libcamera.org/api/series/5700/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5700",
    "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] egl: Use the Mesa surfaceless platform instead of GBM",
    "date": "2026-01-10T22:13:36",
    "submitter": {
        "id": 140,
        "url": "https://patchwork.libcamera.org/api/people/140/?format=api",
        "name": "Robert Mader",
        "email": "robert.mader@collabora.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5700/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 25712,
            "url": "https://patchwork.libcamera.org/api/patches/25712/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25712/",
            "msgid": "<20260110221337.145378-1-robert.mader@collabora.com>",
            "date": "2026-01-10T22:13:36",
            "name": "[1/2] egl: Use the Mesa surfaceless platform instead of GBM",
            "mbox": "https://patchwork.libcamera.org/patch/25712/mbox/"
        },
        {
            "id": 25713,
            "url": "https://patchwork.libcamera.org/api/patches/25713/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25713/",
            "msgid": "<20260110221337.145378-2-robert.mader@collabora.com>",
            "date": "2026-01-10T22:13:37",
            "name": "[2/2] Revert \"libcamera: software_isp: gbm: Add a GBM helper class for GPU surface access\"",
            "mbox": "https://patchwork.libcamera.org/patch/25713/mbox/"
        }
    ]
}