Show a series.

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

{
    "id": 24,
    "url": "http://patchwork.ozlabs.org/api/series/24/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=24",
    "project": {
        "id": 17,
        "url": "http://patchwork.ozlabs.org/api/projects/17/?format=api",
        "name": "GNU Compiler Collection",
        "link_name": "gcc",
        "list_id": "gcc-patches.gcc.gnu.org",
        "list_email": "gcc-patches@gcc.gnu.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "[fortran] Warn about suspicious assignment to contiguous pointers",
    "date": "2017-08-27T14:21:10",
    "submitter": {
        "id": 4465,
        "url": "http://patchwork.ozlabs.org/api/people/4465/?format=api",
        "name": "Thomas Koenig",
        "email": "tkoenig@netcologne.de"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/24/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 806249,
            "url": "http://patchwork.ozlabs.org/api/patches/806249/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/be2d7941-5660-529c-88aa-ce1335073a33@netcologne.de/",
            "msgid": "<be2d7941-5660-529c-88aa-ce1335073a33@netcologne.de>",
            "list_archive_url": null,
            "date": "2017-08-27T14:21:10",
            "name": "[fortran] Warn about suspicious assignment to contiguous pointers",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/be2d7941-5660-529c-88aa-ce1335073a33@netcologne.de/mbox/"
        }
    ]
}