Show a series.

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

{
    "id": 499488,
    "url": "http://patchwork.ozlabs.org/api/1.1/series/499488/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=499488",
    "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": "[v2] c++/reflection: mangling dependent splices [PR123237]",
    "date": "2026-04-10T17:04:47",
    "submitter": {
        "id": 14370,
        "url": "http://patchwork.ozlabs.org/api/1.1/people/14370/?format=api",
        "name": "Marek Polacek",
        "email": "polacek@redhat.com"
    },
    "version": 2,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/499488/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2222038,
            "url": "http://patchwork.ozlabs.org/api/1.1/patches/2222038/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/adktrw95NxSQ50vG@redhat.com/",
            "msgid": "<adktrw95NxSQ50vG@redhat.com>",
            "date": "2026-04-10T17:04:47",
            "name": "[v2] c++/reflection: mangling dependent splices [PR123237]",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/adktrw95NxSQ50vG@redhat.com/mbox/"
        }
    ]
}