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/books/v1/author1 credit

author by OLID (OL..A) → bio/photo/dates/alternate-names/remote-ids(goodreads/wikidata/viaf/gutenberg)/links + include_works; or query/name → best-match-ranked author list

Working example
Parameters

OpenLibrary author id (OL..A) for a profile. Supply `id` OR a query (`query`/`name`/`q`) for author search.

Author search text → best-match-ranked list. Supply this OR `id`.

Profile mode only: also return the author's top works.

Max works when include_works=true (1-50). (1–50)

Results per page (1-50, default 10); out-of-range values are clamped. (1–50)

request preview
curl -X POST https://api.reefapi.com/books/v1/author \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"query":"j r r tolkien"}'

Hit Send to run this endpoint live.