API endpoint that allows Issue to be viewed.

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

{
    "api_url": "https://www.comics.org/api/issue/59345/?format=api",
    "series_name": "Batman (1940 series)",
    "descriptor": "535 [Special Fold-Out Cover]",
    "number": "535",
    "volume": "",
    "variant_name": "Special Fold-Out Cover",
    "title": "",
    "publication_date": "October 1996",
    "key_date": "1996-10-00",
    "price": "3.95 USD; 5.50 CAD",
    "page_count": "54.000",
    "editing": "Denny O'Neil (editor); Jordan B. Gorfinkel (associate editor)",
    "indicia_publisher": "DC Comics",
    "brand_emblem": "DC [bullet]",
    "isbn": "",
    "barcode": "76194120005753511",
    "rating": "Approved by the Comics Code Authority",
    "on_sale_date": "1996-08-21",
    "indicia_frequency": "monthly",
    "notes": "",
    "variant_of": null,
    "series": "https://www.comics.org/api/series/141/?format=api",
    "indicia_printer": "",
    "keywords": "",
    "story_set": [
        {
            "type": "cover",
            "title": "",
            "feature": "Batman",
            "sequence_number": 0,
            "page_count": "2.000",
            "script": "None",
            "pencils": "Kelley Jones (signed)",
            "inks": "Kelley Jones (signed)",
            "colors": "Graphic Color Works (as Color Works)",
            "letters": "None",
            "editing": "None",
            "job_number": "",
            "genre": "superhero",
            "first_line": "",
            "characters": "Batman; The Ogre; The Ape",
            "synopsis": "",
            "notes": "Special die-cut, fold-out cover.",
            "keywords": ""
        },
        {
            "type": "comic story",
            "title": "The Ogre and the Ape",
            "feature": "Batman",
            "sequence_number": 1,
            "page_count": "38.000",
            "script": "Doug Moench",
            "pencils": "Kelley Jones",
            "inks": "John Beatty; Mark Heike (background art assist)",
            "colors": "Gregory Wright",
            "letters": "Todd Klein",
            "editing": "None",
            "job_number": "",
            "genre": "superhero",
            "first_line": "",
            "characters": "Batman; The Ogre (introduction); The Ape (introduction); Harvey Bullock; Alfred Pennyworth; Commissioner James Gordon; Mackenzie \"Hardback\" Bock; Oracle [Barbara Gordon]; Man-Bat (last panel cameo)",
            "synopsis": "",
            "notes": "Ink assist credit from letter column in issue #536.",
            "keywords": ""
        },
        {
            "type": "letters page",
            "title": "",
            "feature": "Bat-Signals",
            "sequence_number": 2,
            "page_count": "1.000",
            "script": "Doug Moench",
            "pencils": "None",
            "inks": "None",
            "colors": "None",
            "letters": "typeset",
            "editing": "None",
            "job_number": "",
            "genre": "",
            "first_line": "",
            "characters": "",
            "synopsis": "",
            "notes": "Letters from Alan Davis, Robert Chmielewski, Christian Garcia.",
            "keywords": ""
        },
        {
            "type": "in-house column",
            "title": "",
            "feature": "From the Den",
            "sequence_number": 3,
            "page_count": "1.000",
            "script": "Denny O'Neil",
            "pencils": "?",
            "inks": "?",
            "colors": "?",
            "letters": "typeset",
            "editing": "None",
            "job_number": "",
            "genre": "",
            "first_line": "",
            "characters": "",
            "synopsis": "",
            "notes": "",
            "keywords": ""
        }
    ],
    "cover": "https://files1.comics.org//img/gcd/covers_by_id/902/w400/902186.jpg"
}