The playground
Try any of 1465 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/author_books1 credit
An author's complete bibliography on Goodreads (paginated) by author ID or URL → every book with its title, book ID, average rating, ratings count, cover, and publication year.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/goodreads/v1/author_books \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"id":"153394"}'Hit Send to run this endpoint live.