The playground

Try any of 1042 endpoints — live.

Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.

Playground demo key · api.reefapi.com
post/goodreads/v1/book_detail1 credit

Fetch full book data from Goodreads by book ID or URL: title, authors, average rating, total ratings and reviews count, star distribution, genres, series, ISBN/ISBN-13/ASIN, publisher, publication year, edition count, plus up to 30 embedded reader reviews.

Working example
Parameters

Goodreads numeric book id (the digits in /book/show/<id>-slug). Supply `id` OR `url`.

Full Goodreads book URL — an alternative to `id`.

Maximum number of reviews to return per book (up to ~30 are embedded on the Goodreads book page; default 30). (1–)

If true, do NOT redact reviewer display data (default redacts phone/email, keeps public name).

request preview
curl -X POST https://api.reefapi.com/goodreads/v1/book_detail \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"id":"2767052"}'

Hit Send to run this endpoint live.