Try any of 1042 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.
Get the full Yelp business profile without reviews — name, categories, star rating, review count, price level, phone, full address, coordinates, hours, amenities and photo. Faster and cheaper than business/reviews when you only need the listing. Accepts up to 39 businesses per call via their Yelp business ID.
Yelp business ID(s). For multiple businesses, comma-separate them: id1,id2,id3 (a JSON array also works; up to 39 per request, fetched concurrently). Retrieve a business ID from the search action or business/url-to-id — it is NOT the slug in the yelp.com/biz/ URL.
curl -X POST https://api.reefapi.com/yelp/v1/business/details \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"encBizIds":"[\"gZz9A8k8ORC_xl0aHxtY4w\"]"}'Hit Send to run this endpoint live.