Show a series.

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

{
    "id": 498854,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/498854/?format=api",
    "project": {
        "id": 27,
        "url": "http://patchwork.ozlabs.org/api/1.0/projects/27/?format=api",
        "name": "Buildroot development",
        "link_name": "buildroot",
        "list_id": "buildroot.buildroot.org",
        "list_email": "buildroot@buildroot.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "name": "[1/1] package/libgphoto2: fix build with gcc >= 14",
    "date": "2026-04-06T13:41:06",
    "submitter": {
        "id": 83038,
        "url": "http://patchwork.ozlabs.org/api/1.0/people/83038/?format=api",
        "name": "Dario Binacchi",
        "email": "dario.binacchi@amarulasolutions.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/498854/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2220128,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2220128/?format=api",
            "msgid": "<20260406134106.4145818-1-dario.binacchi@amarulasolutions.com>",
            "date": "2026-04-06T13:41:06",
            "name": "[1/1] package/libgphoto2: fix build with gcc >= 14",
            "mbox": "http://patchwork.ozlabs.org/project/buildroot/patch/20260406134106.4145818-1-dario.binacchi@amarulasolutions.com/mbox/"
        }
    ]
}