curl --request GET \
--url https://api.example.com/api/supply-chain/v1/get-chokepoint-status{
"chokepoints": [
{
"id": "<string>",
"name": "<string>",
"lat": 123,
"lon": 123,
"disruptionScore": 123,
"status": "<string>",
"activeWarnings": 123,
"congestionLevel": "<string>",
"affectedRoutes": [
"<string>"
],
"description": "<string>",
"aisDisruptions": 123,
"directions": [
"<string>"
],
"directionalDwt": [
{
"direction": "<string>",
"dwtThousandTonnes": 123,
"wowChangePct": 123
}
],
"transitSummary": {
"todayTotal": 123,
"todayTanker": 123,
"todayCargo": 123,
"todayOther": 123,
"wowChangePct": 123,
"history": [
{
"date": "<string>",
"tanker": 123,
"cargo": 123,
"other": 123,
"total": 123,
"container": 123,
"dryBulk": 123,
"generalCargo": 123,
"roro": 123,
"capContainer": 123,
"capDryBulk": 123,
"capGeneralCargo": 123,
"capRoro": 123,
"capTanker": 123
}
],
"riskLevel": "<string>",
"incidentCount7d": 123,
"disruptionPct": 123,
"riskSummary": "<string>",
"riskReportAction": "<string>",
"dataAvailable": true
},
"flowEstimate": {
"currentMbd": 123,
"baselineMbd": 123,
"flowRatio": 123,
"disrupted": true,
"source": "<string>",
"hazardAlertLevel": "<string>",
"hazardAlertName": "<string>"
},
"warRiskTier": "WAR_RISK_TIER_UNSPECIFIED"
}
],
"fetchedAt": "<string>",
"upstreamUnavailable": true
}curl --request GET \
--url https://api.example.com/api/supply-chain/v1/get-chokepoint-status{
"chokepoints": [
{
"id": "<string>",
"name": "<string>",
"lat": 123,
"lon": 123,
"disruptionScore": 123,
"status": "<string>",
"activeWarnings": 123,
"congestionLevel": "<string>",
"affectedRoutes": [
"<string>"
],
"description": "<string>",
"aisDisruptions": 123,
"directions": [
"<string>"
],
"directionalDwt": [
{
"direction": "<string>",
"dwtThousandTonnes": 123,
"wowChangePct": 123
}
],
"transitSummary": {
"todayTotal": 123,
"todayTanker": 123,
"todayCargo": 123,
"todayOther": 123,
"wowChangePct": 123,
"history": [
{
"date": "<string>",
"tanker": 123,
"cargo": 123,
"other": 123,
"total": 123,
"container": 123,
"dryBulk": 123,
"generalCargo": 123,
"roro": 123,
"capContainer": 123,
"capDryBulk": 123,
"capGeneralCargo": 123,
"capRoro": 123,
"capTanker": 123
}
],
"riskLevel": "<string>",
"incidentCount7d": 123,
"disruptionPct": 123,
"riskSummary": "<string>",
"riskReportAction": "<string>",
"dataAvailable": true
},
"flowEstimate": {
"currentMbd": 123,
"baselineMbd": 123,
"flowRatio": 123,
"disrupted": true,
"source": "<string>",
"hazardAlertLevel": "<string>",
"hazardAlertName": "<string>"
},
"warRiskTier": "WAR_RISK_TIER_UNSPECIFIED"
}
],
"fetchedAt": "<string>",
"upstreamUnavailable": true
}Documentation Index
Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?