Show a series.

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

{
    "id": 5152,
    "url": "https://patchwork.libcamera.org/api/series/5152/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5152",
    "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": "Allow algorithms to be disabled via the tuning file",
    "date": "2025-04-29T12:48:05",
    "submitter": {
        "id": 215,
        "url": "https://patchwork.libcamera.org/api/people/215/?format=api",
        "name": "Isaac Scott",
        "email": "isaac.scott@ideasonboard.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5152/mbox/",
    "cover_letter": {
        "id": 23298,
        "url": "https://patchwork.libcamera.org/api/covers/23298/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/23298/",
        "msgid": "<20250429124806.138056-1-isaac.scott@ideasonboard.com>",
        "date": "2025-04-29T12:48:05",
        "name": "[0/1] Allow algorithms to be disabled via the tuning file",
        "mbox": "https://patchwork.libcamera.org/cover/23298/mbox/"
    },
    "patches": [
        {
            "id": 23299,
            "url": "https://patchwork.libcamera.org/api/patches/23299/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23299/",
            "msgid": "<20250429124806.138056-2-isaac.scott@ideasonboard.com>",
            "date": "2025-04-29T12:48:06",
            "name": "[1/1] libipa: Allow disabling algorithms via the tuning file",
            "mbox": "https://patchwork.libcamera.org/patch/23299/mbox/"
        }
    ]
}