API endpoint that allows Issue to be viewed.

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

{
    "api_url": "https://www.comics.org/api/issue/63243/",
    "series_name": "Batman: Haunted Gotham (2000 series)",
    "descriptor": "2",
    "number": "2",
    "volume": "",
    "variant_name": "",
    "title": "",
    "publication_date": "[March] 2000",
    "key_date": "2000-03-00",
    "price": "4.95 USD; 7.95 CAD",
    "page_count": "52.000",
    "editing": "Denny O'Neil (credited as Dennis O'Neil) (group editor); Joseph Illidge (credited) (associate editor); Mike Carlin (credited) (executive editor)",
    "indicia_publisher": "DC Comics",
    "brand_emblem": "DC [bullet]; Elseworlds",
    "isbn": "",
    "barcode": "76194120486400211",
    "rating": "",
    "on_sale_date": "2000-01-26",
    "indicia_frequency": "",
    "notes": "",
    "variant_of": null,
    "series": "https://www.comics.org/api/series/6262/",
    "indicia_printer": "Printed in Canada",
    "keywords": "",
    "story_set": [
        {
            "type": "cover",
            "title": "Haunted Gotham",
            "feature": "Batman",
            "sequence_number": 0,
            "page_count": "1.000",
            "script": "None",
            "pencils": "Kelley Jones (credited)",
            "inks": "John Beatty (credited)",
            "colors": "Daniel Vozzo (credited)",
            "letters": "None",
            "editing": "None",
            "job_number": "",
            "genre": "superhero",
            "first_line": "",
            "characters": "Batman",
            "synopsis": "",
            "notes": "",
            "keywords": ""
        },
        {
            "type": "comic story",
            "title": "Haunted Gotham - Part Two: Night Creatures",
            "feature": "Batman",
            "sequence_number": 1,
            "page_count": "48.000",
            "script": "Doug Moench (credited)",
            "pencils": "Kelley Jones (credited)",
            "inks": "John Beatty (credited)",
            "colors": "Daniel Vozzo (credited)",
            "letters": "Willie Schubert (credited)",
            "editing": "None",
            "job_number": "",
            "genre": "superhero",
            "first_line": "",
            "characters": "Batman; Commissioner Gordon; Thomas Wayne (a ghost); The Joker; Catherine Majik; Cassandra Knight",
            "synopsis": "Bruce hunts down his parent's murderer and the Joker, and takes them both out, then reaffirms his decision to continue fighting the darkness.",
            "notes": "",
            "keywords": ""
        }
    ],
    "cover": "https://files1.comics.org//img/gcd/covers_by_id/59/w400/59659.jpg"
}