Geocoding — entry 077 of 80

Yandex.Maps Geocoder

Verified Jul 2026

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.

geocodingmapsapi-keyrussia-cis-coverage
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingPaidSubscription required — no meaningful free tier.
FormatsJSON, XMLResponses can be requested as JSON or XML.

GreatAPIs Score

Score73out of 100
Authentication15/25API key required
Pricing9/20Paid API
Docs14/20Documentation URL provided
Formats15/15Supports 2 response formats
Freshness20/20Verified within 6 months

Embed this badge

Scored 73 on greatapis.com
<a href="https://greatapis.com/api/yandex-maps-geocoder/"><img src="https://greatapis.com/badge/yandex-maps-geocoder.svg" alt="Scored 73 on greatapis.com"></a>

Auth quickstart

  1. Sign up with the provider to get an API key.
  2. Send it on every request as a headerAuthorization: <key>
  3. The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.