v1

latestOpenAPI 3.1.02026-07-243613262.4 KB
Arrivals

Get vessel arrivals at port (beta)

Retrieve a structured list of vessels scheduled to arrive at a specified port, identified by its UN/LOCODE. This endpoint is designed for operational monitoring, congestion analysis, and port traffic visibility.

Response

Vessels are:

  • Sorted by ETA (earliest -> latest)
  • Filtered to include only vessels with a known ETA
  • Limited to a short operational time window (recent arrivals + upcoming arrivals)

Notes & considerations:

  • This endpoint relies on AIS destination data.
get/vessel/v2/arrivals

Query parameters

locodestring required
Example:FRFOS

UN/LOCODE of the port (e.g. NLRTM)

limitinteger
Example:30

Maximum number of vessels returned (default: 30, max: 500)

etaOffsetFromstring
Example:-3d

Lower ETA bound relative to now (duration string)

etaOffsetTostring
Example:21d

Upper ETA bound relative to now (duration string)

referenceTimestring
Example:2026-01-15T12:00:00Z

Override current time (ISO 8601). Intended mainly for testing.

Response

OK