Back to catalog
🗺️

Yandex.Maps Geocoder

API Key

Use geocoding to get an object's coordinates from its address

🗺️GeocodingHTTPS

Yandex Geocoding Result

Geocoded coordinates from a Yandex Maps address query

AddressКрасная площадь, 1
CityМосква
CountryРоссия
Latitude55.754
Longitude37.621

Sample Response

response.json
1{
2 "address": "Красная площадь, 1",
3 "city": "Москва",
4 "country": "Россия",
5 "latitude": 55.7539,
6 "longitude": 37.6208
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://yandex.com/dev/maps/geocoder" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs