API endpoint that allows Issue to be viewed.

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

{
    "api_url": "https://www.comics.org/api/issue/23681/?format=api",
    "series_name": "Batman (1940 series)",
    "descriptor": "224",
    "number": "224",
    "volume": "",
    "variant_name": "",
    "title": "",
    "publication_date": "August 1970",
    "key_date": "1970-08-00",
    "price": "0.15 USD",
    "page_count": "36.000",
    "editing": "Julius Schwartz",
    "indicia_publisher": "National Periodical Publications Inc.",
    "brand_emblem": "Superman DC National Comics",
    "isbn": "",
    "barcode": "",
    "rating": "Approved by the Comics Code Authority",
    "on_sale_date": "1970-06-04",
    "indicia_frequency": "monthly, with the exception of April and October",
    "notes": "The on-sale date is the publication date reported in the U. S. Copyright Office filings.",
    "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": "1.000",
            "script": "None",
            "pencils": "Neal Adams",
            "inks": "Dick Giordano",
            "colors": "?",
            "letters": "None",
            "editing": "None",
            "job_number": "S-462",
            "genre": "superhero",
            "first_line": "",
            "characters": "Batman; Moloch",
            "synopsis": "",
            "notes": "Credits for pencils and inks confirmed from Julius Schwartz's editorial records, provided by DC Comics.",
            "keywords": ""
        },
        {
            "type": "comic story",
            "title": "Carnival of the Cursed",
            "feature": "Batman",
            "sequence_number": 1,
            "page_count": "23.500",
            "script": "Denny O'Neil",
            "pencils": "Irv Novick",
            "inks": "Dick Giordano",
            "colors": "?",
            "letters": "John Costanza",
            "editing": "None",
            "job_number": "S-475",
            "genre": "superhero",
            "first_line": "",
            "characters": "Batman; Moloch; Charles \"Blind Buddy\" Holden; Maxwell Dill; \"Heavyfoot\" Harry Harnet",
            "synopsis": "A Jazz musician is beaten to death in New Orleans and Batman comes to find his killer.",
            "notes": "Credits for script, pencils and inks confirmed from Julius Schwartz's editorial records, provided by DC Comics.",
            "keywords": "Coast Guard; French Quarter; Jazz music; Mardi Gras; New Orleans; riverboat; Shrove Tuesday"
        },
        {
            "type": "letters page",
            "title": "",
            "feature": "Letters to the Batcave",
            "sequence_number": 2,
            "page_count": "2.000",
            "script": "?",
            "pencils": "?",
            "inks": "?",
            "colors": "?",
            "letters": "typeset",
            "editing": "None",
            "job_number": "S-469",
            "genre": "",
            "first_line": "",
            "characters": "",
            "synopsis": "",
            "notes": "Includes a letter from Martin Pasko.",
            "keywords": ""
        }
    ],
    "cover": "https://files1.comics.org//img/gcd/covers_by_id/2/w400/2686.jpg"
}