OpenStreetMap OSRM Driving Distance & Duration Calculator

Use to estimate driving times and distances for delivery dispatches or travel planning agents.

Try it OpenAPI

Call

POST https://statepulse-api.hahavoid0.workers.dev/transit/route-duration
{
  "start_lat": 34.05,
  "start_lng": -118.24,
  "end_lat": 34.14,
  "end_lng": -118.14
}

AgentCash command

npx agentcash@latest fetch https://statepulse-api.hahavoid0.workers.dev/transit/route-duration -m POST -b '{"start_lat":34.05,"start_lng":-118.24,"end_lat":34.14,"end_lng":-118.14}'

Not for

Do not use for step-by-step driving turn-by-turn nav prompts.