Show a series.

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

{
    "id": 498660,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/498660/?format=api",
    "project": {
        "id": 17,
        "url": "http://patchwork.ozlabs.org/api/1.0/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": "[PUSHED] doc: Document -g2 debugging level [PR94491]",
    "date": "2026-04-03T17:34:53",
    "submitter": {
        "id": 87955,
        "url": "http://patchwork.ozlabs.org/api/1.0/people/87955/?format=api",
        "name": "Sandra Loosemore",
        "email": "sloosemore@baylibre.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/498660/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2219679,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2219679/?format=api",
            "msgid": "<20260403173454.622036-1-sloosemore@baylibre.com>",
            "date": "2026-04-03T17:34:53",
            "name": "[PUSHED] doc: Document -g2 debugging level [PR94491]",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/20260403173454.622036-1-sloosemore@baylibre.com/mbox/"
        }
    ]
}