The playground

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.

Playground demo key · api.reefapi.com
post/google-maps/v1/place/detail3 credits

The single richest matching place: name, address, phone, website, rating, categories, coordinates, opening hours.

Working example
Parameters

The business to look up — name plus a location hint gives the best match.

Latitude to bias the search around. Strongly recommended — without it Google assumes the central US. (-90–90)

Longitude to bias the search around (pair with lat). (-180–180)

Result language (Google hl code: en, de, tr, es…). Affects category names and localized fields.

Region bias (Google gl country code: us, de, tr…).

request preview
curl -X POST https://api.reefapi.com/google-maps/v1/place/detail \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"query":"Katz's Delicatessen Manhattan","lat":"40.7223","lng":"-73.9874"}'

Hit Send to run this endpoint live.