← Geo & Weather

Countries by Region

GET /countrydata/region/:region

Get all countries within a geographic region (e.g., Europe, Asia, Africa, Americas, Oceania). Returns full country profiles for each nation in the region. Useful for building region-filtered views, geographic analysis tools, and educational apps that explore the world by continent.

Parameters

region required

Region name

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/countrydata/region/europe
All European countries
curl https://nordapi.ee/api/v1/countrydata/region/europe
All Asian countries
curl https://nordapi.ee/api/v1/countrydata/region/asia
All African countries
curl https://nordapi.ee/api/v1/countrydata/region/africa

Live Response

{
  "count": 53,
  "data": [
    {
      "area_km2": 28748.0,
      "borders": [
        "MNE",
        "GRC",
        "MKD",
        "UNK"
      ],
      "capital": "Tirana",
      "code": "AL",
      "code_alpha3": "ALB",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "ALL": {
          "name": "Albanian lek",
          "symbol": "L"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/al.png",
      "flag_svg": "https://flagcdn.com/al.svg",
      "languages": {
        "sqi": "Albanian"
      },
      "latitude": 41.0,
      "longitude": 20.0,
      "name": "Albania",
      "official_name": "Republic of Albania",
      "population": 2363314,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southeast Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 468.0,
      "borders": [
        "FRA",
        "ESP"
      ],
      "capital": "Andorra la Vella",
      "code": "AD",
      "code_alpha3": "AND",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/ad.png",
      "flag_svg": "https://flagcdn.com/ad.svg",
      "languages": {
        "cat": "Catalan"
      },
      "latitude": 42.5,
      "longitude": 1.5,
      "name": "Andorra",
      "official_name": "Principality of Andorra",
      "population": 88406,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southern Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 83871.0,
      "borders": [
        "CZE",
        "DEU",
        "HUN",
        "ITA",
        "LIE",
        "SVK",
        "SVN",
        "CHE"
      ],
      "capital": "Vienna",
      "code": "AT",
      "code_alpha3": "AUT",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/at.png",
      "flag_svg": "https://flagcdn.com/at.svg",
      "languages": {
        "deu": "German"
      },
      "latitude": 47.33333333,
      "longitude": 13.33333333,
      "name": "Austria",
      "official_name": "Republic of Austria",
      "population": 9200931,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Central Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 2.076e5,
      "borders": [
        "LVA",
        "LTU",
        "POL",
        "RUS",
        "UKR"
      ],
      "capital": "Minsk",
      "code": "BY",
      "code_alpha3": "BLR",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "BYN": {
          "name": "Belarusian ruble",
          "symbol": "Br"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/by.png",
      "flag_svg": "https://flagcdn.com/by.svg",
      "languages": {
        "bel": "Belarusian",
        "rus": "Russian"
      },
      "latitude": 53.0,
      "longitude": 28.0,
      "name": "Belarus",
      "official_name": "Republic of Belarus",
      "population": 9109280,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Eastern Europe",
      "timezones": [
        "UTC+03:00"
      ]
    },
    {
      "area_km2": 30528.0,
      "borders": [
        "FRA",
        "DEU",
        "LUX",
        "NLD"
      ],
      "capital": "Brussels",
      "code": "BE",
      "code_alpha3": "BEL",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/be.png",
      "flag_svg": "https://flagcdn.com/be.svg",
      "languages": {
        "deu": "German",
        "fra": "French",
        "nld": "Dutch"
      },
      "latitude": 50.83333333,
      "longitude": 4.0,
      "name": "Belgium",
      "official_name": "Kingdom of Belgium",
      "population": 11825551,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Western Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 51209.0,
      "borders": [
        "HRV",
        "MNE",
        "SRB"
      ],
      "capital": "Sarajevo",
      "code": "BA",
      "code_alpha3": "BIH",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "BAM": {
          "name": "Bosnia and Herzegovina convertible mark",
          "symbol": "KM"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/ba.png",
      "flag_svg": "https://flagcdn.com/ba.svg",
      "languages": {
        "bos": "Bosnian",
        "hrv": "Croatian",
        "srp": "Serbian"
      },
      "latitude": 44.0,
      "longitude": 18.0,
      "name": "Bosnia and Herzegovina",
      "official_name": "Bosnia and Herzegovina",
      "population": 3422000,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southeast Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 110879.0,
      "borders": [
        "GRC",
        "MKD",
        "ROU",
        "SRB",
        "TUR"
      ],
      "capital": "Sofia",
      "code": "BG",
      "code_alpha3": "BGR",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "BGN": {
          "name": "Bulgarian lev",
          "symbol": "лв"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/bg.png",
      "flag_svg": "https://flagcdn.com/bg.svg",
      "languages": {
        "bul": "Bulgarian"
      },
      "latitude": 43.0,
      "longitude": 25.0,
      "name": "Bulgaria",
      "official_name": "Republic of Bulgaria",
      "population": 6437360,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southeast Europe",
      "timezones": [
        "UTC+02:00"
      ]
    },
    {
      "area_km2": 56594.0,
      "borders": [
        "BIH",
        "HUN",
        "MNE",
        "SRB",
        "SVN"
      ],
      "capital": "Zagreb",
      "code": "HR",
      "code_alpha3": "HRV",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/hr.png",
      "flag_svg": "https://flagcdn.com/hr.svg",
      "languages": {
        "hrv": "Croatian"
      },
      "latitude": 45.16666666,
      "longitude": 15.5,
      "name": "Croatia",
      "official_name": "Republic of Croatia",
      "population": 3866233,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southeast Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 9251.0,
      "borders": null,
      "capital": "Nicosia",
      "code": "CY",
      "code_alpha3": "CYP",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "left",
      "flag_png": "https://flagcdn.com/w320/cy.png",
      "flag_svg": "https://flagcdn.com/cy.svg",
      "languages": {
        "ell": "Greek",
        "tur": "Turkish"
      },
      "latitude": 35.0,
      "longitude": 33.0,
      "name": "Cyprus",
      "official_name": "Republic of Cyprus",
      "population": 1442614,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southern Europe",
      "timezones": [
        "UTC+02:00"
      ]
    },
    {
      "area_km2": 78865.0,
      "borders": [
        "AUT",
        "DEU",
        "POL",
        "SVK"
      ],
      "capital": "Prague",
      "code": "CZ",
      "code_alpha3": "CZE",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "CZK": {
          "name": "Czech koruna",
          "symbol": "Kč"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/cz.png",
      "flag_svg": "https://flagcdn.com/cz.svg",
      "languages": {
        "ces": "Czech",
        "slk": "Slovak"
      },
      "latitude": 49.75,
      "longitude": 15.5,
      "name": "Czechia",
      "official_name": "Czech Republic",
      "population": 10882341,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Central Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 43094.0,
      "borders": [
        "DEU"
      ],
      "capital": "Copenhagen",
      "code": "DK",
      "code_alpha3": "DNK",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "DKK": {
          "name": "Danish krone",
          "symbol": "kr"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/dk.png",
      "flag_svg": "https://flagcdn.com/dk.svg",
      "languages": {
        "dan": "Danish"
      },
      "latitude": 56.0,
      "longitude": 10.0,
      "name": "Denmark",
      "official_name": "Kingdom of Denmark",
      "population": 6011488,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Northern Europe",
      "timezones": [
        "UTC-04:00",
        "UTC-03:00",
        "UTC-01:00",
        "UTC",
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 45227.0,
      "borders": [
        "LVA",
        "RUS"
      ],
      "capital": "Tallinn",
      "code": "EE",
      "code_alpha3": "EST",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/ee.png",
      "flag_svg": "https://flagcdn.com/ee.svg",
      "languages": {
        "est": "Estonian"
      },
      "latitude": 59.0,
      "longitude": 26.0,
      "name": "Estonia",
      "official_name": "Republic of Estonia",
      "population": 1369995,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Northern Europe",
      "timezones": [
        "UTC+02:00"
      ]
    },
    {
      "area_km2": 1393.0,
      "borders": null,
      "capital": "Tórshavn",
      "code": "FO",
      "code_alpha3": "FRO",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "DKK": {
          "name": "Danish krone",
          "symbol": "kr"
        },
        "FOK": {
          "name": "Faroese króna",
          "symbol": "kr"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/fo.png",
      "flag_svg": "https://flagcdn.com/fo.svg",
      "languages": {
        "dan": "Danish",
        "fao": "Faroese"
      },
      "latitude": 62.0,
      "longitude": -7.0,
      "name": "Faroe Islands",
      "official_name": "Faroe Islands",
      "population": 54885,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Northern Europe",
      "timezones": [
        "UTC+00:00"
      ]
    },
    {
      "area_km2": 338455.0,
      "borders": [
        "NOR",
        "SWE",
        "RUS"
      ],
      "capital": "Helsinki",
      "code": "FI",
      "code_alpha3": "FIN",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/fi.png",
      "flag_svg": "https://flagcdn.com/fi.svg",
      "languages": {
        "fin": "Finnish",
        "swe": "Swedish"
      },
      "latitude": 64.0,
      "longitude": 26.0,
      "name": "Finland",
      "official_name": "Republic of Finland",
      "population": 5650325,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Northern Europe",
      "timezones": [
        "UTC+02:00"
      ]
    },
    {
      "area_km2": 543908.0,
      "borders": [
        "AND",
        "BEL",
        "DEU",
        "ITA",
        "LUX",
        "MCO",
        "ESP",
        "CHE"
      ],
      "capital": "Paris",
      "code": "FR",
      "code_alpha3": "FRA",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/fr.png",
      "flag_svg": "https://flagcdn.com/fr.svg",
      "languages": {
        "fra": "French"
      },
      "latitude": 46.0,
      "longitude": 2.0,
      "name": "France",
      "official_name": "French Republic",
      "population": 66351959,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Western Europe",
      "timezones": [
        "UTC-10:00",
        "UTC-09:30",
        "UTC-09:00",
        "UTC-08:00",
        "UTC-04:00",
        "UTC-03:00",
        "UTC+01:00",
        "UTC+02:00",
        "UTC+03:00",
        "UTC+04:00",
        "UTC+05:00",
        "UTC+10:00",
        "UTC+11:00",
        "UTC+12:00"
      ]
    },
    {
      "area_km2": 357114.0,
      "borders": [
        "AUT",
        "BEL",
        "CZE",
        "DNK",
        "FRA",
        "LUX",
        "NLD",
        "POL",
        "CHE"
      ],
      "capital": "Berlin",
      "code": "DE",
      "code_alpha3": "DEU",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/de.png",
      "flag_svg": "https://flagcdn.com/de.svg",
      "languages": {
        "deu": "German"
      },
      "latitude": 51.0,
      "longitude": 9.0,
      "name": "Germany",
      "official_name": "Federal Republic of Germany",
      "population": 83491249,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Western Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 6.0,
      "borders": [
        "ESP"
      ],
      "capital": "Gibraltar",
      "code": "GI",
      "code_alpha3": "GIB",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "GIP": {
          "name": "Gibraltar pound",
          "symbol": "£"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/gi.png",
      "flag_svg": "https://flagcdn.com/gi.svg",
      "languages": {
        "eng": "English"
      },
      "latitude": 36.13333333,
      "longitude": -5.35,
      "name": "Gibraltar",
      "official_name": "Gibraltar",
      "population": 38000,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southern Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 131990.0,
      "borders": [
        "ALB",
        "BGR",
        "TUR",
        "MKD"
      ],
      "capital": "Athens",
      "code": "GR",
      "code_alpha3": "GRC",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/gr.png",
      "flag_svg": "https://flagcdn.com/gr.svg",
      "languages": {
        "ell": "Greek"
      },
      "latitude": 39.0,
      "longitude": 22.0,
      "name": "Greece",
      "official_name": "Hellenic Republic",
      "population": 10400720,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southern Europe",
      "timezones": [
        "UTC+02:00"
      ]
    },
    {
      "area_km2": 78.0,
      "borders": null,
      "capital": "St. Peter Port",
      "code": "GG",
      "code_alpha3": "GGY",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "GBP": {
          "name": "British pound",
          "symbol": "£"
        },
        "GGP": {
          "name": "Guernsey pound",
          "symbol": "£"
        }
      },
      "drives_on": "left",
      "flag_png": "https://flagcdn.com/w320/gg.png",
      "flag_svg": "https://flagcdn.com/gg.svg",
      "languages": {
        "eng": "English",
        "fra": "French",
        "nfr": "Guernésiais"
      },
      "latitude": 49.46666666,
      "longitude": -2.58333333,
      "name": "Guernsey",
      "official_name": "Bailiwick of Guernsey",
      "population": 64781,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Northern Europe",
      "timezones": [
        "UTC+00:00"
      ]
    },
    {
      "area_km2": 93028.0,
      "borders": [
        "AUT",
        "HRV",
        "ROU",
        "SRB",
        "SVK",
        "SVN",
        "UKR"
      ],
      "capital": "Budapest",
      "code": "HU",
      "code_alpha3": "HUN",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "HUF": {
          "name": "Hungarian forint",
          "symbol": "Ft"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/hu.png",
      "flag_svg": "https://flagcdn.com/hu.svg",
      "languages": {
        "hun": "Hungarian"
      },
      "latitude": 47.0,
      "longitude": 20.0,
      "name": "Hungary",
      "official_name": "Hungary",
      "population": 9539502,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Central Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 1.03e5,
      "borders": null,
      "capital": "Reykjavik",
      "code": "IS",
      "code_alpha3": "ISL",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "ISK": {
          "name": "Icelandic króna",
          "symbol": "kr"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/is.png",
      "flag_svg": "https://flagcdn.com/is.svg",
      "languages": {
        "isl": "Icelandic"
      },
      "latitude": 65.0,
      "longitude": -18.0,
      "name": "Iceland",
      "official_name": "Iceland",
      "population": 391810,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Northern Europe",
      "timezones": [
        "UTC"
      ]
    },
    {
      "area_km2": 70273.0,
      "borders": [
        "GBR"
      ],
      "capital": "Dublin",
      "code": "IE",
      "code_alpha3": "IRL",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "left",
      "flag_png": "https://flagcdn.com/w320/ie.png",
      "flag_svg": "https://flagcdn.com/ie.svg",
      "languages": {
        "eng": "English",
        "gle": "Irish"
      },
      "latitude": 53.0,
      "longitude": -8.0,
      "name": "Ireland",
      "official_name": "Republic of Ireland",
      "population": 5458600,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Northern Europe",
      "timezones": [
        "UTC"
      ]
    },
    {
      "area_km2": 572.0,
      "borders": null,
      "capital": "Douglas",
      "code": "IM",
      "code_alpha3": "IMN",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "GBP": {
          "name": "British pound",
          "symbol": "£"
        },
        "IMP": {
          "name": "Manx pound",
          "symbol": "£"
        }
      },
      "drives_on": "left",
      "flag_png": "https://flagcdn.com/w320/im.png",
      "flag_svg": "https://flagcdn.com/im.svg",
      "languages": {
        "eng": "English",
        "glv": "Manx"
      },
      "latitude": 54.25,
      "longitude": -4.5,
      "name": "Isle of Man",
      "official_name": "Isle of Man",
      "population": 84530,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Northern Europe",
      "timezones": [
        "UTC+00:00"
      ]
    },
    {
      "area_km2": 301336.0,
      "borders": [
        "AUT",
        "FRA",
        "SMR",
        "SVN",
        "CHE",
        "VAT"
      ],
      "capital": "Rome",
      "code": "IT",
      "code_alpha3": "ITA",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/it.png",
      "flag_svg": "https://flagcdn.com/it.svg",
      "languages": {
        "cat": "Catalan",
        "ita": "Italian"
      },
      "latitude": 42.83333333,
      "longitude": 12.83333333,
      "name": "Italy",
      "official_name": "Italian Republic",
      "population": 58927633,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southern Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 116.0,
      "borders": null,
      "capital": "Saint Helier",
      "code": "JE",
      "code_alpha3": "JEY",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "GBP": {
          "name": "British pound",
          "symbol": "£"
        },
        "JEP": {
          "name": "Jersey pound",
          "symbol": "£"
        }
      },
      "drives_on": "left",
      "flag_png": "https://flagcdn.com/w320/je.png",
      "flag_svg": "https://flagcdn.com/je.svg",
      "languages": {
        "eng": "English",
        "fra": "French",
        "nrf": "Jèrriais"
      },
      "latitude": 49.25,
      "longitude": -2.16666666,
      "name": "Jersey",
      "official_name": "Bailiwick of Jersey",
      "population": 103267,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Northern Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 10908.0,
      "borders": [
        "ALB",
        "MKD",
        "MNE",
        "SRB"
      ],
      "capital": "Pristina",
      "code": "XK",
      "code_alpha3": "UNK",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/xk.png",
      "flag_svg": "https://flagcdn.com/xk.svg",
      "languages": {
        "sqi": "Albanian",
        "srp": "Serbian"
      },
      "latitude": 42.666667,
      "longitude": 21.166667,
      "name": "Kosovo",
      "official_name": "Republic of Kosovo",
      "population": 1585566,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southeast Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 64559.0,
      "borders": [
        "BLR",
        "EST",
        "LTU",
        "RUS"
      ],
      "capital": "Riga",
      "code": "LV",
      "code_alpha3": "LVA",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/lv.png",
      "flag_svg": "https://flagcdn.com/lv.svg",
      "languages": {
        "lav": "Latvian"
      },
      "latitude": 57.0,
      "longitude": 25.0,
      "name": "Latvia",
      "official_name": "Republic of Latvia",
      "population": 1829000,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Northern Europe",
      "timezones": [
        "UTC+02:00"
      ]
    },
    {
      "area_km2": 160.0,
      "borders": [
        "AUT",
        "CHE"
      ],
      "capital": "Vaduz",
      "code": "LI",
      "code_alpha3": "LIE",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "CHF": {
          "name": "Swiss franc",
          "symbol": "Fr"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/li.png",
      "flag_svg": "https://flagcdn.com/li.svg",
      "languages": {
        "deu": "German"
      },
      "latitude": 47.26666666,
      "longitude": 9.53333333,
      "name": "Liechtenstein",
      "official_name": "Principality of Liechtenstein",
      "population": 40900,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Western Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 6.53e4,
      "borders": [
        "BLR",
        "LVA",
        "POL",
        "RUS"
      ],
      "capital": "Vilnius",
      "code": "LT",
      "code_alpha3": "LTU",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/lt.png",
      "flag_svg": "https://flagcdn.com/lt.svg",
      "languages": {
        "lit": "Lithuanian"
      },
      "latitude": 56.0,
      "longitude": 24.0,
      "name": "Lithuania",
      "official_name": "Republic of Lithuania",
      "population": 2894886,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Northern Europe",
      "timezones": [
        "UTC+02:00"
      ]
    },
    {
      "area_km2": 2586.0,
      "borders": [
        "BEL",
        "FRA",
        "DEU"
      ],
      "capital": "Luxembourg",
      "code": "LU",
      "code_alpha3": "LUX",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/lu.png",
      "flag_svg": "https://flagcdn.com/lu.svg",
      "languages": {
        "deu": "German",
        "fra": "French",
        "ltz": "Luxembourgish"
      },
      "latitude": 49.75,
      "longitude": 6.16666666,
      "name": "Luxembourg",
      "official_name": "Grand Duchy of Luxembourg",
      "population": 681973,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Western Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 316.0,
      "borders": null,
      "capital": "Valletta",
      "code": "MT",
      "code_alpha3": "MLT",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "left",
      "flag_png": "https://flagcdn.com/w320/mt.png",
      "flag_svg": "https://flagcdn.com/mt.svg",
      "languages": {
        "eng": "English",
        "mlt": "Maltese"
      },
      "latitude": 35.9375,
      "longitude": 14.3754,
      "name": "Malta",
      "official_name": "Republic of Malta",
      "population": 574250,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southern Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 33847.0,
      "borders": [
        "ROU",
        "UKR"
      ],
      "capital": "Chișinău",
      "code": "MD",
      "code_alpha3": "MDA",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "MDL": {
          "name": "Moldovan leu",
          "symbol": "L"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/md.png",
      "flag_svg": "https://flagcdn.com/md.svg",
      "languages": {
        "ron": "Romanian"
      },
      "latitude": 47.0,
      "longitude": 29.0,
      "name": "Moldova",
      "official_name": "Republic of Moldova",
      "population": 2749076,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Eastern Europe",
      "timezones": [
        "UTC+02:00"
      ]
    },
    {
      "area_km2": 2.02,
      "borders": [
        "FRA"
      ],
      "capital": "Monaco",
      "code": "MC",
      "code_alpha3": "MCO",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/mc.png",
      "flag_svg": "https://flagcdn.com/mc.svg",
      "languages": {
        "fra": "French"
      },
      "latitude": 43.73333333,
      "longitude": 7.4,
      "name": "Monaco",
      "official_name": "Principality of Monaco",
      "population": 38423,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Western Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 13812.0,
      "borders": [
        "ALB",
        "BIH",
        "HRV",
        "UNK",
        "SRB"
      ],
      "capital": "Podgorica",
      "code": "ME",
      "code_alpha3": "MNE",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/me.png",
      "flag_svg": "https://flagcdn.com/me.svg",
      "languages": {
        "cnr": "Montenegrin"
      },
      "latitude": 42.5,
      "longitude": 19.3,
      "name": "Montenegro",
      "official_name": "Montenegro",
      "population": 623327,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southeast Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 41865.0,
      "borders": [
        "BEL",
        "DEU"
      ],
      "capital": "Amsterdam",
      "code": "NL",
      "code_alpha3": "NLD",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/nl.png",
      "flag_svg": "https://flagcdn.com/nl.svg",
      "languages": {
        "nld": "Dutch"
      },
      "latitude": 52.5,
      "longitude": 5.75,
      "name": "Netherlands",
      "official_name": "Kingdom of the Netherlands",
      "population": 18100436,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Western Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 25713.0,
      "borders": [
        "ALB",
        "BGR",
        "GRC",
        "UNK",
        "SRB"
      ],
      "capital": "Skopje",
      "code": "MK",
      "code_alpha3": "MKD",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "MKD": {
          "name": "denar",
          "symbol": "den"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/mk.png",
      "flag_svg": "https://flagcdn.com/mk.svg",
      "languages": {
        "mkd": "Macedonian"
      },
      "latitude": 41.83333333,
      "longitude": 22.0,
      "name": "North Macedonia",
      "official_name": "Republic of North Macedonia",
      "population": 1822612,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southeast Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 386224.0,
      "borders": [
        "FIN",
        "SWE",
        "RUS"
      ],
      "capital": "Oslo",
      "code": "NO",
      "code_alpha3": "NOR",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "NOK": {
          "name": "Norwegian krone",
          "symbol": "kr"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/no.png",
      "flag_svg": "https://flagcdn.com/no.svg",
      "languages": {
        "nno": "Norwegian Nynorsk",
        "nob": "Norwegian Bokmål",
        "smi": "Sami"
      },
      "latitude": 62.0,
      "longitude": 10.0,
      "name": "Norway",
      "official_name": "Kingdom of Norway",
      "population": 5606944,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Northern Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 312679.0,
      "borders": [
        "BLR",
        "CZE",
        "DEU",
        "LTU",
        "RUS",
        "SVK",
        "UKR"
      ],
      "capital": "Warsaw",
      "code": "PL",
      "code_alpha3": "POL",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "PLN": {
          "name": "Polish złoty",
          "symbol": "zł"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/pl.png",
      "flag_svg": "https://flagcdn.com/pl.svg",
      "languages": {
        "pol": "Polish"
      },
      "latitude": 52.0,
      "longitude": 20.0,
      "name": "Poland",
      "official_name": "Republic of Poland",
      "population": 37392000,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Central Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 92090.0,
      "borders": [
        "ESP"
      ],
      "capital": "Lisbon",
      "code": "PT",
      "code_alpha3": "PRT",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/pt.png",
      "flag_svg": "https://flagcdn.com/pt.svg",
      "languages": {
        "por": "Portuguese"
      },
      "latitude": 39.5,
      "longitude": -8.0,
      "name": "Portugal",
      "official_name": "Portuguese Republic",
      "population": 10749635,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southern Europe",
      "timezones": [
        "UTC-01:00",
        "UTC"
      ]
    },
    {
      "area_km2": 238391.0,
      "borders": [
        "BGR",
        "HUN",
        "MDA",
        "SRB",
        "UKR"
      ],
      "capital": "Bucharest",
      "code": "RO",
      "code_alpha3": "ROU",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "RON": {
          "name": "Romanian leu",
          "symbol": "lei"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/ro.png",
      "flag_svg": "https://flagcdn.com/ro.svg",
      "languages": {
        "ron": "Romanian"
      },
      "latitude": 46.0,
      "longitude": 25.0,
      "name": "Romania",
      "official_name": "Romania",
      "population": 19036031,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southeast Europe",
      "timezones": [
        "UTC+02:00"
      ]
    },
    {
      "area_km2": 17098246.0,
      "borders": [
        "AZE",
        "BLR",
        "CHN",
        "EST",
        "FIN",
        "GEO",
        "KAZ",
        "PRK",
        "LVA",
        "LTU",
        "MNG",
        "NOR",
        "POL",
        "UKR"
      ],
      "capital": "Moscow",
      "code": "RU",
      "code_alpha3": "RUS",
      "continents": [
        "Europe",
        "Asia"
      ],
      "currencies": {
        "RUB": {
          "name": "Russian ruble",
          "symbol": "₽"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/ru.png",
      "flag_svg": "https://flagcdn.com/ru.svg",
      "languages": {
        "rus": "Russian"
      },
      "latitude": 60.0,
      "longitude": 100.0,
      "name": "Russia",
      "official_name": "Russian Federation",
      "population": 146028325,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Eastern Europe",
      "timezones": [
        "UTC+03:00",
        "UTC+04:00",
        "UTC+06:00",
        "UTC+07:00",
        "UTC+08:00",
        "UTC+09:00",
        "UTC+10:00",
        "UTC+11:00",
        "UTC+12:00"
      ]
    },
    {
      "area_km2": 61.0,
      "borders": [
        "ITA"
      ],
      "capital": "City of San Marino",
      "code": "SM",
      "code_alpha3": "SMR",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/sm.png",
      "flag_svg": "https://flagcdn.com/sm.svg",
      "languages": {
        "ita": "Italian"
      },
      "latitude": 43.76666666,
      "longitude": 12.41666666,
      "name": "San Marino",
      "official_name": "Republic of San Marino",
      "population": 34132,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southern Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 77589.0,
      "borders": [
        "BIH",
        "BGR",
        "HRV",
        "HUN",
        "UNK",
        "MKD",
        "MNE",
        "ROU"
      ],
      "capital": "Belgrade",
      "code": "RS",
      "code_alpha3": "SRB",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "RSD": {
          "name": "Serbian dinar",
          "symbol": "дин."
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/rs.png",
      "flag_svg": "https://flagcdn.com/rs.svg",
      "languages": {
        "srp": "Serbian"
      },
      "latitude": 44.0,
      "longitude": 21.0,
      "name": "Serbia",
      "official_name": "Republic of Serbia",
      "population": 6567783,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southeast Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 49037.0,
      "borders": [
        "AUT",
        "CZE",
        "HUN",
        "POL",
        "UKR"
      ],
      "capital": "Bratislava",
      "code": "SK",
      "code_alpha3": "SVK",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/sk.png",
      "flag_svg": "https://flagcdn.com/sk.svg",
      "languages": {
        "slk": "Slovak"
      },
      "latitude": 48.66666666,
      "longitude": 19.5,
      "name": "Slovakia",
      "official_name": "Slovak Republic",
      "population": 5413813,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Central Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 20273.0,
      "borders": [
        "AUT",
        "HRV",
        "ITA",
        "HUN"
      ],
      "capital": "Ljubljana",
      "code": "SI",
      "code_alpha3": "SVN",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/si.png",
      "flag_svg": "https://flagcdn.com/si.svg",
      "languages": {
        "slv": "Slovene"
      },
      "latitude": 46.11666666,
      "longitude": 14.81666666,
      "name": "Slovenia",
      "official_name": "Republic of Slovenia",
      "population": 2130638,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Central Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 505992.0,
      "borders": [
        "AND",
        "FRA",
        "GIB",
        "PRT",
        "MAR"
      ],
      "capital": "Madrid",
      "code": "ES",
      "code_alpha3": "ESP",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/es.png",
      "flag_svg": "https://flagcdn.com/es.svg",
      "languages": {
        "cat": "Catalan",
        "eus": "Basque",
        "glc": "Galician",
        "spa": "Spanish"
      },
      "latitude": 40.0,
      "longitude": -4.0,
      "name": "Spain",
      "official_name": "Kingdom of Spain",
      "population": 49315949,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southern Europe",
      "timezones": [
        "UTC",
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 61399.0,
      "borders": null,
      "capital": "Longyearbyen",
      "code": "SJ",
      "code_alpha3": "SJM",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "NOK": {
          "name": "krone",
          "symbol": "kr"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/sj.png",
      "flag_svg": "https://flagcdn.com/sj.svg",
      "languages": {
        "nor": "Norwegian"
      },
      "latitude": 78.0,
      "longitude": 20.0,
      "name": "Svalbard and Jan Mayen",
      "official_name": "Svalbard og Jan Mayen",
      "population": 2530,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Northern Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 450295.0,
      "borders": [
        "FIN",
        "NOR"
      ],
      "capital": "Stockholm",
      "code": "SE",
      "code_alpha3": "SWE",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "SEK": {
          "name": "Swedish krona",
          "symbol": "kr"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/se.png",
      "flag_svg": "https://flagcdn.com/se.svg",
      "languages": {
        "swe": "Swedish"
      },
      "latitude": 62.0,
      "longitude": 15.0,
      "name": "Sweden",
      "official_name": "Kingdom of Sweden",
      "population": 10605098,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Northern Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 41284.0,
      "borders": [
        "AUT",
        "FRA",
        "ITA",
        "LIE",
        "DEU"
      ],
      "capital": "Bern",
      "code": "CH",
      "code_alpha3": "CHE",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "CHF": {
          "name": "Swiss franc",
          "symbol": "Fr."
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/ch.png",
      "flag_svg": "https://flagcdn.com/ch.svg",
      "languages": {
        "fra": "French",
        "gsw": "Swiss German",
        "ita": "Italian",
        "roh": "Romansh"
      },
      "latitude": 47.0,
      "longitude": 8.0,
      "name": "Switzerland",
      "official_name": "Swiss Confederation",
      "population": 9082848,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Western Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 603550.0,
      "borders": [
        "BLR",
        "HUN",
        "MDA",
        "POL",
        "ROU",
        "RUS",
        "SVK"
      ],
      "capital": "Kyiv",
      "code": "UA",
      "code_alpha3": "UKR",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "UAH": {
          "name": "Ukrainian hryvnia",
          "symbol": "₴"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/ua.png",
      "flag_svg": "https://flagcdn.com/ua.svg",
      "languages": {
        "ukr": "Ukrainian"
      },
      "latitude": 49.0,
      "longitude": 32.0,
      "name": "Ukraine",
      "official_name": "Ukraine",
      "population": 32862000,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Eastern Europe",
      "timezones": [
        "UTC+02:00"
      ]
    },
    {
      "area_km2": 244376.0,
      "borders": [
        "IRL"
      ],
      "capital": "London",
      "code": "GB",
      "code_alpha3": "GBR",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "GBP": {
          "name": "British pound",
          "symbol": "£"
        }
      },
      "drives_on": "left",
      "flag_png": "https://flagcdn.com/w320/gb.png",
      "flag_svg": "https://flagcdn.com/gb.svg",
      "languages": {
        "eng": "English"
      },
      "latitude": 54.0,
      "longitude": -2.0,
      "name": "United Kingdom",
      "official_name": "United Kingdom of Great Britain and Northern Ireland",
      "population": 69281437,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Northern Europe",
      "timezones": [
        "UTC-08:00",
        "UTC-05:00",
        "UTC-04:00",
        "UTC-03:00",
        "UTC-02:00",
        "UTC",
        "UTC+01:00",
        "UTC+02:00",
        "UTC+06:00"
      ]
    },
    {
      "area_km2": 0.49,
      "borders": [
        "ITA"
      ],
      "capital": "Vatican City",
      "code": "VA",
      "code_alpha3": "VAT",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/va.png",
      "flag_svg": "https://flagcdn.com/va.svg",
      "languages": {
        "ita": "Italian",
        "lat": "Latin"
      },
      "latitude": 41.9,
      "longitude": 12.45,
      "name": "Vatican City",
      "official_name": "Vatican City State",
      "population": 882,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Southern Europe",
      "timezones": [
        "UTC+01:00"
      ]
    },
    {
      "area_km2": 1580.0,
      "borders": null,
      "capital": "Mariehamn",
      "code": "AX",
      "code_alpha3": "ALA",
      "continents": [
        "Europe"
      ],
      "currencies": {
        "EUR": {
          "name": "euro",
          "symbol": "€"
        }
      },
      "drives_on": "right",
      "flag_png": "https://flagcdn.com/w320/ax.png",
      "flag_svg": "https://flagcdn.com/ax.svg",
      "languages": {
        "swe": "Swedish"
      },
      "latitude": 60.116667,
      "longitude": 19.9,
      "name": "Åland Islands",
      "official_name": "Åland Islands",
      "population": 30654,
      "region": "Europe",
      "start_of_week": "monday",
      "subregion": "Northern Europe",
      "timezones": [
        "UTC+02:00"
      ]
    }
  ],
  "region": "europe",
  "success": true
}