Show a series.

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

{
    "id": 501320,
    "url": "http://patchwork.ozlabs.org/api/1.1/series/501320/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=501320",
    "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": "[1/1] middle-end: Eliminate redundant sign extension for positive runtime constants with known range",
    "date": "2026-04-24T08:49:36",
    "submitter": {
        "id": 93248,
        "url": "http://patchwork.ozlabs.org/api/1.1/people/93248/?format=api",
        "name": "Dylan Rees",
        "email": "dylan.rees@arm.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/501320/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2227783,
            "url": "http://patchwork.ozlabs.org/api/1.1/patches/2227783/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/20260424084936.55136-1-dylan.rees@arm.com/",
            "msgid": "<20260424084936.55136-1-dylan.rees@arm.com>",
            "date": "2026-04-24T08:49:36",
            "name": "[1/1] middle-end: Eliminate redundant sign extension for positive runtime constants with known range",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/20260424084936.55136-1-dylan.rees@arm.com/mbox/"
        }
    ]
}