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/shop1 credit

Customer reviews for an Etsy shop — star rating, review text, reviewer, date, the shop's reply, buyer photos and the listing each review is about. Pass shop_slug for the full paginated review stream (about 14 reviews per page). Passing only the numeric shop_id uses Etsy's compact shop-summary feed, which returns at most 6 reviews no matter what limit you ask for.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/etsy/v1/reviews/shop \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"shop_id":"7357402","limit":"20"}'

Hit Send to run this endpoint live.

Playground · ReefAPI