The ReadRealm library gives you access to a large catalog of books sourced from Open Library and Project Gutenberg. You can search by keyword, browse by genre, save books to your reading list, and leave reviews — all of which stay in sync across every device you use.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/aliammari1/readrealm/llms.txt
Use this file to discover all available pages before exploring further.
Search
Find books by title or author across the Open Library catalog.
Browse by genre
Explore curated shelves of books organized by subject.
Bookmarks
Save books to your personal reading list with one tap.
Reviews
Rate books from 1–5 stars and write a comment.
Searching for books
Use the search endpoint to find books by any keyword — title, author name, or topic. Results come directly from the Open Library catalog and include the cover image, author, publication year, and page count.Browsing by genre
Browse books organized by subject using the genre endpoint. Results stream to your client as they are fetched, so the first books appear immediately without waiting for the full page to load.| Parameter | Type | Default | Max | Description |
|---|---|---|---|---|
genre | string | — | — | Subject name, e.g. science-fiction |
offset | number | 0 | — | Pagination offset |
limit | number | 10 | 50 | Number of results per page |
Passing
all as the genre returns no results. Use a specific subject name such as mystery, romance, or history.Bookmarks
Bookmark any book to add it to your personal reading list. Bookmarking the same book a second time removes it — the endpoint works as a toggle.Cross-platform sync
Bookmarks are stored centrally and associated with your user ID, so they are immediately available on every device — Android, iOS, and the web — without any manual sync step.Reviews
Leave a rating and comment on any book in the catalog. Ratings are on a 1–5 scale. Each review is also analyzed for sentiment automatically — positive, negative, or neutral — so you can see the general mood of reader reactions at a glance. Submit a review:emotion field (positive, negative, or neutral) derived from sentiment analysis of your comment text.
Typical workflow
Search or browse
Use search to find a specific book by title or author, or open a genre shelf to explore books by subject.
View book details
Open a book to see its cover, description, author, publication year, and reader reviews.
Bookmark the book
Tap the bookmark icon to save the book to your reading list. The book is instantly available from the bookmarks section on all your devices.
Read the book
Open the EPUB reader to start reading. See EPUB reading for details on the reading experience.