v1
latestOpenAPI 3.1.02026-07-13637.7 KBList all countries
Returns all 218 countries with metadata (name, region, income level, capital city, coordinates).
get/api/v1/countries
Response
List of countries
Example response
{
"data": [
{
"id": "USA",
"name": "United States",
"region": "North America",
"incomeLevel": "High income",
"capitalCity": "Washington D.C.",
"iso2": "US"
}
]
}