Show a series.

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

{
    "id": 500827,
    "url": "http://patchwork.ozlabs.org/api/1.1/series/500827/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=500827",
    "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": "libstdc++: Add platform wait functions for Darwin [PR120527]",
    "date": "2026-04-21T14:42:18",
    "submitter": {
        "id": 48004,
        "url": "http://patchwork.ozlabs.org/api/1.1/people/48004/?format=api",
        "name": "Jonathan Wakely",
        "email": "jwakely@redhat.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/500827/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2225760,
            "url": "http://patchwork.ozlabs.org/api/1.1/patches/2225760/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/20260421144257.1000552-1-jwakely@redhat.com/",
            "msgid": "<20260421144257.1000552-1-jwakely@redhat.com>",
            "date": "2026-04-21T14:42:18",
            "name": "libstdc++: Add platform wait functions for Darwin [PR120527]",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/20260421144257.1000552-1-jwakely@redhat.com/mbox/"
        }
    ]
}