BookMetadataResponse
Response containing book metadata
blackAndWhiteboolean | nullnullable
Whether the book is black and white
Example:
falsebookIdstring<uuid>required
Book ID
Example:
550e8400-e29b-41d4-a716-446655440001coloriststring | nullnullable
Colorist(s)
Example:
Richmond Lewiscountinteger,null<int32>nullable
Total count in series
Example:
4coverArtiststring | nullnullable
Cover artist(s)
Example:
David Mazzucchellidayinteger,null<int32>nullable
Publication day (1-31)
Example:
1editorstring | nullnullable
Editor(s)
Example:
Dennis O'NeilformatDetailstring | nullnullable
Format details
Example:
Trade Paperbackgenrestring | nullnullable
Genre
Example:
Superheroimprintstring | nullnullable
Imprint name
Example:
DC Black Labelinkerstring | nullnullable
Inker(s)
Example:
David Mazzucchelliisbnsstring | nullnullable
ISBN(s)
Example:
978-1401207526languageIsostring | nullnullable
ISO language code
Example:
enlettererstring | nullnullable
Letterer(s)
Example:
Todd Kleinmangaboolean | nullnullable
Whether the book is manga format
Example:
falsemonthinteger,null<int32>nullable
Publication month (1-12)
Example:
2pencillerstring | nullnullable
Penciller(s)
Example:
David Mazzucchellipublisherstring | nullnullable
Publisher name
Example:
DC Comicssummarystring | nullnullable
Book summary/description
Example:
Bruce Wayne returns to Gotham City.updatedAtstring<date-time>required
Last update timestamp
Example:
2024-01-15T10:30:00Zvolumeinteger,null<int32>nullable
Volume number
Example:
1webstring | nullnullable
Web URL
Example:
https://dc.com/batman-year-onewriterstring | nullnullable
Writer(s)
Example:
Frank Milleryearinteger,null<int32>nullable
Publication year
Example:
1987BookMetadataResponse
{
"blackAndWhite": false,
"bookId": "550e8400-e29b-41d4-a716-446655440001",
"colorist": "Richmond Lewis",
"count": 4,
"coverArtist": "David Mazzucchelli",
"day": 1,
"editor": "Dennis O'Neil",
"formatDetail": "Trade Paperback",
"genre": "Superhero",
"imprint": "DC Black Label",
"inker": "David Mazzucchelli",
"isbns": "978-1401207526",
"languageIso": "en",
"letterer": "Todd Klein",
"manga": false,
"month": 2,
"penciller": "David Mazzucchelli",
"publisher": "DC Comics",
"summary": "Bruce Wayne returns to Gotham City.",
"updatedAt": "2024-01-15T10:30:00Z",
"volume": 1,
"web": "https://dc.com/batman-year-one",
"writer": "Frank Miller",
"year": 1987
}