Map feature details, geocoding, and driving directions.
Driving Route Directions
ASYNCREADNo auth
Returns driving directions with turn-by-turn steps, distance, and duration between two points.
ParametersFormJSON
Route start longitude (WGS84)
Route start latitude (WGS84)
Route end longitude (WGS84)
Route end latitude (WGS84)
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_openstreetmap_route_directions", "params": { "origin_lon": "-122.3514141", "origin_lat": "47.6208282", "dest_lon": "-122.3493136", "dest_lat": "47.6203364" } }'