v1

OpenAPI 3.1.02026-07-13637.7 KB

Get 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"
  }
}