Skip to main content
GET
/
api
/
supply-chain
/
v1
/
get-country-chokepoint-index
GetCountryChokepointIndex
curl --request GET \
  --url https://api.example.com/api/supply-chain/v1/get-country-chokepoint-index
{
  "iso2": "<string>",
  "hs2": "<string>",
  "exposures": [
    {
      "chokepointId": "<string>",
      "chokepointName": "<string>",
      "exposureScore": 123,
      "coastSide": "<string>",
      "shockSupported": true
    }
  ],
  "primaryChokepointId": "<string>",
  "vulnerabilityIndex": 123,
  "fetchedAt": "<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

ISO 3166-1 alpha-2 country code (uppercase).

hs2
string

HS2 chapter (2-digit string). Defaults to "27" (energy/mineral fuels) when absent.

Response

Successful response

GetCountryChokepointIndexResponse returns exposure scores for all relevant chokepoints.

iso2
string

ISO 3166-1 alpha-2 country code echoed from the request.

hs2
string

HS2 chapter used for the computation.

exposures
object[]
primaryChokepointId
string

Canonical ID of the chokepoint with the highest exposure score.

vulnerabilityIndex
number<double>

Composite vulnerability index 0–100 (weighted sum of top-3 exposures).

fetchedAt
string

ISO timestamp of when this data was last seeded.