Show a series.

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

{
    "id": 499815,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/499815/?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": "[v2] netfilter: nfnetlink_osf: fix null-ptr-deref in nf_osf_ttl",
    "date": "2026-04-14T10:49:00",
    "submitter": {
        "id": 93139,
        "url": "http://patchwork.ozlabs.org/api/1.0/people/93139/?format=api",
        "name": "Kito Xu (veritas501)",
        "email": "hxzene@gmail.com"
    },
    "version": 2,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/499815/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2223067,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2223067/?format=api",
            "msgid": "<20260414104900.2617863-1-hxzene@gmail.com>",
            "date": "2026-04-14T10:49:00",
            "name": "[v2] netfilter: nfnetlink_osf: fix null-ptr-deref in nf_osf_ttl",
            "mbox": "http://patchwork.ozlabs.org/project/netfilter-devel/patch/20260414104900.2617863-1-hxzene@gmail.com/mbox/"
        }
    ]
}