API endpoint that allows Issue to be viewed.

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

{
    "api_url": "https://www.comics.org/api/issue/64854/",
    "series_name": "Batman Beyond (1999 series)",
    "descriptor": "12 [Direct Sales]",
    "number": "12",
    "volume": "",
    "variant_name": "Direct Sales",
    "title": "",
    "publication_date": "October 2000",
    "key_date": "2000-10-00",
    "price": "1.99 USD; 3.25 CAD",
    "page_count": "40.000",
    "editing": "Joseph Illidge (editor); Frank Berrios (assistant editor)",
    "indicia_publisher": "DC Comics",
    "brand_emblem": "DC [bullet]",
    "isbn": "",
    "barcode": "76194122060401211",
    "rating": "Approved by the Comics Code Authority",
    "on_sale_date": "2000-08-30",
    "indicia_frequency": "monthly",
    "notes": "",
    "variant_of": null,
    "series": "https://www.comics.org/api/series/6259/",
    "indicia_printer": "Printed in Canada",
    "keywords": "",
    "story_set": [
        {
            "type": "cover",
            "title": "The Madness of Terminal!",
            "feature": "Batman Beyond",
            "sequence_number": 0,
            "page_count": "1.000",
            "script": "None",
            "pencils": "Ronnie Del Carmen (sourced)",
            "inks": "Ronnie Del Carmen (sourced)",
            "colors": "?",
            "letters": "Todd Klein (sourced)",
            "editing": "None",
            "job_number": "",
            "genre": "superhero",
            "first_line": "",
            "characters": "Batman [Terry McGinnis]; Terminal",
            "synopsis": "",
            "notes": "",
            "keywords": "television adaptation"
        },
        {
            "type": "comic story",
            "title": "Terminal Velocity",
            "feature": "Batman Beyond",
            "sequence_number": 1,
            "page_count": "22.000",
            "script": "Hilary Bader",
            "pencils": "Craig Rousseau",
            "inks": "Rob Leigh",
            "colors": "Lee Loughridge",
            "letters": "Tim Harkins",
            "editing": "None",
            "job_number": "",
            "genre": "superhero",
            "first_line": "",
            "characters": "Batman [Terry McGinnis]; Terminal",
            "synopsis": "Batman tries to help a gang member, but the gang won't let him.",
            "notes": "",
            "keywords": "television adaptation"
        }
    ],
    "cover": "https://files1.comics.org//img/gcd/covers_by_id/64/w400/64572.jpg"
}