v1

latestOpenAPI 3.0.02026-07-2641142112.7 KB
Shipment

get/shipment

Query parameters

shipmentNumberstring required

Bill of Lading Number, Booking number or Container Tracking Number

sealinestring
<p>Sealine 4 letters scac code. Find the code corresponding to your sealine using the GET /sealines endpoint</p> <p>This parameter is strongly recommended to improve response time and avoid wrong sealine detection</p>
shipmentType'CT' | 'BL' | 'BK'

Shipment type. CT for container, BL for Booking and BL for Bill of Lading

routeboolean
<p>Set this to true if you wish to receive the route segments or AIS data</p> <p>Using this option will increase the response time</p>
aisboolean
<p>Set this to true if you wish to receive AIS data - will only work if route is also set to true</p> <p>Using this option will increase the response time</p>

Response

OK

Example response

{
  "metadata": {
    "type": "PORT",
    "vessel": {
      "imo": 9295244
    },
    "port": {
      "unlocode": "USBAL"
    },
    "pointToPoint": {
      "origin": "FRLEH",
      "destination": "USNYC"
    }
  }
}
All 41 operations