Show a series.

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

{
    "id": 501768,
    "url": "http://patchwork.ozlabs.org/api/1.1/series/501768/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=501768",
    "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": "[x86] enable avx512_two_epilogues and avx512_masked_epilogues for znver6",
    "date": "2026-04-28T06:39:07",
    "submitter": {
        "id": 4338,
        "url": "http://patchwork.ozlabs.org/api/1.1/people/4338/?format=api",
        "name": "Richard Biener",
        "email": "rguenther@suse.de"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/501768/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2229317,
            "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229317/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/20260428063934.4786F4B9DB74@sourceware.org/",
            "msgid": "<20260428063934.4786F4B9DB74@sourceware.org>",
            "date": "2026-04-28T06:39:07",
            "name": "[x86] enable avx512_two_epilogues and avx512_masked_epilogues for znver6",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/20260428063934.4786F4B9DB74@sourceware.org/mbox/"
        }
    ]
}