Show a series.

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

{
    "id": 5546,
    "url": "https://patchwork.libcamera.org/api/1.1/series/5546/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5546",
    "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-30T18:11:25",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5546/mbox/",
    "cover_letter": {
        "id": 24926,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/24926/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/24926/",
        "msgid": "<20251030181127.1059501-1-kieran.bingham@ideasonboard.com>",
        "date": "2025-10-30T18:11:25",
        "name": "[v2,0/2] libcamera: base: utils: Prevent hex signed extension",
        "mbox": "https://patchwork.libcamera.org/cover/24926/mbox/"
    },
    "patches": [
        {
            "id": 24927,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24927/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24927/",
            "msgid": "<20251030181127.1059501-2-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-30T18:11:26",
            "name": "[v2,1/2] test: utils: Validate hex sign extension",
            "mbox": "https://patchwork.libcamera.org/patch/24927/mbox/"
        },
        {
            "id": 24928,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24928/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24928/",
            "msgid": "<20251030181127.1059501-3-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-30T18:11:27",
            "name": "[v2,2/2] libcamera: base: utils: Simplify hex adaptor",
            "mbox": "https://patchwork.libcamera.org/patch/24928/mbox/"
        }
    ]
}