API endpoint that allows Issue to be viewed.

GET /api/issue/1672103/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "api_url": "https://www.comics.org/api/issue/1672103/",
    "series_name": "Batman of the Future (2000 series)",
    "descriptor": "1",
    "number": "1",
    "volume": "",
    "variant_name": "",
    "title": "",
    "publication_date": "2000",
    "key_date": "2000-00-00",
    "price": "4.90 DEM",
    "page_count": "32.000",
    "editing": "Jürgen Zahn (editor); Felix Böhlken (editor)",
    "indicia_publisher": "Dino entertainment AG",
    "brand_emblem": "DC [bullet]; Dino [im Rahmen]",
    "isbn": "",
    "barcode": "439533660490601",
    "rating": "",
    "on_sale_date": "2000",
    "indicia_frequency": "",
    "notes": "",
    "variant_of": null,
    "series": "https://www.comics.org/api/series/111834/",
    "indicia_printer": "",
    "keywords": "",
    "story_set": [
        {
            "type": "cover",
            "title": "",
            "feature": "Batman",
            "sequence_number": 0,
            "page_count": "1.000",
            "script": "None",
            "pencils": "Bruce Timm",
            "inks": "Bruce Timm",
            "colors": "?",
            "letters": "None",
            "editing": "None",
            "job_number": "",
            "genre": "",
            "first_line": "",
            "characters": "",
            "synopsis": "",
            "notes": "",
            "keywords": ""
        },
        {
            "type": "comic story",
            "title": "Wachwechsel",
            "feature": "Batman Beyond",
            "sequence_number": 1,
            "page_count": "22.000",
            "script": "Hilary Bader (credited as Hilary J. Bader); Marc Hillefeld (Übersetzung)",
            "pencils": "Rick Burchett",
            "inks": "Terry Beatty",
            "colors": "Lee Loughridge",
            "letters": "Amigo Grafik",
            "editing": "None",
            "job_number": "",
            "genre": "",
            "first_line": "",
            "characters": "",
            "synopsis": "",
            "notes": "",
            "keywords": ""
        }
    ],
    "cover": "https://files1.comics.org//img/gcd/covers_by_id/1128/w400/1128245.jpg"
}