Show a series.

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

{
    "id": 492313,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/492313/?format=api",
    "project": {
        "id": 17,
        "url": "http://patchwork.ozlabs.org/api/1.0/projects/17/?format=api",
        "name": "GNU Compiler Collection",
        "link_name": "gcc",
        "list_id": "gcc-patches.gcc.gnu.org",
        "list_email": "gcc-patches@gcc.gnu.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null
    },
    "name": "AArch64: fix some failing tests",
    "date": "2026-02-16T13:56:25",
    "submitter": {
        "id": 90799,
        "url": "http://patchwork.ozlabs.org/api/1.0/people/90799/?format=api",
        "name": "Karl Meakin",
        "email": "karl.meakin@arm.com"
    },
    "version": 3,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/492313/mbox/",
    "cover_letter": {
        "id": 2196909,
        "url": "http://patchwork.ozlabs.org/api/1.0/covers/2196909/?format=api",
        "msgid": "<20260216135626.110622-1-karl.meakin@arm.com>",
        "date": "2026-02-16T13:56:24",
        "name": "[v3,0/2] AArch64: fix some failing tests"
    },
    "patches": [
        {
            "id": 2196908,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2196908/?format=api",
            "msgid": "<20260216135626.110622-2-karl.meakin@arm.com>",
            "date": "2026-02-16T13:56:25",
            "name": "[v3,1/2] aarch64: fix `cmpbr-3.c` tests",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/20260216135626.110622-2-karl.meakin@arm.com/mbox/"
        },
        {
            "id": 2196910,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2196910/?format=api",
            "msgid": "<20260216135626.110622-3-karl.meakin@arm.com>",
            "date": "2026-02-16T13:56:26",
            "name": "[v3,2/2] aarch64: fix `cops.c` test",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/20260216135626.110622-3-karl.meakin@arm.com/mbox/"
        }
    ]
}