API endpoint that allows Issue to be viewed.

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

{
    "api_url": "https://www.comics.org/api/issue/1017110/",
    "series_name": "Batman (1954 series)",
    "descriptor": "1057",
    "number": "1057",
    "volume": "",
    "variant_name": "",
    "title": "",
    "publication_date": "",
    "key_date": "",
    "price": "",
    "page_count": null,
    "editing": "",
    "indicia_publisher": null,
    "brand_emblem": "",
    "isbn": "",
    "barcode": "",
    "rating": "",
    "on_sale_date": "",
    "indicia_frequency": "",
    "notes": "",
    "variant_of": null,
    "series": "https://www.comics.org/api/series/28759/",
    "indicia_printer": "",
    "keywords": "",
    "story_set": [
        {
            "type": "cover",
            "title": "Cuando Ataca El Hombre Calendario...",
            "feature": "Batman",
            "sequence_number": 0,
            "page_count": "1.000",
            "script": "None",
            "pencils": "Walter Simonson",
            "inks": "Dick Giordano",
            "colors": "?",
            "letters": "?",
            "editing": "None",
            "job_number": "",
            "genre": "superhero",
            "first_line": "",
            "characters": "Batman; El Hombre Calendario",
            "synopsis": "",
            "notes": "",
            "keywords": ""
        }
    ],
    "cover": "https://files1.comics.org//img/gcd/covers_by_id/390/w400/390630.jpg"
}