Path parameters
-
Country code
GET /riskscores/country/{code}/
curl \
-X GET https://app.countryrisk.io/api/v1/riskscores/country/aut/ \
-H "Authorization: $API_KEY"
Response examples (200)
{
"name": "Sweden",
"code": "SWE",
"riskscores": [
{
"timestamp": "2021-12-31",
"model": "sovereign",
"score": 11.12,
"riskClassificationCategorical": "Very Low"
},
{
"timestamp": "2021-12-31",
"model": "esg",
"score": 11.71,
"riskClassificationCategorical": "Very Low"
},
{
"timestamp": "2021-11-19",
"model": "aml",
"score": 3.98,
"riskClassificationCategorical": "Very Low"
},
{
"timestamp": "2021-08-31",
"model": "sdg",
"score": 85.61,
"riskClassificationCategorical": "Very low"
},
{
"timestamp": "2022-04-10",
"model": "supplychainrisk",
"score": 4.82,
"riskClassificationCategorical": "Very low"
}
]
}
Response examples (200)
{
"name": "string",
"code": "string",
"riskscores": [
{
"model": "aml",
"riskClassificationCategorical": "Very Low",
"timestamp": "2024-05-04",
"score": 42.0
}
]
}