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/reviews1 credit
All public reviews and star ratings for one archive.org item: reviewer handle, star rating (0-5), review title, body and date. Reviews are embedded in the item record, so this returns every review in one call (no pagination needed).
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/internet-archive/v1/reviews \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"identifier":"OTRR_Dragnet_Singles"}'Hit Send to run this endpoint live.