books
Book details and metadata endpoints
📄️ List books with pagination
List books with pagination
📄️ List books with reading progress (in-progress books)
List books with reading progress (in-progress books)
📄️ List books with advanced filtering
Supports complex filter conditions including nested AllOf/AnyOf logic,
📄️ List on-deck books (next unread book in series where user has completed at least one book)
List on-deck books (next unread book in series where user has completed at least one book)
📄️ List recently added books
List recently added books
📄️ List recently read books (ordered by last read activity)
List recently read books (ordered by last read activity)
📄️ List books with analysis errors
List books with analysis errors
📄️ Get book by ID
Get book by ID
📄️ Get adjacent books in the same series
Returns the previous and next books relative to the requested book,
📄️ Download book file
Streams the original book file (CBZ, CBR, EPUB, PDF) for download.
📄️ Replace all book metadata (PUT)
Completely replaces all metadata fields. Omitted or null fields will be cleared.
📄️ Partially update book metadata (PATCH)
Only provided fields will be updated. Absent fields are unchanged.
📄️ Get thumbnail/cover image for a book
Extracts the first page and resizes it to a thumbnail (max 400px width/height)
📄️ List books in a specific library
List books in a specific library
📄️ List books with reading progress in a specific library (in-progress books)
List books with reading progress in a specific library (in-progress books)
📄️ List on-deck books in a specific library
List on-deck books in a specific library
📄️ List recently added books in a specific library
List recently added books in a specific library
📄️ List recently read books in a specific library
List recently read books in a specific library
📄️ List books with analysis errors in a specific library
List books with analysis errors in a specific library
📄️ List books with analysis errors in a specific series
List books with analysis errors in a specific series