GULF FREIGHT
REROUTE & RISK
INTELLIGENCE
Automated disruption monitoring for Strait of Hormuz, Red Sea, Bab el-Mandeb, and Gulf shipping lanes. Blocked routes, delay estimates, cost-per-TEU impact, alternative route analysis via REST API.
LIVE FEED SAMPLE
ROUTE DISRUPTION DATA
RESTRICTED INTEL
Authentication required to view live shipping and aviation disruption data feeds.
| ROUTE | STATUS | DELAY | COST Δ | RISK |
|---|---|---|---|---|
| DXB → LHR | DELAYED | 4H | +12% | 42 |
| JEBEL ALI → ROTTERDAM VIA CAPE OF GOOD HOPE | REROUTED | 336H | +85% | 68 |
| BAHRAIN → JEBEL ALI | BLOCKED | — | — | 88 |
| DOH → JFK | CLEAR | 0H | 0% | 12 |
| FUJAIRAH → SINGAPORE STRAIT OF HORMUZ | DELAYED | 18H | +34% | 56 |
| SHUAIBA → ADEN BAB EL-MANDEB | BLOCKED | — | — | 91 |
ROUTES MONITORED
150+
UPDATE INTERVAL
15m
RISK CATEGORIES
4
COST TRACKING
LIVE
DISRUPTION DETECTION
Automated parsing of aviation and marine feeds. Route status classification: blocked, delayed, rerouted, clear.
COST-PER-TEU IMPACT
Real-time cost differential between standard and alternative routes. Percentage increase calculations per affected lane.
RISK SCORING
0-100 risk index per route based on disruption severity, congestion data, and geopolitical signals.
PROGRAMMATIC ACCESS
REST API INTELLIGENCE
Single endpoint. Clean JSON. Pre-parsed intelligence based on live MarineTraffic and AviationStack feeds. Zero AI costs on your side. Simple Bearer token auth.
$49
48-HOUR PASS
$199/mo
MONTHLY PLAN
EXAMPLE REQUEST
$ curl -s \
https://api.gulfreroute.com/v1/freight \
-H "Authorization: Bearer gf_production_key"
{
"success": true,
"timestamp": "2026-10-24T08:15:00Z",
"data": {
"overallRiskLevel": "critical",
"totalBlockedRoutes": 3,
"totalDelayedRoutes": 7,
"avgCostIncreasePct": 42.5,
"summary": "Strait of Hormuz congestion critically elevating TEU costs.",
"routes": [ ... ]
}
}