OSRM Road Driving Distance Router

Use calculating actual travel time or driving meters between coordinates.

Try it OpenAPI

Call

POST https://bizintel-api.hahavoid0.workers.dev/geography/road-distance
{
  "start_lat": 37.77,
  "start_lon": -122.41,
  "end_lat": 34.05,
  "end_lon": -118.24
}

AgentCash command

npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/road-distance -m POST -b '{"start_lat":37.77,"start_lon":-122.41,"end_lat":34.05,"end_lon":-118.24}'

Not for

Do not use for flight distance estimations.