Request format
https://search-maps.yandex.ru/v1/
? apikey=<string>
& text=<string>
& lang=<string>
& [type=<string>]
& [ll=<number>, <number>]
& [spn=<number>, <number>]
& [bbox=<number>,<number>~<number>,<number>]
& [rspn=<number>]
& [results=<integer>]
& [skip=<integer>]
& [uri=<string>]
apikey |
Required parameter The key issued in the Developer's Dashboard. Note Key activation takes up to 15 minutes. |
text |
Required parameter Search query text. For example, the name of a geographical feature, address, coordinates, business name, or phone number. Examples (without URL encoding):
|
lang |
Required parameter Preferred response language. Set as the locale ID in the format
Note For the Supported values:
If the parameter has a locale value that is not in this list, the service selects the language closest to the one set. Example: |
type |
Types of results returned. Possible values:
Example: |
ll |
The center of the search area. Defined by the longitude and latitude, separated by a comma. The longitude and latitude are indicated in degrees represented as decimals. It is used together with the It is ignored during reverse geocoding. Example: |
spn |
The size of the search area. Defined using the span of the longitude and latitude, separated by a comma. The spans are indicated in degrees represented as decimals. It is used together with the It is ignored during reverse geocoding. Example: |
bbox |
An alternative method for setting the search area (see The borders of the search area are defined as the geographical coordinates of the lower-left and upper-right corners of the area (in the order "longitude, latitutude"). Warning First set longitude and then latitude. Example: Note If |
rspn |
Indicates strict restriction of the search area. If nothing was found in the search area (set using the
|
results |
The number of objects to return. By default, 10. The maximum value is 50. If the Example: |
skip |
The number of objects to skip in the response (starting from the first one). The maximum value is 1000. If the Example: |
uri |
Additional information about the object. The parameter value is returned in the Geosuggest response. To use it in a request, specify a value instead of text and coordinates. |