Show a series.

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

{
    "id": 502523,
    "url": "http://patchwork.ozlabs.org/api/1.1/series/502523/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/openwrt/list/?series=502523",
    "project": {
        "id": 45,
        "url": "http://patchwork.ozlabs.org/api/1.1/projects/45/?format=api",
        "name": "OpenWrt development",
        "link_name": "openwrt",
        "list_id": "openwrt-devel.lists.openwrt.org",
        "list_email": "openwrt-devel@lists.openwrt.org",
        "web_url": "http://openwrt.org/",
        "scm_url": "git://git.openwrt.org/openwrt.git",
        "webscm_url": "https://dev.openwrt.org/browser"
    },
    "name": "MIPS: ralink: reduce ARCH_DMA_MINALIGN",
    "date": "2026-04-28T08:25:40",
    "submitter": {
        "id": 93261,
        "url": "http://patchwork.ozlabs.org/api/1.1/people/93261/?format=api",
        "name": "Qingfang Deng",
        "email": "qingfang.deng@linux.dev"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/502523/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2232031,
            "url": "http://patchwork.ozlabs.org/api/1.1/patches/2232031/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/openwrt/patch/20260428082543.95896-1-qingfang.deng@linux.dev/",
            "msgid": "<20260428082543.95896-1-qingfang.deng@linux.dev>",
            "date": "2026-04-28T08:25:40",
            "name": "MIPS: ralink: reduce ARCH_DMA_MINALIGN",
            "mbox": "http://patchwork.ozlabs.org/project/openwrt/patch/20260428082543.95896-1-qingfang.deng@linux.dev/mbox/"
        }
    ]
}