goodreads_book_editions
Retrieve every edition of a Goodreads book—translations, printings, formats—with page count, publisher, ISBN, language, and rating. Paginated results for easy browsing.
Instructions
List a Goodreads book's editions. Returns a work's paginated edition list (per-edition book id, format, page count, publication date, publisher, ISBN/ISBN13/ASIN, language, and rating) — every other translation, printing, and format of the requested book id. Goodreads keys editions by a separate "work id", not the book id in the path, so this makes one extra internal request to resolve it; requests against a book with no editions data return an upstream error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Goodreads book id | |
| page | No | 1-based page number, default 1 |