approvedgeo
Driving Route Between Coordinates
Fastest driving route between an ordered list of lon,lat coordinates using the public OSRM engine. Returns total distance (meters), duration (seconds), and per-leg breakdown. Keyless.
Networks
Base (Coinbase L2)solana:mainnetNoble
Regions
Global (no regional restriction)
Tags
#geo#routing#osrm#directions#distance
How to use
Sample response
{"code":"Ok","routes":[{"weight_name":"routability","weight":296.7,"duration":296.7,"distance":2067.4,"legs":[{"summary":"","weight":296.7,"duration":296.7,"distance":2067.4,"steps":[]}]}],"waypoints":[{"name":"Unter den Linden","location":[13.387983,52.517094],"distance":10.52}]}curl -X GET 'https://proxy.suverse.io/v1/data/suverse-geo-osrm-route'