v1

latestOpenAPI 3.1.02026-07-13637.7 KB

List all countries

Returns all 218 countries with metadata (name, region, income level, capital city, coordinates).

get/api/v1/countries

Response

List of countries

countinteger

Example response

{
  "data": [
    {
      "id": "USA",
      "name": "United States",
      "region": "North America",
      "incomeLevel": "High income",
      "capitalCity": "Washington D.C.",
      "iso2": "US"
    }
  ]
}
All 6 operations