The playground
Try any of 1536 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/etsy/v1/reviews/listing1 credit
Customer reviews for a single Etsy listing — star rating, review text, reviewer, date, the shop's reply and buyer photos, plus the item's overall rating and total review count. Page 1 is the review panel Etsy shows on the item page (up to 4 reviews); raise max_pages to pull further reviews of this item out of the shop's review stream.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/etsy/v1/reviews/listing \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"listing_id":"1509738931","max_pages":"1"}'Hit Send to run this endpoint live.