Skip to main content
GET
/
api
/
supply-chain
/
v1
/
get-multi-sector-cost-shock
GetMultiSectorCostShock
curl --request GET \
  --url https://api.example.com/api/supply-chain/v1/get-multi-sector-cost-shock
{
  "iso2": "<string>",
  "chokepointId": "<string>",
  "closureDays": 123,
  "warRiskTier": "WAR_RISK_TIER_UNSPECIFIED",
  "sectors": [
    {
      "hs2": "<string>",
      "hs2Label": "<string>",
      "importValueAnnual": 123,
      "freightAddedPctPerTon": 123,
      "warRiskPremiumBps": 123,
      "addedTransitDays": 123,
      "totalCostShockPerDay": 123,
      "totalCostShock30Days": 123,
      "totalCostShock90Days": 123,
      "totalCostShock": 123,
      "closureDays": 123
    }
  ],
  "totalAddedCost": 123,
  "fetchedAt": "<string>",
  "unavailableReason": "<string>"
}

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.

Query Parameters

iso2
string
chokepointId
string
closureDays
integer<int32>

Closure-window duration in days. Server clamps to [1, 365]. Defaults to 30.

Response

Successful response

iso2
string
chokepointId
string
closureDays
integer<int32>

Server-clamped closure-window duration in days (1-365).

warRiskTier
enum<string>

War risk tier derived from Lloyd's JWC Listed Areas + OSINT threat classification. This is a FREE field (no PRO gate) — it exposes the existing server-internal threatLevel from ChokepointConfig, making it available to clients for badges and bypass corridor scoring.

Available options:
WAR_RISK_TIER_UNSPECIFIED,
WAR_RISK_TIER_NORMAL,
WAR_RISK_TIER_ELEVATED,
WAR_RISK_TIER_HIGH,
WAR_RISK_TIER_CRITICAL,
WAR_RISK_TIER_WAR_ZONE
sectors
object[]
totalAddedCost
number<double>

Sum of total_cost_shock across all sectors.

fetchedAt
string
unavailableReason
string

Populated when no seeded import data is available for the country.