Show a series.

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

{
    "id": 501913,
    "url": "http://patchwork.ozlabs.org/api/1.1/series/501913/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/linux-ide/list/?series=501913",
    "project": {
        "id": 13,
        "url": "http://patchwork.ozlabs.org/api/1.1/projects/13/?format=api",
        "name": "Linux IDE development",
        "link_name": "linux-ide",
        "list_id": "linux-ide.vger.kernel.org",
        "list_email": "linux-ide@vger.kernel.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null
    },
    "name": "dept: update documentation function names to match implementation",
    "date": "2026-04-28T16:26:15",
    "submitter": {
        "id": 93273,
        "url": "http://patchwork.ozlabs.org/api/1.1/people/93273/?format=api",
        "name": "Yunseong Kim",
        "email": "yunseong.kim@est.tech"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/501913/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2229772,
            "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229772/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linux-ide/patch/20260428162614.786365-2-yunseong.kim@est.tech/",
            "msgid": "<20260428162614.786365-2-yunseong.kim@est.tech>",
            "date": "2026-04-28T16:26:15",
            "name": "dept: update documentation function names to match implementation",
            "mbox": "http://patchwork.ozlabs.org/project/linux-ide/patch/20260428162614.786365-2-yunseong.kim@est.tech/mbox/"
        }
    ]
}