Geocoding — entry 077 of 80
Yandex.Maps Geocoder
The Yandex Geocoder API converts addresses to coordinates and back for over 29 million addresses across Russia, the CIS, Turkey, and Israel, returning JSON or XML through a keyed HTTP endpoint. Signup and billing run through Yandex's international developer portal in USD, but there is no self-serve free tier for the geocoder itself — annual plans start at $10,000/year for 2.5 million requests, with the free option instead being Yandex's separate client-side JS Maps API.
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
Under 2,500,000 requests/year on the Basic license tier (higher tiers: <10,000,000 / <25,000,000 / <50,000,000 per year), per the pricing table at yandex.com/maps-api/products/geocoder-api