Examples
- Get suggest
- Get an answer in the specified language
- Limit the number of results in the response
- Turn off the highlighting of matches in the results
- Get only organizations in response
- Get only organizations and metro stations in response
- Get a list of countries, regions, cities in the response
- Get a post-component address in the response
- Get field uri in the response
- Set the search area in the center of the map
- Set the search area with coordinates
Get suggest
https://suggest.api.mappable.world/v1/suggest?text=burj&apikey=YOUR_API_KEY
Get an answer in the specified language
https://suggest.api.mappable.world/v1/suggest?text=burj&lang=fr&apikey=YOUR_API_KEY
Limit the number of results in the response
Get the only object in the response:
https://suggest.api.mappable.world/v1/suggest?text=burj&results=1&apikey=YOUR_API_KEY
Turn off the highlighting of matches in the results
https://suggest.api.mappable.world/v1/suggest?text=burj&highlight=0&apikey=YOUR_API_KEY
Get only organizations in response
https://suggest.api.mappable.world/v1/suggest?text=burj&types=biz&apikey=YOUR_API_KEY
Get only organizations and metro stations in response
https://suggest.api.mappable.world/v1/suggest?text=burj&types=biz,metro&apikey=YOUR_API_KEY
Get a list of countries, regions, cities in the response
https://suggest.api.mappable.world/v1/suggest?text=burj&types=country,province,locality&apikey=YOUR_API_KEY
Get a post-component address in the response
https://suggest.api.mappable.world/v1/suggest?text=burj&print_address=1&apikey=YOUR_API_KEY
Get field uri in the response
https://suggest.api.mappable.world/v1/suggest?text=burj&attrs=uri&apikey=YOUR_API_KEY
Set the search area in the center of the map
Find objects in the area by coordinates of the center of Dubai at a given height and width of the window:
https://suggest.api.mappable.world/v1/suggest?text=burj&ll=55.29,25.23&spn=0.5,0.3&apikey=YOUR_API_KEY
Set the search area with coordinates
Find objects in the area bounded by the coordinates of Istanbul:
https://suggest.api.mappable.world/v1/suggest?text=burj&bbox=28.8,41~28.9,42&apikey=YOUR_API_KEY