โ† Rahoitus ja valuutta

Listaa maat

GET /countries

Hae all 49 countries supported by the currency system, each with their ISO country code, full name, official currency code, geographic region, and flag emoji. Valinnaisesti filter by region (e.g., Europe, Asia). Hyรถdyllinen building country selectors in currency apps, mapping which countries use which currencies, and populating geo-filtered dropdowns.

Parametrit

region valinnainen

Filter by region

Esimerkkipyynnรถt

Peruskรคyttรถ
curl https://nordapi.ee/api/v1/countries
All countries (no filter)
curl "https://nordapi.ee/api/v1/countries"
European countries only
curl "https://nordapi.ee/api/v1/countries?region=Europe"
Asian countries only
curl "https://nordapi.ee/api/v1/countries?region=Asia"

Reaaliaikainen vastaus

{
  "count": 49,
  "data": [
    {
      "code": "AU",
      "currency": "AUD",
      "flag": "๐Ÿ‡ฆ๐Ÿ‡บ",
      "name": "Australia",
      "region": "Asia-Pacific"
    },
    {
      "code": "AT",
      "currency": "EUR",
      "flag": "๐Ÿ‡ฆ๐Ÿ‡น",
      "name": "Austria",
      "region": "Europe"
    },
    {
      "code": "BE",
      "currency": "EUR",
      "flag": "๐Ÿ‡ง๐Ÿ‡ช",
      "name": "Belgium",
      "region": "Europe"
    },
    {
      "code": "BR",
      "currency": "BRL",
      "flag": "๐Ÿ‡ง๐Ÿ‡ท",
      "name": "Brazil",
      "region": "Americas"
    },
    {
      "code": "CA",
      "currency": "CAD",
      "flag": "๐Ÿ‡จ๐Ÿ‡ฆ",
      "name": "Canada",
      "region": "Americas"
    },
    {
      "code": "CN",
      "currency": "CNY",
      "flag": "๐Ÿ‡จ๐Ÿ‡ณ",
      "name": "China",
      "region": "Asia-Pacific"
    },
    {
      "code": "HR",
      "currency": "EUR",
      "flag": "๐Ÿ‡ญ๐Ÿ‡ท",
      "name": "Croatia",
      "region": "Europe"
    },
    {
      "code": "CY",
      "currency": "EUR",
      "flag": "๐Ÿ‡จ๐Ÿ‡พ",
      "name": "Cyprus",
      "region": "Europe"
    },
    {
      "code": "CZ",
      "currency": "CZK",
      "flag": "๐Ÿ‡จ๐Ÿ‡ฟ",
      "name": "Czech Republic",
      "region": "Europe"
    },
    {
      "code": "DK",
      "currency": "DKK",
      "flag": "๐Ÿ‡ฉ๐Ÿ‡ฐ",
      "name": "Denmark",
      "region": "Europe"
    },
    {
      "code": "EE",
      "currency": "EUR",
      "flag": "๐Ÿ‡ช๐Ÿ‡ช",
      "name": "Estonia",
      "region": "Europe"
    },
    {
      "code": "FI",
      "currency": "EUR",
      "flag": "๐Ÿ‡ซ๐Ÿ‡ฎ",
      "name": "Finland",
      "region": "Europe"
    },
    {
      "code": "FR",
      "currency": "EUR",
      "flag": "๐Ÿ‡ซ๐Ÿ‡ท",
      "name": "France",
      "region": "Europe"
    },
    {
      "code": "DE",
      "currency": "EUR",
      "flag": "๐Ÿ‡ฉ๐Ÿ‡ช",
      "name": "Germany",
      "region": "Europe"
    },
    {
      "code": "GR",
      "currency": "EUR",
      "flag": "๐Ÿ‡ฌ๐Ÿ‡ท",
      "name": "Greece",
      "region": "Europe"
    },
    {
      "code": "HK",
      "currency": "HKD",
      "flag": "๐Ÿ‡ญ๐Ÿ‡ฐ",
      "name": "Hong Kong",
      "region": "Asia-Pacific"
    },
    {
      "code": "HU",
      "currency": "HUF",
      "flag": "๐Ÿ‡ญ๐Ÿ‡บ",
      "name": "Hungary",
      "region": "Europe"
    },
    {
      "code": "IS",
      "currency": "ISK",
      "flag": "๐Ÿ‡ฎ๐Ÿ‡ธ",
      "name": "Iceland",
      "region": "Europe"
    },
    {
      "code": "IN",
      "currency": "INR",
      "flag": "๐Ÿ‡ฎ๐Ÿ‡ณ",
      "name": "India",
      "region": "Asia-Pacific"
    },
    {
      "code": "ID",
      "currency": "IDR",
      "flag": "๐Ÿ‡ฎ๐Ÿ‡ฉ",
      "name": "Indonesia",
      "region": "Asia-Pacific"
    },
    {
      "code": "IE",
      "currency": "EUR",
      "flag": "๐Ÿ‡ฎ๐Ÿ‡ช",
      "name": "Ireland",
      "region": "Europe"
    },
    {
      "code": "IL",
      "currency": "ILS",
      "flag": "๐Ÿ‡ฎ๐Ÿ‡ฑ",
      "name": "Israel",
      "region": "Middle East"
    },
    {
      "code": "IT",
      "currency": "EUR",
      "flag": "๐Ÿ‡ฎ๐Ÿ‡น",
      "name": "Italy",
      "region": "Europe"
    },
    {
      "code": "JP",
      "currency": "JPY",
      "flag": "๐Ÿ‡ฏ๐Ÿ‡ต",
      "name": "Japan",
      "region": "Asia-Pacific"
    },
    {
      "code": "LV",
      "currency": "EUR",
      "flag": "๐Ÿ‡ฑ๐Ÿ‡ป",
      "name": "Latvia",
      "region": "Europe"
    },
    {
      "code": "LT",
      "currency": "EUR",
      "flag": "๐Ÿ‡ฑ๐Ÿ‡น",
      "name": "Lithuania",
      "region": "Europe"
    },
    {
      "code": "LU",
      "currency": "EUR",
      "flag": "๐Ÿ‡ฑ๐Ÿ‡บ",
      "name": "Luxembourg",
      "region": "Europe"
    },
    {
      "code": "MY",
      "currency": "MYR",
      "flag": "๐Ÿ‡ฒ๐Ÿ‡พ",
      "name": "Malaysia",
      "region": "Asia-Pacific"
    },
    {
      "code": "MT",
      "currency": "EUR",
      "flag": "๐Ÿ‡ฒ๐Ÿ‡น",
      "name": "Malta",
      "region": "Europe"
    },
    {
      "code": "MX",
      "currency": "MXN",
      "flag": "๐Ÿ‡ฒ๐Ÿ‡ฝ",
      "name": "Mexico",
      "region": "Americas"
    },
    {
      "code": "NL",
      "currency": "EUR",
      "flag": "๐Ÿ‡ณ๐Ÿ‡ฑ",
      "name": "Netherlands",
      "region": "Europe"
    },
    {
      "code": "NZ",
      "currency": "NZD",
      "flag": "๐Ÿ‡ณ๐Ÿ‡ฟ",
      "name": "New Zealand",
      "region": "Asia-Pacific"
    },
    {
      "code": "NO",
      "currency": "NOK",
      "flag": "๐Ÿ‡ณ๐Ÿ‡ด",
      "name": "Norway",
      "region": "Europe"
    },
    {
      "code": "PH",
      "currency": "PHP",
      "flag": "๐Ÿ‡ต๐Ÿ‡ญ",
      "name": "Philippines",
      "region": "Asia-Pacific"
    },
    {
      "code": "PL",
      "currency": "PLN",
      "flag": "๐Ÿ‡ต๐Ÿ‡ฑ",
      "name": "Poland",
      "region": "Europe"
    },
    {
      "code": "PT",
      "currency": "EUR",
      "flag": "๐Ÿ‡ต๐Ÿ‡น",
      "name": "Portugal",
      "region": "Europe"
    },
    {
      "code": "RO",
      "currency": "RON",
      "flag": "๐Ÿ‡ท๐Ÿ‡ด",
      "name": "Romania",
      "region": "Europe"
    },
    {
      "code": "SG",
      "currency": "SGD",
      "flag": "๐Ÿ‡ธ๐Ÿ‡ฌ",
      "name": "Singapore",
      "region": "Asia-Pacific"
    },
    {
      "code": "SK",
      "currency": "EUR",
      "flag": "๐Ÿ‡ธ๐Ÿ‡ฐ",
      "name": "Slovakia",
      "region": "Europe"
    },
    {
      "code": "SI",
      "currency": "EUR",
      "flag": "๐Ÿ‡ธ๐Ÿ‡ฎ",
      "name": "Slovenia",
      "region": "Europe"
    },
    {
      "code": "ZA",
      "currency": "ZAR",
      "flag": "๐Ÿ‡ฟ๐Ÿ‡ฆ",
      "name": "South Africa",
      "region": "Africa"
    },
    {
      "code": "KR",
      "currency": "KRW",
      "flag": "๐Ÿ‡ฐ๐Ÿ‡ท",
      "name": "South Korea",
      "region": "Asia-Pacific"
    },
    {
      "code": "ES",
      "currency": "EUR",
      "flag": "๐Ÿ‡ช๐Ÿ‡ธ",
      "name": "Spain",
      "region": "Europe"
    },
    {
      "code": "SE",
      "currency": "SEK",
      "flag": "๐Ÿ‡ธ๐Ÿ‡ช",
      "name": "Sweden",
      "region": "Europe"
    },
    {
      "code": "CH",
      "currency": "CHF",
      "flag": "๐Ÿ‡จ๐Ÿ‡ญ",
      "name": "Switzerland",
      "region": "Europe"
    },
    {
      "code": "TH",
      "currency": "THB",
      "flag": "๐Ÿ‡น๐Ÿ‡ญ",
      "name": "Thailand",
      "region": "Asia-Pacific"
    },
    {
      "code": "TR",
      "currency": "TRY",
      "flag": "๐Ÿ‡น๐Ÿ‡ท",
      "name": "Turkey",
      "region": "Middle East"
    },
    {
      "code": "GB",
      "currency": "GBP",
      "flag": "๐Ÿ‡ฌ๐Ÿ‡ง",
      "name": "United Kingdom",
      "region": "Europe"
    },
    {
      "code": "US",
      "currency": "USD",
      "flag": "๐Ÿ‡บ๐Ÿ‡ธ",
      "name": "United States",
      "region": "Americas"
    }
  ],
  "success": true
}

Esimerkkivastaus

{"success":true,"data":[{"code":"NO","name":"Norway","currency":"NOK","region":"Europe","flag":"\u{1f1f3}\u{1f1f4}"}],"count":49}