The playground
Try any of 2074 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/zomato/v1/restaurant/reviews3 credits
Review text for one restaurant, newest first, 5 per page. Returns at most 25 reviews: page 6 is where Zomato answers 'Please login', measured identically on three restaurants. Each review carries its text, star rating, age, like and comment counts, and the reviewer name and profile link exactly as the public page prints them.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/zomato/v1/restaurant/reviews \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"res_id":"311057","max_pages":"2"}'Hit Send to run this endpoint live.