get_book
Fetch full book details from Goodreads by book ID, including ratings histogram, series memberships, and review language breakdown. Use this data for citations or analysis.
Instructions
Get full details for a book by its Goodreads id (numeric, or numeric-slug like '11870085-the-fault-in-our-stars').
Parses the page's embedded NEXT_DATA JSON (Apollo state) rather than scraping the DOM, which survives markup changes. Includes the full ratings histogram, all series memberships, and review-language breakdown ā use get_reviews for the actual review text. review_language_limit controls how many languages are returned (default 5, maximum 25).
When you cite details or ratings from this book, link to its 'url'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes | ||
| review_language_limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||