Show a series.

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

{
    "id": 1070,
    "url": "http://patchwork.ozlabs.org/api/series/1070/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=1070",
    "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": "Fix excess precision handling of compound assignments (PR c/82071)",
    "date": "2017-09-01T16:30:29",
    "submitter": {
        "id": 4349,
        "url": "http://patchwork.ozlabs.org/api/people/4349/?format=api",
        "name": "Joseph Myers",
        "email": "joseph@codesourcery.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1070/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 808808,
            "url": "http://patchwork.ozlabs.org/api/patches/808808/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/alpine.DEB.2.20.1709011629490.23876@digraph.polyomino.org.uk/",
            "msgid": "<alpine.DEB.2.20.1709011629490.23876@digraph.polyomino.org.uk>",
            "list_archive_url": null,
            "date": "2017-09-01T16:30:29",
            "name": "Fix excess precision handling of compound assignments (PR c/82071)",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/alpine.DEB.2.20.1709011629490.23876@digraph.polyomino.org.uk/mbox/"
        }
    ]
}