Show a series.

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

{
    "id": 5247,
    "url": "https://patchwork.libcamera.org/api/1.1/series/5247/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5247",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/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": "Use regular expressions for entity name matching",
    "date": "2025-06-25T15:53:06",
    "submitter": {
        "id": 156,
        "url": "https://patchwork.libcamera.org/api/1.1/people/156/?format=api",
        "name": "Dan Scally",
        "email": "dan.scally@ideasonboard.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5247/mbox/",
    "cover_letter": {
        "id": 23652,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/23652/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/23652/",
        "msgid": "<20250625155308.2325438-1-dan.scally@ideasonboard.com>",
        "date": "2025-06-25T15:53:06",
        "name": "[v1,0/2] Use regular expressions for entity name matching",
        "mbox": "https://patchwork.libcamera.org/cover/23652/mbox/"
    },
    "patches": [
        {
            "id": 23653,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23653/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23653/",
            "msgid": "<20250625155308.2325438-2-dan.scally@ideasonboard.com>",
            "date": "2025-06-25T15:53:07",
            "name": "[v1,1/2] libcamera: device_enumerator: Use regex to match entity names",
            "mbox": "https://patchwork.libcamera.org/patch/23653/mbox/"
        },
        {
            "id": 23654,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23654/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23654/",
            "msgid": "<20250625155308.2325438-3-dan.scally@ideasonboard.com>",
            "date": "2025-06-25T15:53:08",
            "name": "[v1,2/2] libcamera: media_device: Use a regex to match entity name",
            "mbox": "https://patchwork.libcamera.org/patch/23654/mbox/"
        }
    ]
}