Last updated

Port Intelligence

Overview

project44's Port Intelligence API enables users to

  • Get real-time and historical data about container dwell times, vessel dwell times, and the number of incoming vessels at ports around the globe.
  • Monitor potential macro risk, update ETAs, reroute shipments to different ports, and generate more accurate lead times.
Data ProvidedDescription
Vessel Anchor DwellThe time in days it takes for a vessel to moor in port once it has arrived in the vicinity of 50 miles
Vessel Berthing DwellThe time in days a vessel spends inside a port terminal being loaded or unloaded.
Container Loading DwellThe time in days a container spends sitting in a port after gate-in before being loaded on a vessel.
Container Discharge DwellThe time in days a container spends sitting in a port after being discharged before gate-out.
Approaching Vessels (a.k.a. Vessel Count)The number of inbound container vessels to this port.

Use the following information to write a client application to integrate your TMS or other system to the project44 platform through our Port Intelligence API.

More robust user guides are coming soon – stay tuned!

Workflow

  1. Get proper credentials.
  2. Determine desired Port UNLOCODEs
  3. Get port intelligence data

Workflow Details

Get Credentials

You must be provisioned with a tenant to have a client application within that tenant with the appropriate permissions to use any API within project44.

See here for more information on Authentication and Authorization.

Determine desired Port UNLOCODE

Ex. USLAX for Los Angeles, NLRTM for Rotterdam, CNSHA for Shanghai etc.

Get Port Intelligence Data

GET

Use the GET endpoint to return the dwell data for a selected port.

EndpointQuery for Port Intelligence
VerbGET
Required Fieldslocodes (string; takes 1-10 UN LOCODES separated by a comma)