Show a series.

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

{
    "id": 502964,
    "url": "http://patchwork.ozlabs.org/api/1.1/series/502964/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=502964",
    "project": {
        "id": 17,
        "url": "http://patchwork.ozlabs.org/api/1.1/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": "RISC-V: Add per-type reduction costs to the vector cost model",
    "date": "2026-05-06T07:04:15",
    "submitter": {
        "id": 93342,
        "url": "http://patchwork.ozlabs.org/api/1.1/people/93342/?format=api",
        "name": "Wang Yaduo",
        "email": "wangyaduo@linux.alibaba.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/502964/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2233392,
            "url": "http://patchwork.ozlabs.org/api/1.1/patches/2233392/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/20260506070415.99154-1-wangyaduo@linux.alibaba.com/",
            "msgid": "<20260506070415.99154-1-wangyaduo@linux.alibaba.com>",
            "date": "2026-05-06T07:04:15",
            "name": "RISC-V: Add per-type reduction costs to the vector cost model",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/20260506070415.99154-1-wangyaduo@linux.alibaba.com/mbox/"
        }
    ]
}