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>"
}

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: top1 * 0.5 + top2 * 0.3 + top3 * 0.2.

fetchedAt
string

ISO timestamp of when this data was last seeded.