Show a series.

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

{
    "id": 5731,
    "url": "https://patchwork.libcamera.org/api/1.1/series/5731/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5731",
    "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": "[v1,01/35] libcamera: delayed_controls: Add push() function that accepts a sequence number",
    "date": "2026-01-22T09:14:28",
    "submitter": {
        "id": 184,
        "url": "https://patchwork.libcamera.org/api/1.1/people/184/?format=api",
        "name": "Stefan Klug",
        "email": "stefan.klug@ideasonboard.com"
    },
    "version": 1,
    "total": 35,
    "received_total": 1,
    "received_all": false,
    "mbox": "https://patchwork.libcamera.org/series/5731/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 25924,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/25924/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25924/",
            "msgid": "<176907326823.3882822.2987303171422721170@neptunite.rasen.tech>",
            "date": "2026-01-22T09:14:28",
            "name": "[v1,01/35] libcamera: delayed_controls: Add push() function that accepts a sequence number",
            "mbox": "https://patchwork.libcamera.org/patch/25924/mbox/"
        }
    ]
}