GlobMaps Proprietary API

Supply Chain Intelligence
Port Risk, Real-Time.

A single API call returns a composite port congestion score (0–100) and ML-predicted ETA adjustment for any of 120+ global ports — aggregating AIS tracking, port operations, weather, and trade flow data.

Why Supply Chain Intelligence?

Port congestion costs global trade $100B+ annually. One API. One score. Act before delays hit.

120+ Ports. Every 5 Minutes.
AIS vessel tracking at major global ports updated every 5 minutes — the most granular maritime intelligence available.
ML ETA Accuracy ±2 Hours
Gradient-boosted model trained on 3+ years of port throughput history to predict accurate vessel ETA adjustments.
Weather-Aware Routing
Storm, swell, and cyclone data fused with port status to flag weather-induced delays before they hit your shipments.
Trade Finance Risk Proxy
Congestion index doubles as a quantitative risk proxy for banks and insurers pricing cargo delivery risk.
Proprietary Model

How Our Scoring Works

5 global data sources → GlobMaps processing → Composite congestion score 0–100

#Input DatasetSourceUpdateGlobMaps ProcessingComponentWeightOutput Field
1AIS vessel position data🚢 MarineTrafficEvery 5 minVessel density clustering → port congestion index per berth zoneCongestion Index35%
congestion_index
2Port operations & berth data Port AuthoritiesReal-timeBerth occupancy rate + avg dwell time → availability scoreBerth Availability25%
berth_availability
3Ocean & atmospheric forecasts🌊 ERA5 / NOAAHourlyStorm & swell modeling → weather-induced delay probabilityWeather Delay Risk20%
weather_delay_risk
4Global trade flow indices📦 UN ComtradeMonthlyRelative trade volume vs 12-month baseline → demand pressure indexTrade Volume Index15%
trade_volume_index
5Customs clearance records📋 World Customs OrgDailyHistorical clearance durations → delay risk score per portClearance Delay5%
clearance_delay_score
Composite weighted sumAll sources aboveClamp to 0–100 → assign categoryFinal Score100%congestion_index

Output Object

Every API response contains these fields.

congestion_indexinteger
74
Port congestion score 0–100
risk_categorystring
"High"
Normal / Elevated / High / Critical
eta_adjustment_hrsfloat
18.5
ML-predicted ETA adjustment in hours
vessels_at_anchorinteger
23
Vessels waiting at anchor outside port
avg_dwell_time_daysfloat
4.2
Average vessel time in port (days)
berth_availabilityfloat
0.18
Fraction of berths currently available
weather_delay_riskfloat
0.31
Storm / swell disruption probability 0–1
trade_volume_indexfloat
1.12
Relative volume vs 12-month baseline
clearance_delay_scorefloat
0.27
Customs delay risk 0–1
active_disruptionsarray
[{type:"port_congestion",severity:"high"}]
Current active disruption events
port_statusstring
"congested"
"normal" | "congested" | "critical"
data_sourcesarray
["MarineTraffic","PAT","ERA5","UN Comtrade"]
Sources used in this computation

Risk Categories

congestion_index mapped to operational severity levels.

0–29
Normal
Typical operations. No significant delays.
30–59
Elevated
Minor congestion. Small ETA adjustments expected.
60–79
High
Significant delays. Plan for rerouting or rescheduling.
80–100
Critical
Major disruption. Immediate contingency action required.

Use Cases

Who uses Supply Chain Intelligence API.

🏭Importers & Exporters
Monitor port congestion at origin and destination to proactively adjust shipping schedules and avoid demurrage fees.
🚛Freight Forwarders
Deliver ML-backed ETA updates to clients in real time, and route cargo through lower-congestion alternative ports.
⚙️Manufacturers (JIT)
Quantify just-in-time supply risk days in advance so production lines can pre-schedule buffer stock or staggered deliveries.
🏦Banks & Trade Finance
Price trade finance products accurately using live congestion scores as a proxy for cargo delivery risk and counterparty exposure.

Quick Start

One request. Full port intelligence. ETA adjustment included.

GET /v1/supply-chain
curl -X GET \
  "https://api.globmaps.com/v1/supply-chain?port=THBKK&radius=50" \
  -H "X-API-Key: YOUR_API_KEY"

# Response
{
  "congestion_index": 74,
  "risk_category": "High",
  "eta_adjustment_hrs": 18.5,
  "vessels_at_anchor": 23,
  "avg_dwell_time_days": 4.2,
  "berth_availability": 0.18,
  "weather_delay_risk": 0.31,
  "trade_volume_index": 1.12,
  "clearance_delay_score": 0.27,
  "active_disruptions": [{ "type": "port_congestion", "severity": "high", "started": "2026-04-24T08:00Z" }],
  "port_status": "congested",
  "data_sources": ["MarineTraffic", "PAT", "ERA5", "UN Comtrade"]
}

See Every Port Disruption Coming

Get your API key and integrate supply chain intelligence into your platform in under 5 minutes.