The playground
Try any of 1219 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/yandex-maps/v1/reviews1 credit
Paginated public customer reviews for an org: author handle, level, star rating, text, date and the business's reply. 50 reviews per page — page with `page`; meta.total_pages / meta.review_count tell you how many.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/yandex-maps/v1/reviews \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"org_id":"1242233919"}'Hit Send to run this endpoint live.