Show a series.

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

{
    "id": 485815,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/485815/?format=api",
    "project": {
        "id": 41,
        "url": "http://patchwork.ozlabs.org/api/1.0/projects/41/?format=api",
        "name": "GNU C Library",
        "link_name": "glibc",
        "list_id": "libc-alpha.sourceware.org",
        "list_email": "libc-alpha@sourceware.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "name": "malloc: batched frees",
    "date": "2025-12-18T10:17:02",
    "submitter": {
        "id": 14312,
        "url": "http://patchwork.ozlabs.org/api/1.0/people/14312/?format=api",
        "name": "Florian Weimer",
        "email": "fweimer@redhat.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/485815/mbox/",
    "cover_letter": {
        "id": 2175487,
        "url": "http://patchwork.ozlabs.org/api/1.0/covers/2175487/?format=api",
        "msgid": "<cover.1766051058.git.fweimer@redhat.com>",
        "date": "2025-12-18T10:17:02",
        "name": "[0/3] malloc: batched frees"
    },
    "patches": [
        {
            "id": 2175491,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2175491/?format=api",
            "msgid": "<2625bdca771c84d837407762eb0d5fd0d0ccd983.1766051058.git.fweimer@redhat.com>",
            "date": "2025-12-18T10:17:32",
            "name": "[1/3] malloc: Perform batched frees if tcache is full",
            "mbox": "http://patchwork.ozlabs.org/project/glibc/patch/2625bdca771c84d837407762eb0d5fd0d0ccd983.1766051058.git.fweimer@redhat.com/mbox/"
        },
        {
            "id": 2175490,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2175490/?format=api",
            "msgid": "<22984336264c0cb2bad3c2459631ac14d4a890ac.1766051058.git.fweimer@redhat.com>",
            "date": "2025-12-18T10:17:52",
            "name": "[2/3] malloc: Only fill half of the tcache during batch allocation",
            "mbox": "http://patchwork.ozlabs.org/project/glibc/patch/22984336264c0cb2bad3c2459631ac14d4a890ac.1766051058.git.fweimer@redhat.com/mbox/"
        },
        {
            "id": 2175495,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2175495/?format=api",
            "msgid": "<1b9286461cc1b5980ffb5a025563f25872037e13.1766051058.git.fweimer@redhat.com>",
            "date": "2025-12-18T10:18:00",
            "name": "[3/3] malloc: Increase tcache fill count from 16 to 32",
            "mbox": "http://patchwork.ozlabs.org/project/glibc/patch/1b9286461cc1b5980ffb5a025563f25872037e13.1766051058.git.fweimer@redhat.com/mbox/"
        }
    ]
}