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/menu3 credits
The restaurant's dish catalogue: every menu, its categories and the dishes in them with name, description and veg/vegan tags. 🔴 Dish PRICES are not returned, because Zomato does not publish them to a logged-out reader — the page sets its own `price_login_blocker` flag and the dish records carry no price key at all (verified from four different exits, including one inside India). `price_inr` is therefore null on every dish and `prices_published` is false, rather than a guessed number.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/zomato/v1/restaurant/menu \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"res_id":"311057"}'Hit Send to run this endpoint live.