Countries
Get full snapshot for one country
Returns the full Warnely country record: composite score with component breakdown, government advisories, drug-law tier, LGBTQ+ legal and social status, women's-safety rating, Global Peace Index rank, and quick facts.
get/countries/{iso}
Path parameters
isostring required
ISO 3166-1 alpha-2 country code (uppercase, two letters).
Response
Full country snapshot.
Example response
{
"licence": "CC BY 4.0",
"attribution": "Warnely",
"country": {
"iso2": "TH",
"iso3": "THA",
"name": "Thailand",
"region": "Asia",
"risk_score": 38,
"risk_tier": "Exercise Increased Caution",
"flag": "🇹🇭"
}
}