Skip to content
GETNo key

Port congestion

GETapi.schedulesmcp.com/public/port-congestion

Congestion and dwell for a port, or the congestion leaderboard.

Query parameters

portstring

Port UN/LOCODE. Omit for the leaderboard.

levelstring

Leaderboard only: mild, moderate or severe. Ignored when port is set, and an unrecognised value returns the unfiltered leaderboard rather than an error.

limitinteger

Leaderboard only: rows to return. Default 100, maximum 500.

Response schema

6 fields

Derived from the example response, nested as the JSON is.

okboolean

Whether the request succeeded.

dataobject

The payload. Everything an endpoint returns sits under this key.

portstring

Port UN/LOCODE.

wait_hoursnumber

Average wait at the port, in hours.

at_anchornumber

Vessels currently at anchor.

levelstring

On a port, the congestion level. On a sailing card confidence block, high when at least two carriers agree within a day, then medium, low, or single_source when only one published it.

Try it No key
curl 'https://api.schedulesmcp.com/public/port-congestion?port=USLAX&level=severe'

This preview uses documented example data and makes no live request. Get a key to run live.