v2
latestOpenAPI 3.1.02026-08-04637.7 KBGet country details
Returns a single country with all latest indicator values.
get/api/v1/countries/{id}
Path parameters
idstring required
Example:USA
ISO 3166-1 alpha-3 country code (e.g., USA, CAN, GBR)
Response
Country with indicators
Example response
{
"country": {
"id": "USA",
"name": "United States",
"region": "North America",
"incomeLevel": "High income",
"capitalCity": "Washington D.C.",
"iso2": "US"
}
}