Show a series.

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

{
    "id": 501053,
    "url": "http://patchwork.ozlabs.org/api/series/501053/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/linux-um/list/?series=501053",
    "project": {
        "id": 60,
        "url": "http://patchwork.ozlabs.org/api/projects/60/?format=api",
        "name": "User-mode Linux Development",
        "link_name": "linux-um",
        "list_id": "linux-um.lists.infradead.org",
        "list_email": "linux-um@lists.infradead.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": "",
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "um: proc/exitcode: fix simple_strtol() out-of-bounds read",
    "date": "2026-04-22T17:39:25",
    "submitter": {
        "id": 93227,
        "url": "http://patchwork.ozlabs.org/api/people/93227/?format=api",
        "name": "Shengzhuo Wei",
        "email": "me@cherr.cc"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/501053/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2226641,
            "url": "http://patchwork.ozlabs.org/api/patches/2226641/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linux-um/patch/20260423-fix_exitcode-v1-1-7e4508913d68@cherr.cc/",
            "msgid": "<20260423-fix_exitcode-v1-1-7e4508913d68@cherr.cc>",
            "list_archive_url": null,
            "date": "2026-04-22T17:39:25",
            "name": "um: proc/exitcode: fix simple_strtol() out-of-bounds read",
            "mbox": "http://patchwork.ozlabs.org/project/linux-um/patch/20260423-fix_exitcode-v1-1-7e4508913d68@cherr.cc/mbox/"
        }
    ]
}