v15

latestOpenAPI 3.1.02026-07-1295183803.5 KB
Places_Multi-Geocode

Search Place

The method enables searching for known places from multiple data sources

Use this method to find known places in default or your own custom (proprietary) dataset and get a combined search result. It accepts free-form, partially correct or even incomplete search texts. Results would be ranked based on the search score of a place.

post/multigeocode/search

Query parameters

keystring 32 character alphanumeric string required
Example:key=API_KEY

A key is a unique identifier that is required to authenticate a request to the API.

Request body

querystring required

A free-form, complete or incomplete string to be searched. It allows searching for places using keywords or names.

limitinteger

Sets the maximum number of results to be returned.

radiusstring

Filters the results to places within the specified radius from the 'at' location.

Note: Supports 'meter' (m) and 'kilometer' (km) units. If no radius is given, the search method returns as many results as specified in limit.

countrystring

Country of the search context provided as comma-separated ISO 3166-1 alpha-3 country codes.
Note: Country codes should be provided in uppercase.

statestring

Specifies the state of the search place.

citystring

Specifies the primary city of the place.

streetstring

Specifies the street name of the search place.

districtstring

Specifies the district of the search place.

subDistrictstring

Specifies the subDistrict of the search place.

Example request

{
  "query": "“query”: “Taj Mahal”",
  "radius": "“radius”: “10m”",
  "country": "“country”:”IND”",
  "state": "“state”: “California”",
  "city": "“city”: “Glendale”",
  "street": "“street”: “Americana Way”",
  "district": "“district”: “City Center”",
  "subDistrict": "“subDistrict”: “Golkonda”"
}

Response