Routing consists of the following service: Calculate Route Calculates a route between an origin and a destination, passing through waypoints (if specified). Additional routing parameters like traffic, avoidance conditions, departure/arrival time etc. can be taken into account. Calculate Re
curl \
# append ?key=$API_KEY to the URL \
https://api.tomtom.com/routing/{versionNumber}/calculateRoute/{locations}/{contentType}curl \
# append ?key=$API_KEY to the URL \
https://api.tomtom.com/routing/{versionNumber}/calculateReachableRange/{origin}/{contentType}