Search API is a RESTful API that allows developers to run a single line fuzzy search for addresses and POIs. Search API returns the latitude/longitude of a specific address, cross street, geographic feature, or point of interest (POI).
curl \
# append ?key=$API_KEY to the URL \
https://api.tomtom.com/search/{versionNumber}/s/{query}.{ext}curl \
# append ?key=$API_KEY to the URL \
https://api.tomtom.com/search/{versionNumber}/cS/{category}.{ext}curl \
# append ?key=$API_KEY to the URL \
https://api.tomtom.com/search/{versionNumber}/nearbySearch/.{ext}