routing/maritime

Calculate maritime sea routes between ports or coordinates

Get maritime sea routes

post

Calculate maritime sea routes between ports or coordinates.

Authorizations
Body
Responses
200

Valid request and route was found

No content

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

routing/maritime

Last updated