Show a series.

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

{
    "id": 498677,
    "url": "http://patchwork.ozlabs.org/api/1.1/series/498677/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=498677",
    "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": "Fortran: fix resolution of generic interface with TYPE(C_PTR) [PR66973]",
    "date": "2026-04-03T20:53:25",
    "submitter": {
        "id": 21263,
        "url": "http://patchwork.ozlabs.org/api/1.1/people/21263/?format=api",
        "name": "Harald Anlauf",
        "email": "anlauf@gmx.de"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/498677/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2219704,
            "url": "http://patchwork.ozlabs.org/api/1.1/patches/2219704/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/d8e057bb-5514-406c-9a53-2d1b7b60cb05@gmx.de/",
            "msgid": "<d8e057bb-5514-406c-9a53-2d1b7b60cb05@gmx.de>",
            "date": "2026-04-03T20:53:25",
            "name": "Fortran: fix resolution of generic interface with TYPE(C_PTR) [PR66973]",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/d8e057bb-5514-406c-9a53-2d1b7b60cb05@gmx.de/mbox/"
        }
    ]
}