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/google-maps/v1/geocode1 credit
Turn an address or place name into coordinates: returns latitude, longitude and the formatted address of the best match.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/google-maps/v1/geocode \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"address":"350 5th Ave, New York, NY 10118"}'Hit Send to run this endpoint live.