Skip to main content

BookMetadataResponse

Response containing book metadata

blackAndWhiteboolean | nullnullable

Whether the book is black and white

Example: false
bookIdstring<uuid>required

Book ID

Example: 550e8400-e29b-41d4-a716-446655440001
coloriststring | nullnullable

Colorist(s)

Example: Richmond Lewis
countinteger,null<int32>nullable

Total count in series

Example: 4
coverArtiststring | nullnullable

Cover artist(s)

Example: David Mazzucchelli
dayinteger,null<int32>nullable

Publication day (1-31)

Example: 1
editorstring | nullnullable

Editor(s)

Example: Dennis O'Neil
formatDetailstring | nullnullable

Format details

Example: Trade Paperback
genrestring | nullnullable

Genre

Example: Superhero
imprintstring | nullnullable

Imprint name

Example: DC Black Label
inkerstring | nullnullable

Inker(s)

Example: David Mazzucchelli
isbnsstring | nullnullable

ISBN(s)

Example: 978-1401207526
languageIsostring | nullnullable

ISO language code

Example: en
lettererstring | nullnullable

Letterer(s)

Example: Todd Klein
mangaboolean | nullnullable

Whether the book is manga format

Example: false
monthinteger,null<int32>nullable

Publication month (1-12)

Example: 2
pencillerstring | nullnullable

Penciller(s)

Example: David Mazzucchelli
publisherstring | nullnullable

Publisher name

Example: DC Comics
summarystring | nullnullable

Book summary/description

Example: Bruce Wayne returns to Gotham City.
updatedAtstring<date-time>required

Last update timestamp

Example: 2024-01-15T10:30:00Z
volumeinteger,null<int32>nullable

Volume number

Example: 1
webstring | nullnullable

Web URL

Example: https://dc.com/batman-year-one
writerstring | nullnullable

Writer(s)

Example: Frank Miller
yearinteger,null<int32>nullable

Publication year

Example: 1987
BookMetadataResponse
{
"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
}