Show a series.

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

{
    "id": 492324,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/492324/?format=api",
    "project": {
        "id": 14,
        "url": "http://patchwork.ozlabs.org/api/1.0/projects/14/?format=api",
        "name": "QEMU Development",
        "link_name": "qemu-devel",
        "list_id": "qemu-devel.nongnu.org",
        "list_email": "qemu-devel@nongnu.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "name": "target/arm: Don't use HELPER_H in non-tcg files",
    "date": "2026-02-16T16:03:48",
    "submitter": {
        "id": 5111,
        "url": "http://patchwork.ozlabs.org/api/1.0/people/5111/?format=api",
        "name": "Peter Maydell",
        "email": "peter.maydell@linaro.org"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/492324/mbox/",
    "cover_letter": {
        "id": 2196935,
        "url": "http://patchwork.ozlabs.org/api/1.0/covers/2196935/?format=api",
        "msgid": "<20260216160349.3079657-1-peter.maydell@linaro.org>",
        "date": "2026-02-16T16:03:47",
        "name": "[0/2] target/arm: Don't use HELPER_H in non-tcg files"
    },
    "patches": [
        {
            "id": 2196934,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2196934/?format=api",
            "msgid": "<20260216160349.3079657-2-peter.maydell@linaro.org>",
            "date": "2026-02-16T16:03:48",
            "name": "[1/2] target/arm: Move TCG-specific code out of debug_helper.c",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260216160349.3079657-2-peter.maydell@linaro.org/mbox/"
        },
        {
            "id": 2196936,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2196936/?format=api",
            "msgid": "<20260216160349.3079657-3-peter.maydell@linaro.org>",
            "date": "2026-02-16T16:03:49",
            "name": "[2/2] target/arm: Don't require helper prototypes in helper.c",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260216160349.3079657-3-peter.maydell@linaro.org/mbox/"
        }
    ]
}