← Tools Reference

TomTom

TomTom integration (Location, Developer Tools). Imported from open-connector.

API key5 toolshttps://api.tomtom.com
GET
tomtom_fuzzy_search
Search addresses or places with the TomTom Search API fuzzy search endpoint.

/search/2/search/{query}.json

12 parameters
ParamTypeRequiredDescription
querystringrequiredThe free-form text query sent to TomTom.
limitintegeroptionalThe maximum number of results to return.
offsetintegeroptionalThe zero-based result offset used for pagination.
countrySetarrayoptionalThe country filters applied to the TomTom request.
latnumberoptionalThe latitude in decimal degrees.
lonnumberoptionalThe longitude in decimal degrees.
radiusnumberoptionalThe search radius in meters.
languagestringoptionalThe IETF language tag for results.
categorySetarrayoptionalThe POI category filters applied to the request.
brandSetarrayoptionalThe brand filters applied to the request.
entityTypeSetarrayoptionalThe entity type filters applied to the request.
viewstringoptionalThe geopolitical view applied to results.
GET
tomtom_autocomplete
Return autocomplete suggestions from the TomTom Search API.

/search/2/autocomplete/{query}.json

8 parameters
ParamTypeRequiredDescription
querystringrequiredThe partial text query used for autocomplete suggestions.
languagestringrequiredThe IETF language tag for results.
limitintegeroptionalThe maximum number of autocomplete results to return.
latnumberoptionalThe latitude in decimal degrees.
lonnumberoptionalThe longitude in decimal degrees.
radiusnumberoptionalThe search radius in meters.
countrySetarrayoptionalThe country filters applied to the TomTom request.
resultSetarrayoptionalThe autocomplete segment types included in the response.
GET
tomtom_nearby_search
Search for nearby places of interest around a coordinate with TomTom.

/search/2/nearbySearch/.json

10 parameters
ParamTypeRequiredDescription
latnumberrequiredThe latitude in decimal degrees.
lonnumberrequiredThe longitude in decimal degrees.
radiusnumberoptionalThe search radius in meters.
limitintegeroptionalThe maximum number of results to return.
offsetintegeroptionalThe zero-based result offset used for pagination.
countrySetarrayoptionalThe country filters applied to the TomTom request.
languagestringoptionalThe IETF language tag for results.
categorySetarrayoptionalThe POI category filters applied to the request.
brandSetarrayoptionalThe brand filters applied to the request.
viewstringoptionalThe geopolitical view applied to results.
GET
tomtom_geocode
Convert an address into geographic search results with the TomTom Geocoding API.

/search/2/geocode/{query}.json

10 parameters
ParamTypeRequiredDescription
querystringrequiredThe address or place query to geocode.
limitintegeroptionalThe maximum number of results to return.
offsetintegeroptionalThe zero-based result offset used for pagination.
latnumberoptionalThe latitude in decimal degrees.
lonnumberoptionalThe longitude in decimal degrees.
radiusnumberoptionalThe search radius in meters.
countrySetarrayoptionalThe country filters applied to the TomTom request.
languagestringoptionalThe IETF language tag for results.
viewstringoptionalThe geopolitical view applied to results.
entityTypeSetarrayoptionalThe entity type filters applied to the request.
GET
tomtom_reverse_geocode
Convert a coordinate into human-readable address candidates with the TomTom Reverse Geocoding API.

/search/2/reverseGeocode/{lat}.json

7 parameters
ParamTypeRequiredDescription
latnumberrequiredThe latitude in decimal degrees.
lonnumberrequiredThe longitude in decimal degrees.
radiusnumberoptionalThe search radius in meters.
entityTypestringoptionalThe TomTom entity type used to shape reverse geocoding results.
languagestringoptionalThe IETF language tag for results.
returnMatchTypebooleanoptionalWhether TomTom should include the match type metadata.
viewstringoptionalThe geopolitical view applied to results.