Show a series.

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

{
    "id": 5843,
    "url": "https://patchwork.libcamera.org/api/series/5843/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5843",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "name": "[libcamera.org] Fix hero image pushing text off-screen on the landing page",
    "date": "2026-03-24T16:05:30",
    "submitter": {
        "id": 263,
        "url": "https://patchwork.libcamera.org/api/people/263/?format=api",
        "name": "Simon Parri",
        "email": "simonparri@ganzeria.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5843/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 26327,
            "url": "https://patchwork.libcamera.org/api/patches/26327/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26327/",
            "msgid": "<20260324160528.951575-3-simonparri@ganzeria.com>",
            "date": "2026-03-24T16:05:30",
            "name": "[libcamera.org] Fix hero image pushing text off-screen on the landing page",
            "mbox": "https://patchwork.libcamera.org/patch/26327/mbox/"
        }
    ]
}