The playground

Try any of 1465 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/yelp/v1/review_highlights1 credit

Get a Yelp business's review highlights — the recurring phrases reviewers mention (e.g. 'happy hour', 'great service'), each with a sample snippet from a real review. A fast at-a-glance read on what the business is known for. Identify the business by its Yelp business URL, Yelp business ID, or slug.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/yelp/v1/review_highlights \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"slug":"tonys-pizza-napoletana-san-francisco","limit":"6"}'

Hit Send to run this endpoint live.

Playground · ReefAPI