The playground

Try any of 1355 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/internet-archive/v1/search_inside1 credit

Full-text 'search inside' one digitized book on archive.org: find a phrase within the book's OCR text and get the matching snippets with page numbers. The item must be a texts/book item with OCR (most scanned books are).

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/internet-archive/v1/search_inside \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"identifier":"adventuresoftoms00twaiiala","query":"whitewash"}'

Hit Send to run this endpoint live.