routing/maritime
Calculate maritime sea routes between ports or coordinates
Calculate maritime sea routes between ports or coordinates.
Authorizations
Body
Responses
200
Valid request and route was found
No content
400
Bad Request - Invalid request
404
Not Found - Valid request but location not found
post
POST /api/v2/route/maritime HTTP/1.1
Host: api.distance.tools
X-Billing-Token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 29
{
"route": [
{
"lat": 1,
"lng": 1
}
]
}
No content
Last updated