GateHouse Webservices Overview
  • HTTP Status Codes
  • Next Port
  • OceanIO
  • Replay
  • Statistics
  • Track and Port Handling
  • Useful Tools
  • User Configuration
  • Watchdog
  • WFS Service
  • WMS Service
  • All Docs

Track and Port Handling

  • Basics
    • Introduction
    • Port List
    • Port Information
    • Ship Track
    • Port Arrivals
    • List ships within an area
    • Get historical trips for a ship
    • Get historical track for a ship
    • Route Calculation
    • Create Location
    • Location List
  • Use Cases
    • Introduction
    • Track ship to port
    • Track ship to destination with via points
    • Select ship in aisWeb
  • Examples
    • Introduction
    • Get port list
    • Get Port calls by port
    • Get port information
    • Get port arrivals
    • Get location list
    • Create location
    • Delete location
    • Track ship to port
    • Track ship to position
    • Track ship to location
    • Track ship with via points
    • Get track
    • Add/Update track related ERP parameters
    • Delete track
    • Get ships within an area
    • Get historical trips
    • Get historical track
    • Calculate route
  • Tracking Codes
  • Swagger UI
  1. Home
  2. Track and Port Handling
  3. Examples
  4. Get port list

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 November 16, 2018

Doc navigation

Get port information →
© 2023 GateHouse Webservices Overview
Proudly powered by WordPress | Theme: weDocs by Tareq Hasan