Skip to main content
GET
/
api
/
supply-chain
/
v1
/
get-sector-dependency
GetSectorDependency
curl --request GET \
  --url https://api.example.com/api/supply-chain/v1/get-sector-dependency
{
  "iso2": "<string>",
  "hs2": "<string>",
  "hs2Label": "<string>",
  "flags": [],
  "primaryExporterIso2": "<string>",
  "primaryExporterShare": 123,
  "primaryChokepointId": "<string>",
  "primaryChokepointExposure": 123,
  "hasViableBypass": true,
  "fetchedAt": "<string>"
}

Query Parameters

iso2
string
hs2
string

HS2 chapter code, e.g. "27" (mineral fuels), "85" (electronics)

Response

Successful response

iso2
string
hs2
string
hs2Label
string

Human-readable HS2 chapter name.

flags
enum<string>[]

DependencyFlag classifies how a country+sector dependency can fail.

Available options:
DEPENDENCY_FLAG_UNSPECIFIED,
DEPENDENCY_FLAG_SINGLE_SOURCE_CRITICAL,
DEPENDENCY_FLAG_SINGLE_CORRIDOR_CRITICAL,
DEPENDENCY_FLAG_COMPOUND_RISK,
DEPENDENCY_FLAG_DIVERSIFIABLE
primaryExporterIso2
string

ISO2 of the country supplying the largest share of this sector's imports.

primaryExporterShare
number<double>

Share of imports from the primary exporter (0–1). 0 = no Comtrade data available.

primaryChokepointId
string

Chokepoint ID with the highest exposure score for this country+sector.

primaryChokepointExposure
number<double>

Exposure score for the primary chokepoint (0–100).

hasViableBypass
boolean

Whether at least one viable bypass corridor exists for the primary chokepoint.

fetchedAt
string