World Logistics Pulse
No account required for this page. Fuel prices below come from the same API as GET /v1/fuel-prices.
Fuel Prices
Port Congestion
APILive via API (IMF PortWatch). Query by port, country, or region — e.g. GET /v1/port-congestion?port=USLAX. Not vessel wait time; data lags about a week.
GET /v1/port-congestion
Try in playground →
Freight Rates
APILive via API (Warp). US FTL quotes need origin_zip and destination_zip. Ocean/air cover a limited set of Asian origins.
GET /v1/freight-rates
Try in playground →
Carriers
APILive via API (FMCSA + FMC). US trucking by DOT number or name, plus ocean NVOCC/OTI carriers — e.g. GET /v1/carriers?q=54283.
GET /v1/carriers
Try in playground →
Historical
APILive via API. Weekly national diesel/gasoline, plus daily port-congestion history for ~20 major ports — GET /v1/historical?metric=fuel_price_diesel_national.
GET /v1/historical
Try in playground →
Disruptions
APILive via API (GDACS/USGS/NOAA). Natural-hazard disruptions, filterable by port radius — e.g. GET /v1/disruptions?port=USLAX.
GET /v1/disruptions
Try in playground →
This same data is available via API. See the docs or try it in the playground.