List books
list_booksRetrieve books from Calibre-Web by view: new, hot, rated, discover, read, unread, or all titles. Paginate results using offset from previous response.
Instructions
Lists books from one of the Calibre-Web views: new (recently added, default), hot (most downloaded), rated (best rated), discover (random selection), read / unread (per-user reading state), or all (the full library ordered by title, optionally narrowed to titles starting with a letter). Page size is a server-side setting; pass the returned pagination.nextOffset as offset to fetch the next page. The discover view is random and not paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Which view to list (default: new) | |
| letter | No | Only with view "all": a single initial letter or digit, or "00" for every title (default: "00") | |
| offset | No | Pagination offset; use pagination.nextOffset from the previous call |