The playground
Try any of 1219 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/yandex-maps/v1/geocode1 credit
Geocode an address/place name to coordinates via Yandex. Returns the matched toponym with latitude/longitude and a normalized address. Pass a complete address; Yandex resolves it directly (don't over-qualify a place already named).
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/yandex-maps/v1/geocode \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"address":"Taksim Meydanı"}'Hit Send to run this endpoint live.