Show a series.

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

{
    "id": 499970,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/499970/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/list/?series=499970",
    "project": {
        "id": 2,
        "url": "http://patchwork.ozlabs.org/api/1.2/projects/2/?format=api",
        "name": "Linux PPC development",
        "link_name": "linuxppc-dev",
        "list_id": "linuxppc-dev.lists.ozlabs.org",
        "list_email": "linuxppc-dev@lists.ozlabs.org",
        "web_url": "https://github.com/linuxppc/wiki/wiki",
        "scm_url": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git",
        "webscm_url": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/",
        "list_archive_url": "https://lore.kernel.org/linuxppc-dev/",
        "list_archive_url_format": "https://lore.kernel.org/linuxppc-dev/{}/",
        "commit_url_format": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/commit/?id={}"
    },
    "name": "mm: Fix vmemmap optimization accounting and initialization",
    "date": "2026-04-15T11:14:06",
    "submitter": {
        "id": 78930,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/78930/?format=api",
        "name": "Muchun Song",
        "email": "songmuchun@bytedance.com"
    },
    "version": 2,
    "total": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/499970/mbox/",
    "cover_letter": {
        "id": 2223477,
        "url": "http://patchwork.ozlabs.org/api/1.2/covers/2223477/?format=api",
        "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/cover/20260415111412.1003526-1-songmuchun@bytedance.com/",
        "msgid": "<20260415111412.1003526-1-songmuchun@bytedance.com>",
        "list_archive_url": "https://lore.kernel.org/linuxppc-dev/20260415111412.1003526-1-songmuchun@bytedance.com/",
        "date": "2026-04-15T11:14:06",
        "name": "[v2,0/6] mm: Fix vmemmap optimization accounting and initialization",
        "mbox": "http://patchwork.ozlabs.org/project/linuxppc-dev/cover/20260415111412.1003526-1-songmuchun@bytedance.com/mbox/"
    },
    "patches": [
        {
            "id": 2223478,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/2223478/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/20260415111412.1003526-2-songmuchun@bytedance.com/",
            "msgid": "<20260415111412.1003526-2-songmuchun@bytedance.com>",
            "list_archive_url": "https://lore.kernel.org/linuxppc-dev/20260415111412.1003526-2-songmuchun@bytedance.com/",
            "date": "2026-04-15T11:14:07",
            "name": "[v2,1/6] mm/sparse-vmemmap: Fix vmemmap accounting underflow",
            "mbox": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/20260415111412.1003526-2-songmuchun@bytedance.com/mbox/"
        },
        {
            "id": 2223479,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/2223479/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/20260415111412.1003526-3-songmuchun@bytedance.com/",
            "msgid": "<20260415111412.1003526-3-songmuchun@bytedance.com>",
            "list_archive_url": "https://lore.kernel.org/linuxppc-dev/20260415111412.1003526-3-songmuchun@bytedance.com/",
            "date": "2026-04-15T11:14:08",
            "name": "[v2,2/6] mm/sparse-vmemmap: Pass @pgmap argument to memory deactivation paths",
            "mbox": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/20260415111412.1003526-3-songmuchun@bytedance.com/mbox/"
        },
        {
            "id": 2223480,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/2223480/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/20260415111412.1003526-4-songmuchun@bytedance.com/",
            "msgid": "<20260415111412.1003526-4-songmuchun@bytedance.com>",
            "list_archive_url": "https://lore.kernel.org/linuxppc-dev/20260415111412.1003526-4-songmuchun@bytedance.com/",
            "date": "2026-04-15T11:14:09",
            "name": "[v2,3/6] mm/sparse-vmemmap: Fix DAX vmemmap accounting with optimization",
            "mbox": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/20260415111412.1003526-4-songmuchun@bytedance.com/mbox/"
        },
        {
            "id": 2223481,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/2223481/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/20260415111412.1003526-5-songmuchun@bytedance.com/",
            "msgid": "<20260415111412.1003526-5-songmuchun@bytedance.com>",
            "list_archive_url": "https://lore.kernel.org/linuxppc-dev/20260415111412.1003526-5-songmuchun@bytedance.com/",
            "date": "2026-04-15T11:14:10",
            "name": "[v2,4/6] mm/sparse-vmemmap: Pass @pgmap argument to arch vmemmap_populate()",
            "mbox": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/20260415111412.1003526-5-songmuchun@bytedance.com/mbox/"
        },
        {
            "id": 2223482,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/2223482/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/20260415111412.1003526-6-songmuchun@bytedance.com/",
            "msgid": "<20260415111412.1003526-6-songmuchun@bytedance.com>",
            "list_archive_url": "https://lore.kernel.org/linuxppc-dev/20260415111412.1003526-6-songmuchun@bytedance.com/",
            "date": "2026-04-15T11:14:11",
            "name": "[v2,5/6] mm/sparse-vmemmap: Fix missing architecture-specific page table sync",
            "mbox": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/20260415111412.1003526-6-songmuchun@bytedance.com/mbox/"
        },
        {
            "id": 2223483,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/2223483/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/20260415111412.1003526-7-songmuchun@bytedance.com/",
            "msgid": "<20260415111412.1003526-7-songmuchun@bytedance.com>",
            "list_archive_url": "https://lore.kernel.org/linuxppc-dev/20260415111412.1003526-7-songmuchun@bytedance.com/",
            "date": "2026-04-15T11:14:12",
            "name": "[v2,6/6] mm/mm_init: Fix pageblock migratetype for ZONE_DEVICE compound pages",
            "mbox": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/20260415111412.1003526-7-songmuchun@bytedance.com/mbox/"
        }
    ]
}