Show a series.

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

{
    "id": 499992,
    "url": "http://patchwork.ozlabs.org/api/1.1/series/499992/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=499992",
    "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": "c++: unusual await_suspend parameters [PR123975]",
    "date": "2026-04-15T14:02:09",
    "submitter": {
        "id": 4337,
        "url": "http://patchwork.ozlabs.org/api/1.1/people/4337/?format=api",
        "name": "Jason Merrill",
        "email": "jason@redhat.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/499992/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2223531,
            "url": "http://patchwork.ozlabs.org/api/1.1/patches/2223531/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/20260415140454.2345899-1-jason@redhat.com/",
            "msgid": "<20260415140454.2345899-1-jason@redhat.com>",
            "date": "2026-04-15T14:02:09",
            "name": "c++: unusual await_suspend parameters [PR123975]",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/20260415140454.2345899-1-jason@redhat.com/mbox/"
        }
    ]
}