Show a series.

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

{
    "id": 5549,
    "url": "https://patchwork.libcamera.org/api/1.1/series/5549/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5549",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/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: base: utils: Prevent hex signed extension",
    "date": "2025-10-31T20:38:52",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 3,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5549/mbox/",
    "cover_letter": {
        "id": 24933,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/24933/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/24933/",
        "msgid": "<20251031203854.19021-1-kieran.bingham@ideasonboard.com>",
        "date": "2025-10-31T20:38:52",
        "name": "[v3,0/2] libcamera: base: utils: Prevent hex signed extension",
        "mbox": "https://patchwork.libcamera.org/cover/24933/mbox/"
    },
    "patches": [
        {
            "id": 24934,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24934/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24934/",
            "msgid": "<20251031203854.19021-2-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-31T20:38:53",
            "name": "[v3,1/2] test: utils: Validate hex sign extension",
            "mbox": "https://patchwork.libcamera.org/patch/24934/mbox/"
        },
        {
            "id": 24935,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24935/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24935/",
            "msgid": "<20251031203854.19021-3-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-31T20:38:54",
            "name": "[v3,2/2] libcamera: base: utils: Simplify hex adaptor",
            "mbox": "https://patchwork.libcamera.org/patch/24935/mbox/"
        }
    ]
}