1. Home
  2. Track and Port Handling
  3. Examples
  4. Get port arrivals

Get port arrivals

Request port arrivals to port of Felixstowe having ID 31560. To get port ID seeĀ Port List.

GET port/arrivals/31560

Response:

{
   "records": [
      ...
      {
         "code": 1,
         "destination": {
            "port": {
               "id": 31560,
               "locode": "GBFXT",
               "name": "Felixstowe Port"
            }
         },
         "erp": {},
         "eta": "2018-10-30T11:30:00Z",
         "id": 1447355145945097,
         "source": {
            "ship": {
               "callsign": "2DET4",
               "destination": "PILOTAGE OPERATIONS",
               "draught": 1.4,
               "length": 16,
               "mmsi": 235078345,
               "name": "PL ST BRENDAN",
               "shiptype": "Pilot",
               "width": 5
            }
         },
         "waypoints": []
      },
      ...
   ]
}

For basic description seeĀ Port Arrivals.