Yandex.Maps Geocoder
Use geocoding to get an object's coordinates from its address
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Geocoding
- Documentation / URL
- https://yandex.com/dev/maps/geocoder
Overview
Yandex.Maps Geocoder converts addresses to coordinates and back. Auth is a Yandex API key (requests without a valid key return 403, verified).
Quick Start
Geocode (replace YOUR_KEY):
curl "https://geocode-maps.yandex.ru/1.x/?apikey=YOUR_KEY&geocode=Moscow&format=json"
{
"response": {
"GeoObjectCollection": {
"featureMember": [
{
"GeoObject": {
"name": "Moscow",
"Point": { "pos": "37.617635 55.755814" },
"metaDataProperty": { "GeocoderMetaData": { "kind": "locality" } }
}
}
]
}
}
}
Authentication
- Register at yandex.com/dev → get an API key.
- Send it as the
apikeyquery parameter (invalid/missing → 403, verified).
Rate Limits & Notes
- Free tier: 25,000 geocodes/day (check the docs); more is paid.
- Note the coordinate order:
posis longitude latitude. format=json(or xml); reverse geocoding viageocode=lat,lng.
FAQ
Is Yandex Geocoder free? Free tier: 25,000 requests/day; more is paid.
How do I get a key? yandex.com/dev → create an API key.
What’s the coordinate order?
pos is “longitude latitude” (verified).
More in Geocoding
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Actinia Grass GIS Actinia is an open source REST API for geographical data that uses GRASS GIS | API Key | Yes | Unknown | ↗ |
| administrative-divisons-db Get all administrative divisions of a country | No auth | Yes | Yes | ↗ |
| adresse.data.gouv.fr Address database of France, geocoding and reverse | No auth | Yes | Unknown | ↗ |
| Airtel IP IP Geolocation API. Collecting data from multiple sources | No auth | Yes | Unknown | ↗ |
| Apiip Get location information by IP address | API Key | Yes | Yes | ↗ |