Show a series.

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

{
    "id": 5548,
    "url": "https://patchwork.libcamera.org/api/series/5548/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5548",
    "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: base: utils: Prevent hex signed extension",
    "date": "2025-10-31T11:52:13",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/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/5548/mbox/",
    "cover_letter": {
        "id": 24930,
        "url": "https://patchwork.libcamera.org/api/covers/24930/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/24930/",
        "msgid": "<20251031115216.3776845-1-kieran.bingham@ideasonboard.com>",
        "date": "2025-10-31T11:52:13",
        "name": "[v3,0/2] libcamera: base: utils: Prevent hex signed extension",
        "mbox": "https://patchwork.libcamera.org/cover/24930/mbox/"
    },
    "patches": [
        {
            "id": 24931,
            "url": "https://patchwork.libcamera.org/api/patches/24931/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24931/",
            "msgid": "<20251031115216.3776845-2-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-31T11:52:14",
            "name": "[v3,1/2] test: utils: Validate hex sign extension",
            "mbox": "https://patchwork.libcamera.org/patch/24931/mbox/"
        },
        {
            "id": 24932,
            "url": "https://patchwork.libcamera.org/api/patches/24932/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24932/",
            "msgid": "<20251031115216.3776845-3-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-31T11:52:15",
            "name": "[v3,2/2] libcamera: base: utils: Simplify hex adaptor",
            "mbox": "https://patchwork.libcamera.org/patch/24932/mbox/"
        }
    ]
}