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/detail2 credits
One full restaurant record by id: address and coordinates, city and postcode, the business phone numbers the page prints, cuisines, opening hours per day, cost-for-two, popular dishes, facility highlights, and the dining and delivery ratings as separate named fields.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/zomato/v1/restaurant/detail \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"res_id":"311057"}'Hit Send to run this endpoint live.