v1

latestOpenAPI 3.0.02026-07-2641142112.7 KB
Schedule point-to-point

Get schedules between two ports

Get the maritime schedules between two ports (point-to-point). Provide the destination port UN/LOCODE (required) and, optionally, an origin port, the sealines and a departure date to refine the search.

get/schedules/point-to-point

Query parameters

sealinesstring[]

Optional list of sealines

dateFromstring yyyy-MM-dd

Schedule date from in port local time, must be in futur

unlocodeOriginstring
Example:NLRTM

Optional origin port UN/LOCODE

unlocodeDestinationstring required
Example:NLRTM

Required destination port UN/LOCODE

Response

Schedule found

Example response

{
  "metadata": {
    "type": "PORT",
    "vessel": {
      "imo": 9295244
    },
    "port": {
      "unlocode": "USBAL"
    },
    "pointToPoint": {
      "origin": "FRLEH",
      "destination": "USNYC"
    }
  },
  "vesselSchedules": [
    {
      "scheduleId": "8849798_1",
      "sealineName": "ONE",
      "sealine": "ONEY",
      "allVoyages": [
        "4219E"
      ],
      "updatedAt": "2025-08-19T14:53:13.411938546Z",
      "serviceCode": "IOS",
      "serviceName": "IOS",
      "vesselName": "COLOMBO EXPRESS",
      "callingPorts": [
        {
          "orderId": 1,
          "terminalName": "ECT DELTA TERMINAL, ROTTERDAM",
          "estimatedDates": {
            "arrivalDate": "2025-08-24",
            "departureDate": "2025-08-24",
            "berthDate": "2025-08-24"
          },
          "actualDates": {
            "arrivalDate": "2025-08-24",
            "departureDate": "2025-08-24",
            "berthDate": "2025-08-24"
          },
          "cutOffDates": [
            {
              "name": "2025-08-24"
            }
          ],
          "voyages": [
            {
              "name": "departure",
              "voyage": "4219E"
            }
          ],
          "portName": "Rotterdam, Zuid-Holland",
          "portUnlocode": "NLRTM"
        }
      ]
    }
  ],
  "portSchedules": [
    {
      "scheduleId": "8849798_1",
      "sealineName": "ONE",
      "sealine": "ONEY",
      "allVoyages": [
        "4219E"
      ],
      "updatedAt": "2025-08-19T14:53:13.411938546Z",
      "callingVessels": [
        {
          "orderId": 1,
          "terminalName": "ECT DELTA TERMINAL, ROTTERDAM",
          "estimatedDates": {
            "arrivalDate": "2025-08-24",
            "departureDate": "2025-08-24",
            "berthDate": "2025-08-24"
          },
          "actualDates": {
            "arrivalDate": "2025-08-24",
            "departureDate": "2025-08-24",
            "berthDate": "2025-08-24"
          },
          "cutOffDates": [
            {
              "name": "2025-08-24"
            }
          ],
          "voyages": [
            {
              "name": "departure",
              "voyage": "4219E"
            }
          ],
          "vesselName": "COLOMBO EXPRESS",
          "serviceCode": "IOS",
          "serviceName": "IOS"
        }
      ]
    }
  ],
  "pointToPointSchedules": [
    {
      "scheduleId": "8849798_1",
      "sealineName": "ONE",
      "sealine": "ONEY",
      "updatedAt": "2025-08-19T14:53:13.411938546Z",
      "transitTime": 40,
      "legs": [
        {
          "orderId": 1,
          "mode": "VESSEL",
          "vesselName": "COLOMBO EXPRESS",
          "voyages": [
            {
              "name": "departure",
              "voyage": "4219E"
            }
          ],
          "departure": {
            "estimatedDate": "2025-08-24",
            "portName": "Rotterdam, Zuid-Holland",
            "portUnlocode": "NLRTM",
            "terminalName": "ECT DELTA TERMINAL, ROTTERDAM"
          },
          "arrival": {
            "estimatedDate": "2025-08-24",
            "portName": "Rotterdam, Zuid-Holland",
            "portUnlocode": "NLRTM",
            "terminalName": "ECT DELTA TERMINAL, ROTTERDAM"
          },
          "serviceName": "IOS",
          "serviceCode": "IOS"
        }
      ]
    }
  ]
}