v15
latestOpenAPI 3.1.02026-07-1295183803.5 KBPlaces_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
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”"
}