BookDetailResponse
Detailed book response with metadata
book objectrequired
Book data transfer object
Error message if book analysis failed
Failed to parse CBZ: invalid archiveWhether the book has been analyzed (page dimensions available)
trueChapter number from book metadata (may be fractional)
42.5When the book was added to the library
2024-01-01T00:00:00ZWhether the book has been soft-deleted
falseFile format (cbz, cbr, epub, pdf)
cbzFile hash for deduplication
a1b2c3d4e5f6g7h8i9j0File size in bytes
52428800Book unique identifier
550e8400-e29b-41d4-a716-446655440001KOReader-compatible partial MD5 hash for sync
Library this book belongs to
550e8400-e29b-41d4-a716-446655440000Name of the library
ComicsBook number within the series
1Number of pages in the book
32Filesystem path to the book file
/media/comics/Batman/Batman - Year One 001.cbzreadProgress object
User's read progress for this book
Book ID
550e8400-e29b-41d4-a716-446655440002Whether the book is completed
falseWhen the book was completed (if completed)
2024-01-20T20:00:00ZCurrent page (1-indexed)
42Progress record ID
550e8400-e29b-41d4-a716-446655440000Progress as a percentage (0.0-1.0) For EPUBs, this is the stored percentage from reflowable content For other formats, this is calculated from current_page / total_pages
0.45When reading started
2024-01-10T14:30:00ZWhen progress was last updated
2024-01-15T18:45:00ZUser ID
550e8400-e29b-41d4-a716-446655440001Effective reading direction (from series metadata, or library default if not set) Values: ltr, rtl, ttb or webtoon
ltrSeries this book belongs to
550e8400-e29b-41d4-a716-446655440002Name of the series
Batman: Year OneBook summary/description from book_metadata (ComicInfo <Summary> or
EPUB description). Surfaced on the list response so cards can show it on
hover without fetching the full detail payload.
Bruce Wayne returns to Gotham to begin his war on crime.Book title
Batman: Year One #1Title used for sorting (title_sort field)
batman year one 001When the book was last updated
2024-01-15T10:30:00ZVolume number from book metadata
1Whether the requesting user has this book in their want-to-read queue.
None when not computed for this response; populated on book list and
detail endpoints that have a user context.
falsemetadata object
Optional metadata from ComicInfo.xml or similar
authors object[]
Structured author information as JSON array
Author's name
Andy WeirRole of this author
Possible values: [author, co_author, editor, translator, illustrator, contributor, writer, penciller, inker, colorist, letterer, cover_artist]
Sort name for ordering (e.g., "Weir, Andy")
Weir, Andyawards object[]
Awards information
Award category
Best NovelName of the award
Hugo AwardWhether the book won (true) or was just nominated (false)
trueYear the award was given/nominated
2015Whether the book is black and white
falseAssociated book ID
550e8400-e29b-41d4-a716-446655440001Book type classification (comic, manga, novel, etc.)
Possible values: [comic, manga, novel, novella, anthology, artbook, oneshot, omnibus, graphic_novel, magazine]
Chapter number (may be fractional, e.g. 42.5 for side chapters)
42Colorists
["Richmond Lewis"]Total count in series
4Cover artists
["David Mazzucchelli"]Custom metadata JSON escape hatch
Publication day (1-31)
1Edition information (e.g., "First Edition", "Revised Edition")
First EditionEditors
["Dennis O'Neil"]Format details
Trade PaperbackGenre
SuperheroMetadata record ID
550e8400-e29b-41d4-a716-446655440003Imprint name
DC Black LabelInkers
["David Mazzucchelli"]ISBN(s)
978-1401207526ISO language code
enLetterers
["Todd Klein"]Whether the book is manga format
falsePublication month (1-12)
2Issue/chapter number from metadata
1Original title (for translated works)
火星の人Original publication year (for re-releases or translations)
2011Page count from metadata
32Pencillers (line artists)
["David Mazzucchelli"]Publisher name
DC ComicsRelease/publication date
1987-02-01T00:00:00ZSeries name from metadata
Batman: Year OnePosition in a series (e.g., 1.0, 2.5 for .5 volumes)
1Total number of books in the series
3Subject/topic tags
["Science Fiction","Space Exploration","Survival"]Book subtitle
A NovelBook summary/description
Bruce Wayne returns to Gotham City after years abroad to begin his war on crime.Book title from metadata
Batman: Year One #1Translator name
John SmithVolume number
1Writers/authors
["Frank Miller"]Publication year
1987{
"book": {
"analysisError": "Failed to parse CBZ: invalid archive",
"analyzed": true,
"chapter": 42.5,
"createdAt": "2024-01-01T00:00:00Z",
"deleted": false,
"fileFormat": "cbz",
"fileHash": "a1b2c3d4e5f6g7h8i9j0",
"fileSize": 52428800,
"id": "550e8400-e29b-41d4-a716-446655440001",
"koreaderHash": "string",
"libraryId": "550e8400-e29b-41d4-a716-446655440000",
"libraryName": "Comics",
"number": 1,
"pageCount": 32,
"path": "/media/comics/Batman/Batman - Year One 001.cbz",
"readProgress": {
"bookId": "550e8400-e29b-41d4-a716-446655440002",
"completed": false,
"completedAt": "2024-01-20T20:00:00Z",
"currentPage": 42,
"id": "550e8400-e29b-41d4-a716-446655440000",
"progressPercentage": 0.45,
"startedAt": "2024-01-10T14:30:00Z",
"updatedAt": "2024-01-15T18:45:00Z",
"userId": "550e8400-e29b-41d4-a716-446655440001"
},
"readingDirection": "ltr",
"seriesId": "550e8400-e29b-41d4-a716-446655440002",
"seriesName": "Batman: Year One",
"summary": "Bruce Wayne returns to Gotham to begin his war on crime.",
"title": "Batman: Year One #1",
"titleSort": "batman year one 001",
"updatedAt": "2024-01-15T10:30:00Z",
"volume": 1,
"wantToRead": false
},
"metadata": {
"authors": [
{
"name": "Andy Weir",
"role": "author",
"sortName": "Weir, Andy"
}
],
"awards": [
{
"category": "Best Novel",
"name": "Hugo Award",
"won": true,
"year": 2015
}
],
"blackAndWhite": false,
"bookId": "550e8400-e29b-41d4-a716-446655440001",
"bookType": "comic",
"chapter": 42,
"colorists": [
"Richmond Lewis"
],
"count": 4,
"coverArtists": [
"David Mazzucchelli"
],
"customMetadata": "Unknown Type: object,null",
"day": 1,
"edition": "First Edition",
"editors": [
"Dennis O'Neil"
],
"formatDetail": "Trade Paperback",
"genre": "Superhero",
"id": "550e8400-e29b-41d4-a716-446655440003",
"imprint": "DC Black Label",
"inkers": [
"David Mazzucchelli"
],
"isbns": "978-1401207526",
"languageIso": "en",
"letterers": [
"Todd Klein"
],
"manga": false,
"month": 2,
"number": "1",
"originalTitle": "火星の人",
"originalYear": 2011,
"pageCount": 32,
"pencillers": [
"David Mazzucchelli"
],
"publisher": "DC Comics",
"releaseDate": "1987-02-01T00:00:00Z",
"series": "Batman: Year One",
"seriesPosition": 1,
"seriesTotal": 3,
"subjects": [
"Science Fiction",
"Space Exploration",
"Survival"
],
"subtitle": "A Novel",
"summary": "Bruce Wayne returns to Gotham City after years abroad to begin his war on crime.",
"title": "Batman: Year One #1",
"translator": "John Smith",
"volume": 1,
"writers": [
"Frank Miller"
],
"year": 1987
}
}