Show a series.

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

{
    "id": 498697,
    "url": "http://patchwork.ozlabs.org/api/1.1/series/498697/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=498697",
    "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": "[RFC] libstdc++: Use allocate_at_least in vector, string (P0401) [PR118030]",
    "date": "2026-04-04T04:52:35",
    "submitter": {
        "id": 90892,
        "url": "http://patchwork.ozlabs.org/api/1.1/people/90892/?format=api",
        "name": "Nathan Myers",
        "email": "ncm@cantrip.org"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/498697/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2219744,
            "url": "http://patchwork.ozlabs.org/api/1.1/patches/2219744/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/20260404050329.949729-1-ncm@cantrip.org/",
            "msgid": "<20260404050329.949729-1-ncm@cantrip.org>",
            "date": "2026-04-04T04:52:35",
            "name": "[RFC] libstdc++: Use allocate_at_least in vector, string (P0401) [PR118030]",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/20260404050329.949729-1-ncm@cantrip.org/mbox/"
        }
    ]
}