Developer Platform
EAGLE Intelligence Maritime Risk API
Live maritime risk data for the world's strategic chokepoints — as JSON and RSS. Built for brokers, P&I clubs, charterers, fleet operations teams and risk dashboards. No key required to start, CORS-enabled, attribution-only.
Quick start
Every endpoint is a plain HTTP GET — no authentication, no SDK. The base URL is https://eagleintelmari.com. The JSON endpoints are CORS-enabled (Access-Control-Allow-Origin: *), so you can call them directly from a browser; the RSS feed is best consumed from a feed reader or server-side.
curl https://eagleintelmari.com/api/hormuz-status
# from JavaScript
const res = await fetch("https://eagleintelmari.com/api/chokepoint-status");
const data = await res.json();Endpoints
/api/hormuz-statusapplication/jsonStrait of Hormuz live status
The current Eagle Risk Index for the Strait of Hormuz: status tier, crisis-day counter, 24h and 7-day signal counts, and the latest HIGH-severity headline. Derived from the live wire and refreshed continuously.
{
"situation": "strait-of-hormuz",
"name": "Strait of Hormuz Crisis",
"status": "SEVERE",
"statusNote": "Severe operational restrictions since 28 February 2026 ...",
"crisisDay": 107,
"signalsLast24h": 71,
"highAlertsLast24h": 1,
"signalsLast7d": 885,
"latestHighHeadline": "Rubio Defends Hormuz Enforcement After India Protests Seafarer Deaths",
"lastUpdated": "2026-06-14T17:12:09.000Z",
"situationUrl": "https://eagleintelmari.com/situation/strait-of-hormuz",
"attribution": "Eagle Intelligence — eagleintelmari.com",
"embedBadge": "https://eagleintelmari.com/embed/hormuz-status"
}Try it live →/api/chokepoint-statusapplication/jsonGlobal chokepoint status
Live risk status for all six monitored maritime chokepoints — Hormuz, Suez, Bab el-Mandeb, Panama, Malacca and Bosphorus — in a single response. Each entry carries its status tier, signal counts and latest HIGH headline. The JSON sample below is abridged to one of the six entries.
{
"source": "Eagle Intelligence",
"url": "https://eagleintelmari.com",
"count": 6,
"chokepoints": [
{
"chokepoint": "strait-of-hormuz",
"name": "Strait of Hormuz",
"status": "SEVERE",
"signalsLast24h": 71,
"highAlertsLast24h": 1,
"signalsLast7d": 885,
"latestHighHeadline": "Rubio Defends Hormuz Enforcement ...",
"lastUpdated": "2026-06-14T17:12:09.000Z",
"pageUrl": "https://eagleintelmari.com/chokepoint/strait-of-hormuz"
}
]
}Try it live →/alerts.xmlapplication/rss+xmlHIGH-severity alert feed
An RSS 2.0 feed of HIGH-severity maritime wire alerts — attacks, seizures, closures and casualties as they break. Drop it into any reader, Slack/Teams RSS connector, or ops dashboard for a real-time push channel.
<rss version="2.0">
<channel>
<title>EAGLE Intelligence — HIGH Maritime Alerts</title>
<link>https://eagleintelmari.com/wire</link>
<item>
<title>EAGLE ALERT: Tanker Attack Raises New Questions ...</title>
<link>https://eagleintelmari.com/news/tanker-attack-...</link>
<pubDate>Sat, 13 Jun 2026 16:02:39 GMT</pubDate>
<category>war-risk</category>
</item>
<!-- ... -->
</channel>
</rss>Try it live →Usage & licensing
- Free to use. No key required for the public endpoints above.
- Attribution required. Credit “EAGLE Intelligence” with a link back to eagleintelmari.com wherever the data is displayed. Data is provided under CC BY 4.0.
- Fair use. Please keep automated polling to once per minute or slower — status values refresh on that order. Need higher volume, an SLA, webhooks, or historical data? Those are available on a commercial tier.
- Informational only. Not a substitute for official advisories from UKMTO, MSCHOA, IMO or flag-state authorities.
Building something with maritime risk data?
Tell us what you are building. Commercial and high-volume tiers — metered access, webhooks, an SLA, and the historical incident dataset — are available on request.
Request API access