UPDATE FREQ: 15 MIN|INTEL: ACTIVE|TARGET: GULF SHIPPING LANES

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

LOW
MODERATE
HIGH
CRITICAL

RESTRICTED INTEL

Authentication required to view live shipping and aviation disruption data feeds.

LAUNCHING SOON
ROUTESTATUSDELAYCOST ΔRISK
DXB → LHRDELAYED4H+12%42
JEBEL ALI → ROTTERDAM VIA CAPE OF GOOD HOPEREROUTED336H+85%68
BAHRAIN → JEBEL ALIBLOCKED88
DOH → JFKCLEAR0H0%12
FUJAIRAH → SINGAPORE STRAIT OF HORMUZDELAYED18H+34%56
SHUAIBA → ADEN BAB EL-MANDEBBLOCKED91

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

LIVE PREVIEW

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": [ ... ]
  }
}