Skip to main content
GET
GetCountryRisk

Authorizations

X-WorldMonitor-Key
string
header
required

User-issued WorldMonitor API key.

Query Parameters

country_code
string
required

ISO 3166-1 alpha-2 country code.

Pattern: ^[A-Z]{2}$
jmespath
string

Optional JMESPath expression applied server-side to project or reduce the JSON response before it is returned (mirrors the MCP jmespath argument). Invalid expressions, expressions larger than 1024 UTF-8 bytes, or projections that exceed the 256 KB output cap return HTTP 400 with a {_jmespath_error, original_keys} envelope. Grammar and worked examples: https://www.worldmonitor.app/docs/mcp-jmespath.

Response

Successful response

GetCountryRiskResponse contains composite risk intelligence for a specific country.

countryCode
string

ISO 3166-1 alpha-2 country code.

countryName
string

Country name.

cii
object

CiiScore represents a Composite Instability Index score for a region or country.

advisoryLevel
string

Travel advisory level from government sources (e.g. "do-not-travel", "reconsider", "caution"). Empty if none.

sanctionsActive
boolean

Whether this country has active OFAC sanctions designations.

sanctionsCount
integer<int32>

Count of sanctioned entities associated with this country.

fetchedAt
integer<int64>

Data freshness timestamp derived from CII computedAt, as Unix epoch milliseconds. 0 means the CII computation time is unknown, including no CII score for this country. Warning: Values > 2^53 may lose precision in JavaScript

upstreamUnavailable
boolean

True when all upstream Redis keys were unavailable. Signals CDN cache bypass.