Show a series.

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

{
    "id": 499818,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/499818/?format=api",
    "project": {
        "id": 26,
        "url": "http://patchwork.ozlabs.org/api/1.0/projects/26/?format=api",
        "name": "Netfilter Development",
        "link_name": "netfilter-devel",
        "list_id": "netfilter-devel.vger.kernel.org",
        "list_email": "netfilter-devel@vger.kernel.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null
    },
    "name": "[nf] netfilter: nft_osf: restrict it to ipv6",
    "date": "2026-04-14T11:08:11",
    "submitter": {
        "id": 1315,
        "url": "http://patchwork.ozlabs.org/api/1.0/people/1315/?format=api",
        "name": "Pablo Neira Ayuso",
        "email": "pablo@netfilter.org"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/499818/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2223077,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2223077/?format=api",
            "msgid": "<20260414110811.6178-1-pablo@netfilter.org>",
            "date": "2026-04-14T11:08:11",
            "name": "[nf] netfilter: nft_osf: restrict it to ipv6",
            "mbox": "http://patchwork.ozlabs.org/project/netfilter-devel/patch/20260414110811.6178-1-pablo@netfilter.org/mbox/"
        }
    ]
}