Show a series.

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

{
    "id": 5950,
    "url": "https://patchwork.libcamera.org/api/series/5950/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5950",
    "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": "Small improvements to documentation deployment",
    "date": "2026-05-16T20:29:10",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5950/mbox/",
    "cover_letter": {
        "id": 26763,
        "url": "https://patchwork.libcamera.org/api/covers/26763/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/26763/",
        "msgid": "<20260516202912.383234-1-laurent.pinchart@ideasonboard.com>",
        "date": "2026-05-16T20:29:10",
        "name": "[libcamera-ci,0/2] Small improvements to documentation deployment",
        "mbox": "https://patchwork.libcamera.org/cover/26763/mbox/"
    },
    "patches": [
        {
            "id": 26764,
            "url": "https://patchwork.libcamera.org/api/patches/26764/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26764/",
            "msgid": "<20260516202912.383234-2-laurent.pinchart@ideasonboard.com>",
            "date": "2026-05-16T20:29:11",
            "name": "[libcamera-ci,1/2] Add commit ref name to docs deployment log message",
            "mbox": "https://patchwork.libcamera.org/patch/26764/mbox/"
        },
        {
            "id": 26765,
            "url": "https://patchwork.libcamera.org/api/patches/26765/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26765/",
            "msgid": "<20260516202912.383234-3-laurent.pinchart@ideasonboard.com>",
            "date": "2026-05-16T20:29:12",
            "name": "[libcamera-ci,2/2] Move ssh configuration to deploy-libcamera-docs.sh script",
            "mbox": "https://patchwork.libcamera.org/patch/26765/mbox/"
        }
    ]
}