ConsoleCatalog
Sign in
Yandex Russia logo

Yandex Russia

yandex.ruTravelno auth

Yandex - location search, transit routes, and weather with autocomplete and POIs.

Location Autocomplete

ASYNCREADNo auth

Returns matching locations for a place query with names, geoids, and coordinates.

ParametersFormJSON

Partial or full place name to autocomplete (city, district, landmark, or address)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_yandex_ru_location_autocomplete_suggestions",
    "params": {
      "location_query": "Москва, Красная площадь"
    }
  }'