Get port list

To get a list of wold port use the following API operation.

Request:

GET /port/list

Response:

{
  "records": [
    ... 
    {
      "country": "United Kingdom",
      "id": 31560,
      "locode": "GBFXT",
      "name": "FELIXSTOWE"
    },
    ... 
  ]
}

Note that the response has been modified to show only one object. 

For basic description see Port List

Updated on 14 November, 2018