diff --git a/src/App.css b/src/App.css
index 84f6acd..75694f4 100644
--- a/src/App.css
+++ b/src/App.css
@@ -36,6 +36,51 @@
}
}
+.search-bar-holder {
+ display: flex;
+ justify-content: center;
+}
+
+.search-bar {
+ width: 20rem;
+ height: 2.5rem;
+ padding-left: 1rem;
+ margin: 0, auto;
+ border-radius: 2rem;
+ border: none;
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
+}
+
+#region-select {
+ width: 12rem;
+ height: 2.5rem;
+ padding-left: 1rem;
+ margin: 0, auto;
+ border-radius: 2rem;
+ border: none;
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
+ margin-left: 1rem;
+ overflow: hidden;
+ -webkit-appearance: none;
+ -moz-appearance: none;
+}
+
+.page-holder {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ background-color: rgb(234, 234, 234);
+}
+
+.header {
+ margin-top: 2rem;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ margin-left: 8rem;
+ margin-right: 8rem;
+}
+
.cards-container {
display: flex;
flex-direction: row;
@@ -50,7 +95,8 @@
width: 14rem;
border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
background-color: #fafafa;
- box-shadow: 5px 5px 6px rgb(214, 214, 214);
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
+ color: #000000;
}
.flag-image {
@@ -78,13 +124,211 @@ tbody tr {
.key {
text-align: left;
font-family: 'Poppins', sans-serif;
- font-size: 14px;
+ font-size: 12px;
font-weight: 200;
}
.value {
text-align: left;
font-family: 'Poppins', sans-serif;
- font-size: 16px;
+ font-size: 14px;
font-weight: 300;
+ padding-left: 1rem;
+ display: flex;
+ flex-wrap: wrap;
+}
+
+.sep-container {
+ display: flex;
+ justify-content: center;
+}
+
+.separate-card-wrapper {
+ font-family: 'Poppins', sans-serif;
+ margin-top: 3rem;
+ margin-bottom: 3rem;
+ width: 40rem;
+ background-color: rgb(243, 243, 243);
+ max-height: 40rem;
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
+ border-radius: 0.4rem;
+}
+
+.close-wrapper {
+ margin-top: 1rem;
+ margin-right: 1rem;
+ text-align: right;
+}
+
+.close-wrapper button {
+ border: none;
+ font-size: 18px;
+ background-color: transparent;
+}
+
+
+.separate-card {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-around;
+ align-items: center;
+ border-radius: 0.5rem;
+ color: #282c34;
+ margin-bottom: 2rem;
+}
+
+.sep-image-holder {
+
+ width: 16rem;
+ height: 10rem;
+ padding: 0 2rem 0 2rem;
+}
+
+.text-block {
+ padding-right: 2rem;
+ max-width: 20rem;
+}
+
+.sep-image-holder img {
+ width: 15rem;
+}
+
+.holder-for-tables {
+ display: flex;
+ flex-direction: row;
+ font-size: 12px;
+ gap: 1rem;
+}
+
+.nav-bar {
+ font-family: 'Poppins', sans-serif;
+ background-color: #666666;
+ height: 4rem;
+ color: rgb(255, 255, 255);
+ padding-left: 2rem;
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ align-items: center;
+}
+
+.dark-mode {
+ display: flex;
+ align-items: center;
+ color: #000000;
+ margin-right: 2rem;
+}
+
+.dark-mode img {
+ height: 1.2rem;
+ margin-right: 0.2rem;
+}
+
+table {
+ text-align: left;
+ justify-content: end;
+
+}
+
+.counties-border {
+ margin-top: 1rem;
+}
+
+.counties-border button {
+ margin: 0.2rem;
+ border: none;
+ height: 1.5rem;
+ border-radius: 1rem;
+ padding: 0 1rem 0 1rem;
+ background-color: #878787;
+ color: #fafafa;
+
+}
+
+/* darck mode */
+.page-holder-dark {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ background-color: rgb(43, 43, 43);
+ color: rgb(255, 255, 255);
+}
+
+.search-bar-dark {
+ width: 20rem;
+ height: 2.5rem;
+ padding-left: 1rem;
+ margin: 0, auto;
+ border-radius: 2rem;
+ border: none;
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
+ background-color: #d4d4d4;
+}
+
+.container-for-sep-card {
+ margin-top: 2rem;
+}
+
+#region-select-dark {
+ width: 12rem;
+ height: 2.5rem;
+ padding-left: 1rem;
+ margin: 0, auto;
+ border-radius: 2rem;
+ background-color: #5e5e5e;
+ color: #fafafa;
+ border: none;
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
+ margin-left: 1rem;
+ overflow: hidden;
+ -webkit-appearance: none;
+ -moz-appearance: none;
+}
+
+.card-dark {
+ width: 14rem;
+ border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
+ background-color: #151515;
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
+ color: #e1e1e1;
+}
+
+.card-dark h3 {
+ color: #d4d4d4;
+}
+
+.separate-card-wrapper-dark {
+ font-family: 'Poppins', sans-serif;
+ margin-top: 3rem;
+ margin-bottom: 3rem;
+ width: 40rem;
+ background-color: #151515;
+ color: #fafafa !important;
+ max-height: 40rem;
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
+ border-radius: 0.4rem;
+}
+
+.separate-card-dark {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-around;
+ align-items: center;
+ border-radius: 0.5rem;
+ color: #ededed;
+ margin-bottom: 2rem;
+}
+
+.close-wrapper-dark {
+ margin-top: 1rem;
+ margin-right: 1rem;
+ text-align: right;
+ color: rgb(253, 253, 253);
+}
+
+.close-wrapper-dark button {
+ border: none;
+ font-size: 18px;
+ background-color: transparent;
+ color: rgb(253, 253, 253);
}
\ No newline at end of file
diff --git a/src/App.js b/src/App.js
index eedf8fa..3a59db3 100644
--- a/src/App.js
+++ b/src/App.js
@@ -1,10 +1,13 @@
import './App.css';
import CountryCard from "./CountryCard.js"
+import Data from "./countriesAll.json"
function App() {
+ console.log({ Data })
return (
-
+
+
);
}
diff --git a/src/CountryCard.js b/src/CountryCard.js
index 4b631e6..a903664 100644
--- a/src/CountryCard.js
+++ b/src/CountryCard.js
@@ -1,56 +1,71 @@
-import { useState, useEffect } from "react"
-
-const CountryCard = () => {
- const [allCountries, setAllCountries] = useState([])
-
- const fetchImage = () => {
- fetch("https://restcountries.com/v3.1/all")
- .then(response => {
- if (!response.ok) {
- throw new Error(response.status)
- } else {
- return response.json()
- }
- })
- .then((data) => {
- if (data) {
- console.log(data)
- setAllCountries(data)
- }
- })
+import { useState } from "react"
+import SearchBar from "./SearchBar"
+import FilterRegion from "./FilterRegion"
+import SeparateCountryCard from './SeparateCountryCard';
+
+
+const CountryCard = ({ Data }) => {
+ const [allCountries, setAllCountries] = useState(Data)
+ const [pickedCountry, setPickedCountry] = useState("")
+ const [darkMode, setDarkMode] = useState(false)
+
+ const handleCardClick = (country) => {
+ setPickedCountry(country.name)
+ console.log(pickedCountry)
+ setAllCountries([])
}
- useEffect(() => {
- fetchImage()
- }, [])
return (
-
- {allCountries.map(country => (
- < div key={country.id} className="card" >
-

-
-
{country.name.common}
-
-
-
- | Population: |
- {country.population.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")} |
-
-
- | Region: |
- {country.region} |
-
-
- | Capital: |
- {country.capital} |
-
-
-
-
-
+
+
+
Where in the World?
+
+

+
setDarkMode(!darkMode)} style={darkMode ? { color: "white" } : { colour: "black" }} >Dark Mode
- ))}
+
+
+
+
+
+
+
+
+
+ < SeparateCountryCard setAllCountries={setAllCountries} Data={Data} pickedCountry={pickedCountry} setPickedCountry={setPickedCountry} darkMode={darkMode} setDarkMode={setDarkMode} />
+
+
+
+
+
+ {allCountries.map(country => (
+ < div key={country.id} className={darkMode ? "card-dark" : "card"} onClick={() => handleCardClick(country)}>
+

+
+
{country.name}
+
+
+
+ | Population: |
+ {country.population.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")} |
+
+
+ | Region: |
+ {country.region} |
+
+
+ | Capital: |
+ {country.capital} |
+
+
+
+
+
+
+ ))}
+
+
)
}
diff --git a/src/FilterRegion.js b/src/FilterRegion.js
new file mode 100644
index 0000000..18da979
--- /dev/null
+++ b/src/FilterRegion.js
@@ -0,0 +1,30 @@
+const FilterRegion = ({ Data, setAllCountries, setDarkMode, darkMode }) => {
+
+ const handleChange = (e) => {
+ if (e.target.value !== "") {
+ let regionFilteredCountry = Data.filter((country) => {
+ return country.region.toLowerCase() === e.target.value
+ })
+ setAllCountries(regionFilteredCountry)
+ } else {
+ setAllCountries(Data)
+ }
+ }
+
+ return (
+
+
+
+
+ )
+}
+
+
+export default FilterRegion
\ No newline at end of file
diff --git a/src/SearchBar.js b/src/SearchBar.js
new file mode 100644
index 0000000..db6a829
--- /dev/null
+++ b/src/SearchBar.js
@@ -0,0 +1,29 @@
+import { useState } from "react";
+const SearchBar = ({ Data, setAllCountries, darkMode, setDarkMode }) => {
+
+ const [searchInput, setSearchInput] = useState("");
+
+
+ const handleChange = (e) => {
+ let inputValue = e.target.value.toLowerCase()
+ if (!inputValue) {
+ setSearchInput("")
+ setAllCountries(Data)
+ } else {
+ let newFilteredCountry = Data.filter(country => (
+ country.name.toLowerCase().includes(inputValue)
+ ))
+ setAllCountries(newFilteredCountry)
+ setSearchInput(inputValue)
+ }
+ }
+
+
+ return (
+
+
+
+ )
+}
+
+export default SearchBar
\ No newline at end of file
diff --git a/src/SeparateCountryCard.js b/src/SeparateCountryCard.js
new file mode 100644
index 0000000..8e49da8
--- /dev/null
+++ b/src/SeparateCountryCard.js
@@ -0,0 +1,86 @@
+
+const SeparateCountryCard = ({ Data, pickedCountry, setPickedCountry, setAllCountries, darkMode, setDarkMode }) => {
+ console.log({ Data })
+
+ const handleBorderCountryClick = (code) => {
+ setPickedCountry(code)
+ }
+
+ const handleCloseButton = () => {
+ setPickedCountry("")
+ setAllCountries(Data)
+ }
+
+ return
+ {Data.map(country => (
+ country.name === pickedCountry &&
+
+
+
+
+
+
+

+
+
+
+
{country.name}
+
+
+
+
+ | Native Name |
+ {country.nativeName} |
+
+
+ | Population |
+ {country.population.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")} |
+
+
+ | Region: |
+ {country.region} |
+
+
+ | Subregion |
+ {country.subregion} |
+
+
+ | Capital |
+ {country.capital} |
+
+
+ | Top Level Domain |
+ {country.topLevelDomain[0]} |
+
+
+ | Currencies |
+ {country.currencies[0].name} |
+
+
+ | Languiges |
+ {country.languages.map(language => {
+ return (
+ ~{language.name}
+ )
+ })} |
+
+
+
+
+
{
+ country.borders &&
+ country.borders.map(border => (
+
+ Data.map((country) => (
+ country.alpha3Code === border &&
+ ))
+ ))
+ }
+
+
+
+
+ ))}
+
+}
+export default SeparateCountryCard
diff --git a/src/countriesAll.json b/src/countriesAll.json
index 9fbecf5..2610970 100644
--- a/src/countriesAll.json
+++ b/src/countriesAll.json
@@ -14,16 +14,15 @@
"AF",
"Afġānistān"
],
- "region": "Asia",
"subregion": "Southern Asia",
- "population": 27657145,
+ "region": "Asia",
+ "population": 40218234,
"latlng": [
- 33.0,
- 65.0
+ 33,
+ 65
],
"demonym": "Afghan",
- "area": 652230.0,
- "gini": 27.8,
+ "area": 652230,
"timezones": [
"UTC+04:30"
],
@@ -37,6 +36,10 @@
],
"nativeName": "افغانستان",
"numericCode": "004",
+ "flags": {
+ "svg": "https://upload.wikimedia.org/wikipedia/commons/5/5c/Flag_of_the_Taliban.svg",
+ "png": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Flag_of_the_Taliban.svg/320px-Flag_of_the_Taliban.svg.png"
+ },
"currencies": [
{
"code": "AFN",
@@ -65,27 +68,27 @@
}
],
"translations": {
+ "br": "Afghanistan",
+ "pt": "Afeganistão",
+ "nl": "Afghanistan",
+ "hr": "Afganistan",
+ "fa": "افغانستان",
"de": "Afghanistan",
"es": "Afganistán",
"fr": "Afghanistan",
"ja": "アフガニスタン",
"it": "Afghanistan",
- "br": "Afeganistão",
- "pt": "Afeganistão",
- "nl": "Afghanistan",
- "hr": "Afganistan",
- "fa": "افغانستان"
+ "hu": "Afganisztán"
},
- "flag": "https://restcountries.eu/data/afg.svg",
+ "flag": "https://upload.wikimedia.org/wikipedia/commons/5/5c/Flag_of_the_Taliban.svg",
"regionalBlocs": [
{
"acronym": "SAARC",
- "name": "South Asian Association for Regional Cooperation",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "South Asian Association for Regional Cooperation"
}
],
- "cioc": "AFG"
+ "cioc": "AFG",
+ "independent": true
},
{
"name": "Åland Islands",
@@ -104,22 +107,24 @@
"Aland",
"Ahvenanmaa"
],
- "region": "Europe",
"subregion": "Northern Europe",
+ "region": "Europe",
"population": 28875,
"latlng": [
60.116667,
19.9
],
"demonym": "Ålandish",
- "area": 1580.0,
- "gini": null,
+ "area": 1580,
"timezones": [
"UTC+02:00"
],
- "borders": [],
"nativeName": "Åland",
"numericCode": "248",
+ "flags": {
+ "svg": "https://flagcdn.com/ax.svg",
+ "png": "https://flagcdn.com/w320/ax.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -136,27 +141,26 @@
}
],
"translations": {
+ "br": "Åland",
+ "pt": "Ilhas de Aland",
+ "nl": "Ålandeilanden",
+ "hr": "Ålandski otoci",
+ "fa": "جزایر الند",
"de": "Åland",
"es": "Alandia",
"fr": "Åland",
"ja": "オーランド諸島",
"it": "Isole Aland",
- "br": "Ilhas de Aland",
- "pt": "Ilhas de Aland",
- "nl": "Ålandeilanden",
- "hr": "Ålandski otoci",
- "fa": "جزایر الند"
+ "hu": "Åland-szigetek"
},
- "flag": "https://restcountries.eu/data/ala.svg",
+ "flag": "https://flagcdn.com/ax.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": ""
+ "independent": false
},
{
"name": "Albania",
@@ -175,16 +179,16 @@
"Shqipëria",
"Shqipnia"
],
- "region": "Europe",
"subregion": "Southern Europe",
- "population": 2886026,
+ "region": "Europe",
+ "population": 2837743,
"latlng": [
- 41.0,
- 20.0
+ 41,
+ 20
],
"demonym": "Albanian",
- "area": 28748.0,
- "gini": 34.5,
+ "area": 28748,
+ "gini": 33.2,
"timezones": [
"UTC+01:00"
],
@@ -192,10 +196,14 @@
"MNE",
"GRC",
"MKD",
- "KOS"
+ "UNK"
],
"nativeName": "Shqipëria",
"numericCode": "008",
+ "flags": {
+ "svg": "https://flagcdn.com/al.svg",
+ "png": "https://flagcdn.com/w320/al.png"
+ },
"currencies": [
{
"code": "ALL",
@@ -212,27 +220,27 @@
}
],
"translations": {
+ "br": "Albania",
+ "pt": "Albânia",
+ "nl": "Albanië",
+ "hr": "Albanija",
+ "fa": "آلبانی",
"de": "Albanien",
"es": "Albania",
"fr": "Albanie",
"ja": "アルバニア",
"it": "Albania",
- "br": "Albânia",
- "pt": "Albânia",
- "nl": "Albanië",
- "hr": "Albanija",
- "fa": "آلبانی"
+ "hu": "Albánia"
},
- "flag": "https://restcountries.eu/data/alb.svg",
+ "flag": "https://flagcdn.com/al.svg",
"regionalBlocs": [
{
"acronym": "CEFTA",
- "name": "Central European Free Trade Agreement",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Central European Free Trade Agreement"
}
],
- "cioc": "ALB"
+ "cioc": "ALB",
+ "independent": true
},
{
"name": "Algeria",
@@ -250,16 +258,16 @@
"Dzayer",
"Algérie"
],
- "region": "Africa",
"subregion": "Northern Africa",
- "population": 40400000,
+ "region": "Africa",
+ "population": 44700000,
"latlng": [
- 28.0,
- 3.0
+ 28,
+ 3
],
"demonym": "Algerian",
- "area": 2381741.0,
- "gini": 35.3,
+ "area": 2381741,
+ "gini": 27.6,
"timezones": [
"UTC+01:00"
],
@@ -274,6 +282,10 @@
],
"nativeName": "الجزائر",
"numericCode": "012",
+ "flags": {
+ "svg": "https://flagcdn.com/dz.svg",
+ "png": "https://flagcdn.com/w320/dz.png"
+ },
"currencies": [
{
"code": "DZD",
@@ -290,23 +302,23 @@
}
],
"translations": {
+ "br": "Aljeria",
+ "pt": "Argélia",
+ "nl": "Algerije",
+ "hr": "Alžir",
+ "fa": "الجزایر",
"de": "Algerien",
"es": "Argelia",
"fr": "Algérie",
"ja": "アルジェリア",
"it": "Algeria",
- "br": "Argélia",
- "pt": "Argélia",
- "nl": "Algerije",
- "hr": "Alžir",
- "fa": "الجزایر"
+ "hu": "Algéria"
},
- "flag": "https://restcountries.eu/data/dza.svg",
+ "flag": "https://flagcdn.com/dz.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -318,7 +330,6 @@
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -326,7 +337,8 @@
]
}
],
- "cioc": "ALG"
+ "cioc": "ALG",
+ "independent": true
},
{
"name": "American Samoa",
@@ -336,7 +348,7 @@
"alpha2Code": "AS",
"alpha3Code": "ASM",
"callingCodes": [
- "1684"
+ "1"
],
"capital": "Pago Pago",
"altSpellings": [
@@ -345,26 +357,28 @@
"Amelika Sāmoa",
"Sāmoa Amelika"
],
- "region": "Oceania",
"subregion": "Polynesia",
- "population": 57100,
+ "region": "Oceania",
+ "population": 55197,
"latlng": [
-14.33333333,
- -170.0
+ -170
],
"demonym": "American Samoan",
- "area": 199.0,
- "gini": null,
+ "area": 199,
"timezones": [
"UTC-11:00"
],
- "borders": [],
"nativeName": "American Samoa",
"numericCode": "016",
+ "flags": {
+ "svg": "https://flagcdn.com/as.svg",
+ "png": "https://flagcdn.com/w320/as.png"
+ },
"currencies": [
{
"code": "USD",
- "name": "United State Dollar",
+ "name": "United States Dollar",
"symbol": "$"
}
],
@@ -383,20 +397,21 @@
}
],
"translations": {
+ "br": "Samoa Amerikan",
+ "pt": "Samoa Americana",
+ "nl": "Amerikaans Samoa",
+ "hr": "Američka Samoa",
+ "fa": "ساموآی آمریکا",
"de": "Amerikanisch-Samoa",
"es": "Samoa Americana",
"fr": "Samoa américaines",
"ja": "アメリカ領サモア",
"it": "Samoa Americane",
- "br": "Samoa Americana",
- "pt": "Samoa Americana",
- "nl": "Amerikaans Samoa",
- "hr": "Američka Samoa",
- "fa": "ساموآی آمریکا"
+ "hu": "Amerikai Szamoa"
},
- "flag": "https://restcountries.eu/data/asm.svg",
- "regionalBlocs": [],
- "cioc": "ASA"
+ "flag": "https://flagcdn.com/as.svg",
+ "cioc": "ASA",
+ "independent": false
},
{
"name": "Andorra",
@@ -414,16 +429,15 @@
"Principality of Andorra",
"Principat d'Andorra"
],
- "region": "Europe",
"subregion": "Southern Europe",
- "population": 78014,
+ "region": "Europe",
+ "population": 77265,
"latlng": [
42.5,
1.5
],
"demonym": "Andorran",
- "area": 468.0,
- "gini": null,
+ "area": 468,
"timezones": [
"UTC+01:00"
],
@@ -433,6 +447,10 @@
],
"nativeName": "Andorra",
"numericCode": "020",
+ "flags": {
+ "svg": "https://flagcdn.com/ad.svg",
+ "png": "https://flagcdn.com/w320/ad.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -449,20 +467,21 @@
}
],
"translations": {
+ "br": "Andorra",
+ "pt": "Andorra",
+ "nl": "Andorra",
+ "hr": "Andora",
+ "fa": "آندورا",
"de": "Andorra",
"es": "Andorra",
"fr": "Andorre",
"ja": "アンドラ",
"it": "Andorra",
- "br": "Andorra",
- "pt": "Andorra",
- "nl": "Andorra",
- "hr": "Andora",
- "fa": "آندورا"
+ "hu": "Andorra"
},
- "flag": "https://restcountries.eu/data/and.svg",
- "regionalBlocs": [],
- "cioc": "AND"
+ "flag": "https://flagcdn.com/ad.svg",
+ "cioc": "AND",
+ "independent": true
},
{
"name": "Angola",
@@ -480,16 +499,16 @@
"República de Angola",
"ʁɛpublika de an'ɡɔla"
],
- "region": "Africa",
"subregion": "Middle Africa",
- "population": 25868000,
+ "region": "Africa",
+ "population": 32866268,
"latlng": [
-12.5,
18.5
],
"demonym": "Angolan",
- "area": 1246700.0,
- "gini": 58.6,
+ "area": 1246700,
+ "gini": 51.3,
"timezones": [
"UTC+01:00"
],
@@ -501,6 +520,10 @@
],
"nativeName": "Angola",
"numericCode": "024",
+ "flags": {
+ "svg": "https://flagcdn.com/ao.svg",
+ "png": "https://flagcdn.com/w320/ao.png"
+ },
"currencies": [
{
"code": "AOA",
@@ -517,23 +540,23 @@
}
],
"translations": {
+ "br": "Angola",
+ "pt": "Angola",
+ "nl": "Angola",
+ "hr": "Angola",
+ "fa": "آنگولا",
"de": "Angola",
"es": "Angola",
"fr": "Angola",
"ja": "アンゴラ",
"it": "Angola",
- "br": "Angola",
- "pt": "Angola",
- "nl": "Angola",
- "hr": "Angola",
- "fa": "آنگولا"
+ "hu": "Angola"
},
- "flag": "https://restcountries.eu/data/ago.svg",
+ "flag": "https://flagcdn.com/ao.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -543,7 +566,8 @@
]
}
],
- "cioc": "ANG"
+ "cioc": "ANG",
+ "independent": true
},
{
"name": "Anguilla",
@@ -553,28 +577,30 @@
"alpha2Code": "AI",
"alpha3Code": "AIA",
"callingCodes": [
- "1264"
+ "1"
],
"capital": "The Valley",
"altSpellings": [
"AI"
],
- "region": "Americas",
"subregion": "Caribbean",
+ "region": "Americas",
"population": 13452,
"latlng": [
18.25,
-63.16666666
],
"demonym": "Anguillian",
- "area": 91.0,
- "gini": null,
+ "area": 91,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Anguilla",
"numericCode": "660",
+ "flags": {
+ "svg": "https://flagcdn.com/ai.svg",
+ "png": "https://flagcdn.com/w320/ai.png"
+ },
"currencies": [
{
"code": "XCD",
@@ -591,20 +617,20 @@
}
],
"translations": {
+ "br": "Anguilla",
+ "pt": "Anguila",
+ "nl": "Anguilla",
+ "hr": "Angvila",
+ "fa": "آنگویلا",
"de": "Anguilla",
"es": "Anguilla",
"fr": "Anguilla",
"ja": "アンギラ",
"it": "Anguilla",
- "br": "Anguila",
- "pt": "Anguila",
- "nl": "Anguilla",
- "hr": "Angvila",
- "fa": "آنگویلا"
+ "hu": "Anguilla"
},
- "flag": "https://restcountries.eu/data/aia.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/ai.svg",
+ "independent": false
},
{
"name": "Antarctica",
@@ -616,18 +642,15 @@
"callingCodes": [
"672"
],
- "capital": "",
- "altSpellings": [],
+ "subregion": "Antarctica",
"region": "Polar",
- "subregion": "",
"population": 1000,
"latlng": [
-74.65,
4.48
],
- "demonym": "",
- "area": 1.4e7,
- "gini": null,
+ "demonym": "Antarctic",
+ "area": 14000000,
"timezones": [
"UTC-03:00",
"UTC+03:00",
@@ -638,21 +661,12 @@
"UTC+10:00",
"UTC+12:00"
],
- "borders": [],
"nativeName": "Antarctica",
"numericCode": "010",
- "currencies": [
- {
- "code": "AUD",
- "name": "Australian dollar",
- "symbol": "$"
- },
- {
- "code": "GBP",
- "name": "British pound",
- "symbol": "£"
- }
- ],
+ "flags": {
+ "svg": "https://flagcdn.com/aq.svg",
+ "png": "https://flagcdn.com/w320/aq.png"
+ },
"languages": [
{
"iso639_1": "en",
@@ -668,20 +682,20 @@
}
],
"translations": {
+ "br": "Antarktika",
+ "pt": "Antárctida",
+ "nl": "Antarctica",
+ "hr": "Antarktika",
+ "fa": "جنوبگان",
"de": "Antarktika",
"es": "Antártida",
"fr": "Antarctique",
"ja": "南極大陸",
"it": "Antartide",
- "br": "Antártida",
- "pt": "Antárctida",
- "nl": "Antarctica",
- "hr": "Antarktika",
- "fa": "جنوبگان"
+ "hu": "Antarktisz"
},
- "flag": "https://restcountries.eu/data/ata.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/aq.svg",
+ "independent": false
},
{
"name": "Antigua and Barbuda",
@@ -691,28 +705,30 @@
"alpha2Code": "AG",
"alpha3Code": "ATG",
"callingCodes": [
- "1268"
+ "1"
],
"capital": "Saint John's",
"altSpellings": [
"AG"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 86295,
+ "region": "Americas",
+ "population": 97928,
"latlng": [
17.05,
-61.8
],
"demonym": "Antiguan, Barbudan",
- "area": 442.0,
- "gini": null,
+ "area": 442,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Antigua and Barbuda",
"numericCode": "028",
+ "flags": {
+ "svg": "https://flagcdn.com/ag.svg",
+ "png": "https://flagcdn.com/w320/ag.png"
+ },
"currencies": [
{
"code": "XCD",
@@ -729,23 +745,23 @@
}
],
"translations": {
+ "br": "Antigua ha Barbuda",
+ "pt": "Antígua e Barbuda",
+ "nl": "Antigua en Barbuda",
+ "hr": "Antigva i Barbuda",
+ "fa": "آنتیگوا و باربودا",
"de": "Antigua und Barbuda",
"es": "Antigua y Barbuda",
"fr": "Antigua-et-Barbuda",
"ja": "アンティグア・バーブーダ",
"it": "Antigua e Barbuda",
- "br": "Antígua e Barbuda",
- "pt": "Antígua e Barbuda",
- "nl": "Antigua en Barbuda",
- "hr": "Antigva i Barbuda",
- "fa": "آنتیگوا و باربودا"
+ "hu": "Antigua és Barbuda"
},
- "flag": "https://restcountries.eu/data/atg.svg",
+ "flag": "https://flagcdn.com/ag.svg",
"regionalBlocs": [
{
"acronym": "CARICOM",
"name": "Caribbean Community",
- "otherAcronyms": [],
"otherNames": [
"Comunidad del Caribe",
"Communauté Caribéenne",
@@ -753,7 +769,8 @@
]
}
],
- "cioc": "ANT"
+ "cioc": "ANT",
+ "independent": true
},
{
"name": "Argentina",
@@ -771,16 +788,16 @@
"Argentine Republic",
"República Argentina"
],
- "region": "Americas",
"subregion": "South America",
- "population": 43590400,
+ "region": "Americas",
+ "population": 45376763,
"latlng": [
- -34.0,
- -64.0
+ -34,
+ -64
],
"demonym": "Argentinean",
- "area": 2780400.0,
- "gini": 44.5,
+ "area": 2780400,
+ "gini": 42.9,
"timezones": [
"UTC-03:00"
],
@@ -793,6 +810,10 @@
],
"nativeName": "Argentina",
"numericCode": "032",
+ "flags": {
+ "svg": "https://flagcdn.com/ar.svg",
+ "png": "https://flagcdn.com/w320/ar.png"
+ },
"currencies": [
{
"code": "ARS",
@@ -815,18 +836,19 @@
}
],
"translations": {
+ "br": "Arc'hantina",
+ "pt": "Argentina",
+ "nl": "Argentinië",
+ "hr": "Argentina",
+ "fa": "آرژانتین",
"de": "Argentinien",
"es": "Argentina",
"fr": "Argentine",
"ja": "アルゼンチン",
"it": "Argentina",
- "br": "Argentina",
- "pt": "Argentina",
- "nl": "Argentinië",
- "hr": "Argentina",
- "fa": "آرژانتین"
+ "hu": "Argentína"
},
- "flag": "https://restcountries.eu/data/arg.svg",
+ "flag": "https://flagcdn.com/ar.svg",
"regionalBlocs": [
{
"acronym": "USAN",
@@ -844,7 +866,8 @@
]
}
],
- "cioc": "ARG"
+ "cioc": "ARG",
+ "independent": true
},
{
"name": "Armenia",
@@ -863,16 +886,16 @@
"Republic of Armenia",
"Հայաստանի Հանրապետություն"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 2994400,
+ "region": "Asia",
+ "population": 2963234,
"latlng": [
- 40.0,
- 45.0
+ 40,
+ 45
],
"demonym": "Armenian",
- "area": 29743.0,
- "gini": 30.9,
+ "area": 29743,
+ "gini": 29.9,
"timezones": [
"UTC+04:00"
],
@@ -884,11 +907,15 @@
],
"nativeName": "Հայաստան",
"numericCode": "051",
+ "flags": {
+ "svg": "https://flagcdn.com/am.svg",
+ "png": "https://flagcdn.com/w320/am.png"
+ },
"currencies": [
{
"code": "AMD",
"name": "Armenian dram",
- "symbol": null
+ "symbol": "֏"
}
],
"languages": [
@@ -897,38 +924,33 @@
"iso639_2": "hye",
"name": "Armenian",
"nativeName": "Հայերեն"
- },
- {
- "iso639_1": "ru",
- "iso639_2": "rus",
- "name": "Russian",
- "nativeName": "Русский"
}
],
"translations": {
+ "br": "Armenia",
+ "pt": "Arménia",
+ "nl": "Armenië",
+ "hr": "Armenija",
+ "fa": "ارمنستان",
"de": "Armenien",
"es": "Armenia",
"fr": "Arménie",
"ja": "アルメニア",
"it": "Armenia",
- "br": "Armênia",
- "pt": "Arménia",
- "nl": "Armenië",
- "hr": "Armenija",
- "fa": "ارمنستان"
+ "hu": "Örményország"
},
- "flag": "https://restcountries.eu/data/arm.svg",
+ "flag": "https://flagcdn.com/am.svg",
"regionalBlocs": [
{
"acronym": "EEU",
"name": "Eurasian Economic Union",
"otherAcronyms": [
"EAEU"
- ],
- "otherNames": []
+ ]
}
],
- "cioc": "ARM"
+ "cioc": "ARM",
+ "independent": true
},
{
"name": "Aruba",
@@ -944,22 +966,24 @@
"altSpellings": [
"AW"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 107394,
+ "region": "Americas",
+ "population": 106766,
"latlng": [
12.5,
-69.96666666
],
"demonym": "Aruban",
- "area": 180.0,
- "gini": null,
+ "area": 180,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Aruba",
"numericCode": "533",
+ "flags": {
+ "svg": "https://flagcdn.com/aw.svg",
+ "png": "https://flagcdn.com/w320/aw.png"
+ },
"currencies": [
{
"code": "AWG",
@@ -982,20 +1006,21 @@
}
],
"translations": {
+ "br": "Aruba",
+ "pt": "Aruba",
+ "nl": "Aruba",
+ "hr": "Aruba",
+ "fa": "آروبا",
"de": "Aruba",
"es": "Aruba",
"fr": "Aruba",
"ja": "アルバ",
"it": "Aruba",
- "br": "Aruba",
- "pt": "Aruba",
- "nl": "Aruba",
- "hr": "Aruba",
- "fa": "آروبا"
+ "hu": "Aruba"
},
- "flag": "https://restcountries.eu/data/abw.svg",
- "regionalBlocs": [],
- "cioc": "ARU"
+ "flag": "https://flagcdn.com/aw.svg",
+ "cioc": "ARU",
+ "independent": true
},
{
"name": "Australia",
@@ -1011,16 +1036,16 @@
"altSpellings": [
"AU"
],
- "region": "Oceania",
"subregion": "Australia and New Zealand",
- "population": 24117360,
+ "region": "Oceania",
+ "population": 25687041,
"latlng": [
- -27.0,
- 133.0
+ -27,
+ 133
],
"demonym": "Australian",
- "area": 7692024.0,
- "gini": 30.5,
+ "area": 7692024,
+ "gini": 34.4,
"timezones": [
"UTC+05:00",
"UTC+06:30",
@@ -1031,9 +1056,12 @@
"UTC+10:30",
"UTC+11:30"
],
- "borders": [],
"nativeName": "Australia",
"numericCode": "036",
+ "flags": {
+ "svg": "https://flagcdn.com/au.svg",
+ "png": "https://flagcdn.com/w320/au.png"
+ },
"currencies": [
{
"code": "AUD",
@@ -1050,20 +1078,21 @@
}
],
"translations": {
+ "br": "Aostralia",
+ "pt": "Austrália",
+ "nl": "Australië",
+ "hr": "Australija",
+ "fa": "استرالیا",
"de": "Australien",
"es": "Australia",
"fr": "Australie",
"ja": "オーストラリア",
"it": "Australia",
- "br": "Austrália",
- "pt": "Austrália",
- "nl": "Australië",
- "hr": "Australija",
- "fa": "استرالیا"
+ "hu": "Ausztrália"
},
- "flag": "https://restcountries.eu/data/aus.svg",
- "regionalBlocs": [],
- "cioc": "AUS"
+ "flag": "https://flagcdn.com/au.svg",
+ "cioc": "AUS",
+ "independent": true
},
{
"name": "Austria",
@@ -1082,16 +1111,16 @@
"Osterreich",
"Oesterreich"
],
+ "subregion": "Central Europe",
"region": "Europe",
- "subregion": "Western Europe",
- "population": 8725931,
+ "population": 8917205,
"latlng": [
47.33333333,
13.33333333
],
"demonym": "Austrian",
- "area": 83871.0,
- "gini": 26.0,
+ "area": 83871,
+ "gini": 30.8,
"timezones": [
"UTC+01:00"
],
@@ -1107,6 +1136,10 @@
],
"nativeName": "Österreich",
"numericCode": "040",
+ "flags": {
+ "svg": "https://flagcdn.com/at.svg",
+ "png": "https://flagcdn.com/w320/at.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -1123,27 +1156,27 @@
}
],
"translations": {
+ "br": "Aostria",
+ "pt": "Áustria",
+ "nl": "Oostenrijk",
+ "hr": "Austrija",
+ "fa": "اتریش",
"de": "Österreich",
"es": "Austria",
"fr": "Autriche",
"ja": "オーストリア",
"it": "Austria",
- "br": "áustria",
- "pt": "áustria",
- "nl": "Oostenrijk",
- "hr": "Austrija",
- "fa": "اتریش"
+ "hu": "Ausztria"
},
- "flag": "https://restcountries.eu/data/aut.svg",
+ "flag": "https://flagcdn.com/at.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "AUT"
+ "cioc": "AUT",
+ "independent": true
},
{
"name": "Azerbaijan",
@@ -1161,16 +1194,16 @@
"Republic of Azerbaijan",
"Azərbaycan Respublikası"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 9730500,
+ "region": "Asia",
+ "population": 10110116,
"latlng": [
40.5,
47.5
],
"demonym": "Azerbaijani",
- "area": 86600.0,
- "gini": 33.7,
+ "area": 86600,
+ "gini": 26.6,
"timezones": [
"UTC+04:00"
],
@@ -1183,11 +1216,15 @@
],
"nativeName": "Azərbaycan",
"numericCode": "031",
+ "flags": {
+ "svg": "https://flagcdn.com/az.svg",
+ "png": "https://flagcdn.com/w320/az.png"
+ },
"currencies": [
{
"code": "AZN",
"name": "Azerbaijani manat",
- "symbol": null
+ "symbol": "₼"
}
],
"languages": [
@@ -1199,20 +1236,21 @@
}
],
"translations": {
+ "br": "Azerbaidjan",
+ "pt": "Azerbaijão",
+ "nl": "Azerbeidzjan",
+ "hr": "Azerbajdžan",
+ "fa": "آذربایجان",
"de": "Aserbaidschan",
"es": "Azerbaiyán",
"fr": "Azerbaïdjan",
"ja": "アゼルバイジャン",
"it": "Azerbaijan",
- "br": "Azerbaijão",
- "pt": "Azerbaijão",
- "nl": "Azerbeidzjan",
- "hr": "Azerbajdžan",
- "fa": "آذربایجان"
+ "hu": "Azerbajdzsán"
},
- "flag": "https://restcountries.eu/data/aze.svg",
- "regionalBlocs": [],
- "cioc": "AZE"
+ "flag": "https://flagcdn.com/az.svg",
+ "cioc": "AZE",
+ "independent": true
},
{
"name": "Bahamas",
@@ -1222,29 +1260,31 @@
"alpha2Code": "BS",
"alpha3Code": "BHS",
"callingCodes": [
- "1242"
+ "1"
],
"capital": "Nassau",
"altSpellings": [
"BS",
"Commonwealth of the Bahamas"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 378040,
+ "region": "Americas",
+ "population": 393248,
"latlng": [
24.25,
- -76.0
+ -76
],
"demonym": "Bahamian",
- "area": 13943.0,
- "gini": null,
+ "area": 13943,
"timezones": [
"UTC-05:00"
],
- "borders": [],
"nativeName": "Bahamas",
"numericCode": "044",
+ "flags": {
+ "svg": "https://flagcdn.com/bs.svg",
+ "png": "https://flagcdn.com/w320/bs.png"
+ },
"currencies": [
{
"code": "BSD",
@@ -1261,23 +1301,23 @@
}
],
"translations": {
+ "br": "Bahamas",
+ "pt": "Baamas",
+ "nl": "Bahama’s",
+ "hr": "Bahami",
+ "fa": "باهاما",
"de": "Bahamas",
"es": "Bahamas",
"fr": "Bahamas",
"ja": "バハマ",
"it": "Bahamas",
- "br": "Bahamas",
- "pt": "Baamas",
- "nl": "Bahama’s",
- "hr": "Bahami",
- "fa": "باهاما"
+ "hu": "Bahama-szigetek"
},
- "flag": "https://restcountries.eu/data/bhs.svg",
+ "flag": "https://flagcdn.com/bs.svg",
"regionalBlocs": [
{
"acronym": "CARICOM",
"name": "Caribbean Community",
- "otherAcronyms": [],
"otherNames": [
"Comunidad del Caribe",
"Communauté Caribéenne",
@@ -1285,7 +1325,8 @@
]
}
],
- "cioc": "BAH"
+ "cioc": "BAH",
+ "independent": true
},
{
"name": "Bahrain",
@@ -1303,22 +1344,24 @@
"Kingdom of Bahrain",
"Mamlakat al-Baḥrayn"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 1404900,
+ "region": "Asia",
+ "population": 1701583,
"latlng": [
- 26.0,
+ 26,
50.55
],
"demonym": "Bahraini",
- "area": 765.0,
- "gini": null,
+ "area": 765,
"timezones": [
"UTC+03:00"
],
- "borders": [],
"nativeName": "البحرين",
"numericCode": "048",
+ "flags": {
+ "svg": "https://flagcdn.com/bh.svg",
+ "png": "https://flagcdn.com/w320/bh.png"
+ },
"currencies": [
{
"code": "BHD",
@@ -1335,23 +1378,23 @@
}
],
"translations": {
+ "br": "Bahrein",
+ "pt": "Barém",
+ "nl": "Bahrein",
+ "hr": "Bahrein",
+ "fa": "بحرین",
"de": "Bahrain",
"es": "Bahrein",
"fr": "Bahreïn",
"ja": "バーレーン",
"it": "Bahrein",
- "br": "Bahrein",
- "pt": "Barém",
- "nl": "Bahrein",
- "hr": "Bahrein",
- "fa": "بحرین"
+ "hu": "Bahrein"
},
- "flag": "https://restcountries.eu/data/bhr.svg",
+ "flag": "https://flagcdn.com/bh.svg",
"regionalBlocs": [
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -1359,7 +1402,8 @@
]
}
],
- "cioc": "BRN"
+ "cioc": "BRN",
+ "independent": true
},
{
"name": "Bangladesh",
@@ -1377,16 +1421,16 @@
"People's Republic of Bangladesh",
"Gônôprôjatôntri Bangladesh"
],
- "region": "Asia",
"subregion": "Southern Asia",
- "population": 161006790,
+ "region": "Asia",
+ "population": 164689383,
"latlng": [
- 24.0,
- 90.0
+ 24,
+ 90
],
"demonym": "Bangladeshi",
- "area": 147570.0,
- "gini": 32.1,
+ "area": 147570,
+ "gini": 32.4,
"timezones": [
"UTC+06:00"
],
@@ -1396,6 +1440,10 @@
],
"nativeName": "Bangladesh",
"numericCode": "050",
+ "flags": {
+ "svg": "https://flagcdn.com/bd.svg",
+ "png": "https://flagcdn.com/w320/bd.png"
+ },
"currencies": [
{
"code": "BDT",
@@ -1412,27 +1460,27 @@
}
],
"translations": {
+ "br": "Bangladesh",
+ "pt": "Bangladeche",
+ "nl": "Bangladesh",
+ "hr": "Bangladeš",
+ "fa": "بنگلادش",
"de": "Bangladesch",
"es": "Bangladesh",
"fr": "Bangladesh",
"ja": "バングラデシュ",
"it": "Bangladesh",
- "br": "Bangladesh",
- "pt": "Bangladeche",
- "nl": "Bangladesh",
- "hr": "Bangladeš",
- "fa": "بنگلادش"
+ "hu": "Banglades"
},
- "flag": "https://restcountries.eu/data/bgd.svg",
+ "flag": "https://flagcdn.com/bd.svg",
"regionalBlocs": [
{
"acronym": "SAARC",
- "name": "South Asian Association for Regional Cooperation",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "South Asian Association for Regional Cooperation"
}
],
- "cioc": "BAN"
+ "cioc": "BAN",
+ "independent": true
},
{
"name": "Barbados",
@@ -1442,28 +1490,30 @@
"alpha2Code": "BB",
"alpha3Code": "BRB",
"callingCodes": [
- "1246"
+ "1"
],
"capital": "Bridgetown",
"altSpellings": [
"BB"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 285000,
+ "region": "Americas",
+ "population": 287371,
"latlng": [
13.16666666,
-59.53333333
],
"demonym": "Barbadian",
- "area": 430.0,
- "gini": null,
+ "area": 430,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Barbados",
"numericCode": "052",
+ "flags": {
+ "svg": "https://flagcdn.com/bb.svg",
+ "png": "https://flagcdn.com/w320/bb.png"
+ },
"currencies": [
{
"code": "BBD",
@@ -1480,23 +1530,23 @@
}
],
"translations": {
+ "br": "Barbados",
+ "pt": "Barbados",
+ "nl": "Barbados",
+ "hr": "Barbados",
+ "fa": "باربادوس",
"de": "Barbados",
"es": "Barbados",
"fr": "Barbade",
"ja": "バルバドス",
"it": "Barbados",
- "br": "Barbados",
- "pt": "Barbados",
- "nl": "Barbados",
- "hr": "Barbados",
- "fa": "باربادوس"
+ "hu": "Barbados"
},
- "flag": "https://restcountries.eu/data/brb.svg",
+ "flag": "https://flagcdn.com/bb.svg",
"regionalBlocs": [
{
"acronym": "CARICOM",
"name": "Caribbean Community",
- "otherAcronyms": [],
"otherNames": [
"Comunidad del Caribe",
"Communauté Caribéenne",
@@ -1504,7 +1554,8 @@
]
}
],
- "cioc": "BAR"
+ "cioc": "BAR",
+ "independent": true
},
{
"name": "Belarus",
@@ -1526,16 +1577,16 @@
"Belorussiya",
"Respublika Belarus’"
],
- "region": "Europe",
"subregion": "Eastern Europe",
- "population": 9498700,
+ "region": "Europe",
+ "population": 9398861,
"latlng": [
- 53.0,
- 28.0
+ 53,
+ 28
],
"demonym": "Belarusian",
- "area": 207600.0,
- "gini": 26.5,
+ "area": 207600,
+ "gini": 25.3,
"timezones": [
"UTC+03:00"
],
@@ -1548,6 +1599,10 @@
],
"nativeName": "Белару́сь",
"numericCode": "112",
+ "flags": {
+ "svg": "https://flagcdn.com/by.svg",
+ "png": "https://flagcdn.com/w320/by.png"
+ },
"currencies": [
{
"code": "BYN",
@@ -1575,29 +1630,30 @@
}
],
"translations": {
+ "br": "Belarus",
+ "pt": "Bielorrússia",
+ "nl": "Wit-Rusland",
+ "hr": "Bjelorusija",
+ "fa": "بلاروس",
"de": "Weißrussland",
"es": "Bielorrusia",
"fr": "Biélorussie",
"ja": "ベラルーシ",
"it": "Bielorussia",
- "br": "Bielorrússia",
- "pt": "Bielorrússia",
- "nl": "Wit-Rusland",
- "hr": "Bjelorusija",
- "fa": "بلاروس"
+ "hu": "Fehéroroszország"
},
- "flag": "https://restcountries.eu/data/blr.svg",
+ "flag": "https://flagcdn.com/by.svg",
"regionalBlocs": [
{
"acronym": "EEU",
"name": "Eurasian Economic Union",
"otherAcronyms": [
"EAEU"
- ],
- "otherNames": []
+ ]
}
],
- "cioc": "BLR"
+ "cioc": "BLR",
+ "independent": true
},
{
"name": "Belgium",
@@ -1621,16 +1677,16 @@
"Royaume de Belgique",
"Königreich Belgien"
],
- "region": "Europe",
"subregion": "Western Europe",
- "population": 11319511,
+ "region": "Europe",
+ "population": 11555997,
"latlng": [
50.83333333,
- 4.0
+ 4
],
"demonym": "Belgian",
- "area": 30528.0,
- "gini": 33.0,
+ "area": 30528,
+ "gini": 27.2,
"timezones": [
"UTC+01:00"
],
@@ -1642,6 +1698,10 @@
],
"nativeName": "België",
"numericCode": "056",
+ "flags": {
+ "svg": "https://flagcdn.com/be.svg",
+ "png": "https://flagcdn.com/w320/be.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -1670,27 +1730,27 @@
}
],
"translations": {
+ "br": "Belgia",
+ "pt": "Bélgica",
+ "nl": "België",
+ "hr": "Belgija",
+ "fa": "بلژیک",
"de": "Belgien",
"es": "Bélgica",
"fr": "Belgique",
"ja": "ベルギー",
"it": "Belgio",
- "br": "Bélgica",
- "pt": "Bélgica",
- "nl": "België",
- "hr": "Belgija",
- "fa": "بلژیک"
+ "hu": "Belgium"
},
- "flag": "https://restcountries.eu/data/bel.svg",
+ "flag": "https://flagcdn.com/be.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "BEL"
+ "cioc": "BEL",
+ "independent": true
},
{
"name": "Belize",
@@ -1706,16 +1766,16 @@
"altSpellings": [
"BZ"
],
- "region": "Americas",
"subregion": "Central America",
- "population": 370300,
+ "region": "Americas",
+ "population": 397621,
"latlng": [
17.25,
-88.75
],
"demonym": "Belizean",
- "area": 22966.0,
- "gini": 53.1,
+ "area": 22966,
+ "gini": 53.3,
"timezones": [
"UTC-06:00"
],
@@ -1725,6 +1785,10 @@
],
"nativeName": "Belize",
"numericCode": "084",
+ "flags": {
+ "svg": "https://flagcdn.com/bz.svg",
+ "png": "https://flagcdn.com/w320/bz.png"
+ },
"currencies": [
{
"code": "BZD",
@@ -1747,23 +1811,23 @@
}
],
"translations": {
+ "br": "Belize",
+ "pt": "Belize",
+ "nl": "Belize",
+ "hr": "Belize",
+ "fa": "بلیز",
"de": "Belize",
"es": "Belice",
"fr": "Belize",
"ja": "ベリーズ",
"it": "Belize",
- "br": "Belize",
- "pt": "Belize",
- "nl": "Belize",
- "hr": "Belize",
- "fa": "بلیز"
+ "hu": "Belize"
},
- "flag": "https://restcountries.eu/data/blz.svg",
+ "flag": "https://flagcdn.com/bz.svg",
"regionalBlocs": [
{
"acronym": "CARICOM",
"name": "Caribbean Community",
- "otherAcronyms": [],
"otherNames": [
"Comunidad del Caribe",
"Communauté Caribéenne",
@@ -1781,7 +1845,8 @@
]
}
],
- "cioc": "BIZ"
+ "cioc": "BIZ",
+ "independent": true
},
{
"name": "Benin",
@@ -1799,16 +1864,16 @@
"Republic of Benin",
"République du Bénin"
],
- "region": "Africa",
"subregion": "Western Africa",
- "population": 10653654,
+ "region": "Africa",
+ "population": 12123198,
"latlng": [
9.5,
2.25
],
"demonym": "Beninese",
- "area": 112622.0,
- "gini": 38.6,
+ "area": 112622,
+ "gini": 47.8,
"timezones": [
"UTC+01:00"
],
@@ -1820,6 +1885,10 @@
],
"nativeName": "Bénin",
"numericCode": "204",
+ "flags": {
+ "svg": "https://flagcdn.com/bj.svg",
+ "png": "https://flagcdn.com/w320/bj.png"
+ },
"currencies": [
{
"code": "XOF",
@@ -1836,23 +1905,23 @@
}
],
"translations": {
+ "br": "Benin",
+ "pt": "Benim",
+ "nl": "Benin",
+ "hr": "Benin",
+ "fa": "بنین",
"de": "Benin",
"es": "Benín",
"fr": "Bénin",
"ja": "ベナン",
"it": "Benin",
- "br": "Benin",
- "pt": "Benim",
- "nl": "Benin",
- "hr": "Benin",
- "fa": "بنین"
+ "hu": "Benin"
},
- "flag": "https://restcountries.eu/data/ben.svg",
+ "flag": "https://flagcdn.com/bj.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -1862,7 +1931,8 @@
]
}
],
- "cioc": "BEN"
+ "cioc": "BEN",
+ "independent": true
},
{
"name": "Bermuda",
@@ -1872,7 +1942,7 @@
"alpha2Code": "BM",
"alpha3Code": "BMU",
"callingCodes": [
- "1441"
+ "1"
],
"capital": "Hamilton",
"altSpellings": [
@@ -1881,22 +1951,24 @@
"The Bermudas",
"Somers Isles"
],
- "region": "Americas",
"subregion": "Northern America",
- "population": 61954,
+ "region": "Americas",
+ "population": 63903,
"latlng": [
32.33333333,
-64.75
],
"demonym": "Bermudian",
- "area": 54.0,
- "gini": null,
+ "area": 54,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Bermuda",
"numericCode": "060",
+ "flags": {
+ "svg": "https://flagcdn.com/bm.svg",
+ "png": "https://flagcdn.com/w320/bm.png"
+ },
"currencies": [
{
"code": "BMD",
@@ -1913,20 +1985,21 @@
}
],
"translations": {
+ "br": "Bermuda",
+ "pt": "Bermudas",
+ "nl": "Bermuda",
+ "hr": "Bermudi",
+ "fa": "برمودا",
"de": "Bermuda",
"es": "Bermudas",
"fr": "Bermudes",
"ja": "バミューダ",
"it": "Bermuda",
- "br": "Bermudas",
- "pt": "Bermudas",
- "nl": "Bermuda",
- "hr": "Bermudi",
- "fa": "برمودا"
+ "hu": "Bermuda"
},
- "flag": "https://restcountries.eu/data/bmu.svg",
- "regionalBlocs": [],
- "cioc": "BER"
+ "flag": "https://flagcdn.com/bm.svg",
+ "cioc": "BER",
+ "independent": false
},
{
"name": "Bhutan",
@@ -1943,16 +2016,16 @@
"BT",
"Kingdom of Bhutan"
],
- "region": "Asia",
"subregion": "Southern Asia",
- "population": 775620,
+ "region": "Asia",
+ "population": 771612,
"latlng": [
27.5,
90.5
],
"demonym": "Bhutanese",
- "area": 38394.0,
- "gini": 38.1,
+ "area": 38394,
+ "gini": 37.4,
"timezones": [
"UTC+06:00"
],
@@ -1962,6 +2035,10 @@
],
"nativeName": "ʼbrug-yul",
"numericCode": "064",
+ "flags": {
+ "svg": "https://flagcdn.com/bt.svg",
+ "png": "https://flagcdn.com/w320/bt.png"
+ },
"currencies": [
{
"code": "BTN",
@@ -1983,27 +2060,27 @@
}
],
"translations": {
+ "br": "Bhoutan",
+ "pt": "Butão",
+ "nl": "Bhutan",
+ "hr": "Butan",
+ "fa": "بوتان",
"de": "Bhutan",
"es": "Bután",
"fr": "Bhoutan",
"ja": "ブータン",
"it": "Bhutan",
- "br": "Butão",
- "pt": "Butão",
- "nl": "Bhutan",
- "hr": "Butan",
- "fa": "بوتان"
+ "hu": "Bhután"
},
- "flag": "https://restcountries.eu/data/btn.svg",
+ "flag": "https://flagcdn.com/bt.svg",
"regionalBlocs": [
{
"acronym": "SAARC",
- "name": "South Asian Association for Regional Cooperation",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "South Asian Association for Regional Cooperation"
}
],
- "cioc": "BHU"
+ "cioc": "BHU",
+ "independent": true
},
{
"name": "Bolivia (Plurinational State of)",
@@ -2026,16 +2103,16 @@
"Wuliwya Suyu",
"Tetã Volívia"
],
- "region": "Americas",
"subregion": "South America",
- "population": 10985059,
+ "region": "Americas",
+ "population": 11673029,
"latlng": [
- -17.0,
- -65.0
+ -17,
+ -65
],
"demonym": "Bolivian",
- "area": 1098581.0,
- "gini": 56.3,
+ "area": 1098581,
+ "gini": 41.6,
"timezones": [
"UTC-04:00"
],
@@ -2048,6 +2125,10 @@
],
"nativeName": "Bolivia",
"numericCode": "068",
+ "flags": {
+ "svg": "https://flagcdn.com/bo.svg",
+ "png": "https://flagcdn.com/w320/bo.png"
+ },
"currencies": [
{
"code": "BOB",
@@ -2076,18 +2157,19 @@
}
],
"translations": {
+ "br": "Bolivia",
+ "pt": "Bolívia",
+ "nl": "Bolivia",
+ "hr": "Bolivija",
+ "fa": "بولیوی",
"de": "Bolivien",
"es": "Bolivia",
"fr": "Bolivie",
"ja": "ボリビア多民族国",
"it": "Bolivia",
- "br": "Bolívia",
- "pt": "Bolívia",
- "nl": "Bolivia",
- "hr": "Bolivija",
- "fa": "بولیوی"
+ "hu": "Bolívia"
},
- "flag": "https://restcountries.eu/data/bol.svg",
+ "flag": "https://flagcdn.com/bo.svg",
"regionalBlocs": [
{
"acronym": "USAN",
@@ -2105,7 +2187,8 @@
]
}
],
- "cioc": "BOL"
+ "cioc": "BOL",
+ "independent": true
},
{
"name": "Bonaire, Sint Eustatius and Saba",
@@ -2116,29 +2199,31 @@
"alpha2Code": "BQ",
"alpha3Code": "BES",
"callingCodes": [
- "5997"
+ "599"
],
"capital": "Kralendijk",
"altSpellings": [
"BQ",
"Boneiru"
],
- "region": "Americas",
"subregion": "Caribbean",
+ "region": "Americas",
"population": 17408,
"latlng": [
12.15,
-68.266667
],
"demonym": "Dutch",
- "area": 294.0,
- "gini": null,
+ "area": 294,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Bonaire",
"numericCode": "535",
+ "flags": {
+ "svg": "https://flagcdn.com/bq.svg",
+ "png": "https://flagcdn.com/w320/bq.png"
+ },
"currencies": [
{
"code": "USD",
@@ -2155,20 +2240,20 @@
}
],
"translations": {
+ "br": "Bonaire, Sint Eustatius ha Saba",
+ "pt": "Bonaire",
+ "nl": "Caribisch Nederland",
+ "hr": "Bonaire, Sint Eustatius and Saba",
+ "fa": "بونیر",
"de": "Bonaire, Sint Eustatius und Saba",
- "es": null,
+ "es": "Bonaire, Sint Eustatius and Saba",
"fr": "Bonaire, Saint-Eustache et Saba",
- "ja": null,
+ "ja": "Bonaire, Sint Eustatius and Saba",
"it": "Bonaire, Saint-Eustache e Saba",
- "br": "Bonaire",
- "pt": "Bonaire",
- "nl": null,
- "hr": null,
- "fa": "بونیر"
+ "hu": "Bonaire"
},
- "flag": "https://restcountries.eu/data/bes.svg",
- "regionalBlocs": [],
- "cioc": null
+ "flag": "https://flagcdn.com/bq.svg",
+ "independent": true
},
{
"name": "Bosnia and Herzegovina",
@@ -2186,16 +2271,16 @@
"Bosnia-Herzegovina",
"Босна и Херцеговина"
],
- "region": "Europe",
"subregion": "Southern Europe",
- "population": 3531159,
+ "region": "Europe",
+ "population": 3280815,
"latlng": [
- 44.0,
- 18.0
+ 44,
+ 18
],
"demonym": "Bosnian, Herzegovinian",
- "area": 51209.0,
- "gini": 36.2,
+ "area": 51209,
+ "gini": 33,
"timezones": [
"UTC+01:00"
],
@@ -2206,11 +2291,15 @@
],
"nativeName": "Bosna i Hercegovina",
"numericCode": "070",
+ "flags": {
+ "svg": "https://flagcdn.com/ba.svg",
+ "png": "https://flagcdn.com/w320/ba.png"
+ },
"currencies": [
{
"code": "BAM",
"name": "Bosnia and Herzegovina convertible mark",
- "symbol": null
+ "symbol": "KM"
}
],
"languages": [
@@ -2234,27 +2323,27 @@
}
],
"translations": {
+ "br": "Bosnia-ha-Herzegovina",
+ "pt": "Bósnia e Herzegovina",
+ "nl": "Bosnië en Herzegovina",
+ "hr": "Bosna i Hercegovina",
+ "fa": "بوسنی و هرزگوین",
"de": "Bosnien und Herzegowina",
"es": "Bosnia y Herzegovina",
"fr": "Bosnie-Herzégovine",
"ja": "ボスニア・ヘルツェゴビナ",
"it": "Bosnia ed Erzegovina",
- "br": "Bósnia e Herzegovina",
- "pt": "Bósnia e Herzegovina",
- "nl": "Bosnië en Herzegovina",
- "hr": "Bosna i Hercegovina",
- "fa": "بوسنی و هرزگوین"
+ "hu": "Bosznia-Hercegovina"
},
- "flag": "https://restcountries.eu/data/bih.svg",
+ "flag": "https://flagcdn.com/ba.svg",
"regionalBlocs": [
{
"acronym": "CEFTA",
- "name": "Central European Free Trade Agreement",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Central European Free Trade Agreement"
}
],
- "cioc": "BIH"
+ "cioc": "BIH",
+ "independent": true
},
{
"name": "Botswana",
@@ -2272,16 +2361,16 @@
"Republic of Botswana",
"Lefatshe la Botswana"
],
- "region": "Africa",
"subregion": "Southern Africa",
- "population": 2141206,
+ "region": "Africa",
+ "population": 2351625,
"latlng": [
- -22.0,
- 24.0
+ -22,
+ 24
],
"demonym": "Motswana",
- "area": 582000.0,
- "gini": 61.0,
+ "area": 582000,
+ "gini": 53.3,
"timezones": [
"UTC+02:00"
],
@@ -2293,6 +2382,10 @@
],
"nativeName": "Botswana",
"numericCode": "072",
+ "flags": {
+ "svg": "https://flagcdn.com/bw.svg",
+ "png": "https://flagcdn.com/w320/bw.png"
+ },
"currencies": [
{
"code": "BWP",
@@ -2315,23 +2408,23 @@
}
],
"translations": {
+ "br": "Botswana",
+ "pt": "Botsuana",
+ "nl": "Botswana",
+ "hr": "Bocvana",
+ "fa": "بوتسوانا",
"de": "Botswana",
"es": "Botswana",
"fr": "Botswana",
"ja": "ボツワナ",
"it": "Botswana",
- "br": "Botsuana",
- "pt": "Botsuana",
- "nl": "Botswana",
- "hr": "Bocvana",
- "fa": "بوتسوانا"
+ "hu": "Botswana"
},
- "flag": "https://restcountries.eu/data/bwa.svg",
+ "flag": "https://flagcdn.com/bw.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -2341,7 +2434,8 @@
]
}
],
- "cioc": "BOT"
+ "cioc": "BOT",
+ "independent": true
},
{
"name": "Bouvet Island",
@@ -2351,30 +2445,31 @@
"alpha2Code": "BV",
"alpha3Code": "BVT",
"callingCodes": [
- ""
+ "47"
],
- "capital": "",
"altSpellings": [
"BV",
"Bouvetøya",
"Bouvet-øya"
],
- "region": "",
- "subregion": "",
+ "subregion": "South Antarctic Ocean",
+ "region": "Antarctic Ocean",
"population": 0,
"latlng": [
-54.43333333,
3.4
],
- "demonym": "",
- "area": 49.0,
- "gini": null,
+ "demonym": "Norwegian",
+ "area": 49,
"timezones": [
"UTC+01:00"
],
- "borders": [],
"nativeName": "Bouvetøya",
"numericCode": "074",
+ "flags": {
+ "svg": "https://flagcdn.com/bv.svg",
+ "png": "https://flagcdn.com/w320/bv.png"
+ },
"currencies": [
{
"code": "NOK",
@@ -2403,20 +2498,20 @@
}
],
"translations": {
+ "br": "Enez Bouvet",
+ "pt": "Ilha Bouvet",
+ "nl": "Bouveteiland",
+ "hr": "Otok Bouvet",
+ "fa": "جزیره بووه",
"de": "Bouvetinsel",
"es": "Isla Bouvet",
"fr": "Île Bouvet",
"ja": "ブーベ島",
"it": "Isola Bouvet",
- "br": "Ilha Bouvet",
- "pt": "Ilha Bouvet",
- "nl": "Bouveteiland",
- "hr": "Otok Bouvet",
- "fa": "جزیره بووه"
+ "hu": "Bouvet-sziget"
},
- "flag": "https://restcountries.eu/data/bvt.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/bv.svg",
+ "independent": false
},
{
"name": "Brazil",
@@ -2435,16 +2530,16 @@
"Federative Republic of Brazil",
"República Federativa do Brasil"
],
- "region": "Americas",
"subregion": "South America",
- "population": 206135893,
+ "region": "Americas",
+ "population": 212559409,
"latlng": [
- -10.0,
- -55.0
+ -10,
+ -55
],
"demonym": "Brazilian",
- "area": 8515767.0,
- "gini": 54.7,
+ "area": 8515767,
+ "gini": 53.4,
"timezones": [
"UTC-05:00",
"UTC-04:00",
@@ -2455,6 +2550,7 @@
"ARG",
"BOL",
"COL",
+ "FRA",
"GUF",
"GUY",
"PRY",
@@ -2465,6 +2561,10 @@
],
"nativeName": "Brasil",
"numericCode": "076",
+ "flags": {
+ "svg": "https://flagcdn.com/br.svg",
+ "png": "https://flagcdn.com/w320/br.png"
+ },
"currencies": [
{
"code": "BRL",
@@ -2481,18 +2581,19 @@
}
],
"translations": {
+ "br": "Brazil",
+ "pt": "Brasil",
+ "nl": "Brazilië",
+ "hr": "Brazil",
+ "fa": "برزیل",
"de": "Brasilien",
"es": "Brasil",
"fr": "Brésil",
"ja": "ブラジル",
"it": "Brasile",
- "br": "Brasil",
- "pt": "Brasil",
- "nl": "Brazilië",
- "hr": "Brazil",
- "fa": "برزیل"
+ "hu": "Brazília"
},
- "flag": "https://restcountries.eu/data/bra.svg",
+ "flag": "https://flagcdn.com/br.svg",
"regionalBlocs": [
{
"acronym": "USAN",
@@ -2510,7 +2611,8 @@
]
}
],
- "cioc": "BRA"
+ "cioc": "BRA",
+ "independent": true
},
{
"name": "British Indian Ocean Territory",
@@ -2526,22 +2628,24 @@
"altSpellings": [
"IO"
],
- "region": "Africa",
"subregion": "Eastern Africa",
+ "region": "Africa",
"population": 3000,
"latlng": [
- -6.0,
+ -6,
71.5
],
"demonym": "Indian",
- "area": 60.0,
- "gini": null,
+ "area": 60,
"timezones": [
"UTC+06:00"
],
- "borders": [],
"nativeName": "British Indian Ocean Territory",
"numericCode": "086",
+ "flags": {
+ "svg": "https://flagcdn.com/io.svg",
+ "png": "https://flagcdn.com/w320/io.png"
+ },
"currencies": [
{
"code": "USD",
@@ -2558,23 +2662,23 @@
}
],
"translations": {
+ "br": "Tiriad breizhveurat Meurvor Indez",
+ "pt": "Território Britânico do Oceano Índico",
+ "nl": "Britse Gebieden in de Indische Oceaan",
+ "hr": "Britanski Indijskooceanski teritorij",
+ "fa": "قلمرو بریتانیا در اقیانوس هند",
"de": "Britisches Territorium im Indischen Ozean",
"es": "Territorio Británico del Océano Índico",
"fr": "Territoire britannique de l'océan Indien",
"ja": "イギリス領インド洋地域",
"it": "Territorio britannico dell'oceano indiano",
- "br": "Território Britânico do Oceano íÍdico",
- "pt": "Território Britânico do Oceano Índico",
- "nl": "Britse Gebieden in de Indische Oceaan",
- "hr": "Britanski Indijskooceanski teritorij",
- "fa": "قلمرو بریتانیا در اقیانوس هند"
+ "hu": "Brit Indiai-óceáni Terület"
},
- "flag": "https://restcountries.eu/data/iot.svg",
+ "flag": "https://flagcdn.com/io.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -2584,7 +2688,7 @@
]
}
],
- "cioc": ""
+ "independent": true
},
{
"name": "United States Minor Outlying Islands",
@@ -2594,32 +2698,31 @@
"alpha2Code": "UM",
"alpha3Code": "UMI",
"callingCodes": [
- ""
+ "246"
],
- "capital": "",
"altSpellings": [
"UM"
],
- "region": "Americas",
"subregion": "Northern America",
+ "region": "Americas",
"population": 300,
- "latlng": [],
"demonym": "American",
- "area": null,
- "gini": null,
"timezones": [
"UTC-11:00",
"UTC-10:00",
"UTC+12:00"
],
- "borders": [],
"nativeName": "United States Minor Outlying Islands",
"numericCode": "581",
+ "flags": {
+ "svg": "https://flagcdn.com/um.svg",
+ "png": "https://flagcdn.com/w320/um.png"
+ },
"currencies": [
{
- "code": "USD",
- "name": "United States Dollar",
- "symbol": "$"
+ "code": "GBP",
+ "name": "British pound",
+ "symbol": "£"
}
],
"languages": [
@@ -2631,20 +2734,20 @@
}
],
"translations": {
+ "br": "Inizi Minor A-bell Stadoù-Unanet",
+ "pt": "Ilhas Menores Distantes dos Estados Unidos",
+ "nl": "Kleine afgelegen eilanden van de Verenigde Staten",
+ "hr": "Mali udaljeni otoci SAD-a",
+ "fa": "جزایر کوچک حاشیهای ایالات متحده آمریکا",
"de": "Kleinere Inselbesitzungen der Vereinigten Staaten",
"es": "Islas Ultramarinas Menores de Estados Unidos",
"fr": "Îles mineures éloignées des États-Unis",
"ja": "合衆国領有小離島",
"it": "Isole minori esterne degli Stati Uniti d'America",
- "br": "Ilhas Menores Distantes dos Estados Unidos",
- "pt": "Ilhas Menores Distantes dos Estados Unidos",
- "nl": "Kleine afgelegen eilanden van de Verenigde Staten",
- "hr": "Mali udaljeni otoci SAD-a",
- "fa": "جزایر کوچک حاشیهای ایالات متحده آمریکا"
+ "hu": "Amerikai Egyesült Államok lakatlan külbirtokai"
},
- "flag": "https://restcountries.eu/data/umi.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/um.svg",
+ "independent": false
},
{
"name": "Virgin Islands (British)",
@@ -2654,34 +2757,31 @@
"alpha2Code": "VG",
"alpha3Code": "VGB",
"callingCodes": [
- "1284"
+ "1"
],
"capital": "Road Town",
"altSpellings": [
"VG"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 28514,
+ "region": "Americas",
+ "population": 30237,
"latlng": [
18.431383,
-64.62305
],
"demonym": "Virgin Islander",
- "area": 151.0,
- "gini": null,
+ "area": 151,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "British Virgin Islands",
"numericCode": "092",
+ "flags": {
+ "svg": "https://flagcdn.com/vg.svg",
+ "png": "https://flagcdn.com/w320/vg.png"
+ },
"currencies": [
- {
- "code": null,
- "name": "[D]",
- "symbol": "$"
- },
{
"code": "USD",
"name": "United States dollar",
@@ -2697,20 +2797,21 @@
}
],
"translations": {
+ "br": "Inizi Gwerc'h Breizhveurat",
+ "pt": "Ilhas Virgens Britânicas",
+ "nl": "Britse Maagdeneilanden",
+ "hr": "Britanski Djevičanski Otoci",
+ "fa": "جزایر ویرجین بریتانیا",
"de": "Britische Jungferninseln",
"es": "Islas Vírgenes del Reino Unido",
"fr": "Îles Vierges britanniques",
"ja": "イギリス領ヴァージン諸島",
"it": "Isole Vergini Britanniche",
- "br": "Ilhas Virgens Britânicas",
- "pt": "Ilhas Virgens Britânicas",
- "nl": "Britse Maagdeneilanden",
- "hr": "Britanski Djevičanski Otoci",
- "fa": "جزایر ویرجین بریتانیا"
+ "hu": "Brit Virgin-szigetek"
},
- "flag": "https://restcountries.eu/data/vgb.svg",
- "regionalBlocs": [],
- "cioc": "IVB"
+ "flag": "https://flagcdn.com/vg.svg",
+ "cioc": "IVB",
+ "independent": false
},
{
"name": "Virgin Islands (U.S.)",
@@ -2729,22 +2830,24 @@
"American Virgin Islands",
"U.S. Virgin Islands"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 114743,
+ "region": "Americas",
+ "population": 106290,
"latlng": [
18.34,
-64.93
],
"demonym": "Virgin Islander",
"area": 346.36,
- "gini": null,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Virgin Islands of the United States",
"numericCode": "850",
+ "flags": {
+ "svg": "https://flagcdn.com/vi.svg",
+ "png": "https://flagcdn.com/w320/vi.png"
+ },
"currencies": [
{
"code": "USD",
@@ -2761,20 +2864,21 @@
}
],
"translations": {
+ "br": "Inizi Gwerc'h ar Stadoù-Unanet",
+ "pt": "Ilhas Virgens Americanas",
+ "nl": "Verenigde Staten Maagdeneilanden",
+ "hr": "Virgin Islands (U.S.)",
+ "fa": "جزایر ویرجین آمریکا",
"de": "Amerikanische Jungferninseln",
"es": "Islas Vírgenes de los Estados Unidos",
"fr": "Îles Vierges des États-Unis",
"ja": "アメリカ領ヴァージン諸島",
"it": "Isole Vergini americane",
- "br": "Ilhas Virgens Americanas",
- "pt": "Ilhas Virgens Americanas",
- "nl": "Verenigde Staten Maagdeneilanden",
- "hr": null,
- "fa": "جزایر ویرجین آمریکا"
+ "hu": "Amerikai Virgin-szigetek"
},
- "flag": "https://restcountries.eu/data/vir.svg",
- "regionalBlocs": [],
- "cioc": "ISV"
+ "flag": "https://flagcdn.com/vi.svg",
+ "cioc": "ISV",
+ "independent": false
},
{
"name": "Brunei Darussalam",
@@ -2792,16 +2896,15 @@
"Nation of Brunei",
" the Abode of Peace"
],
- "region": "Asia",
"subregion": "South-Eastern Asia",
- "population": 411900,
+ "region": "Asia",
+ "population": 437483,
"latlng": [
4.5,
114.66666666
],
"demonym": "Bruneian",
- "area": 5765.0,
- "gini": null,
+ "area": 5765,
"timezones": [
"UTC+08:00"
],
@@ -2810,6 +2913,10 @@
],
"nativeName": "Negara Brunei Darussalam",
"numericCode": "096",
+ "flags": {
+ "svg": "https://flagcdn.com/bn.svg",
+ "png": "https://flagcdn.com/w320/bn.png"
+ },
"currencies": [
{
"code": "BND",
@@ -2831,27 +2938,27 @@
}
],
"translations": {
+ "br": "Brunei",
+ "pt": "Brunei",
+ "nl": "Brunei",
+ "hr": "Brunej",
+ "fa": "برونئی",
"de": "Brunei",
"es": "Brunei",
"fr": "Brunei",
"ja": "ブルネイ・ダルサラーム",
"it": "Brunei",
- "br": "Brunei",
- "pt": "Brunei",
- "nl": "Brunei",
- "hr": "Brunej",
- "fa": "برونئی"
+ "hu": "Brunei"
},
- "flag": "https://restcountries.eu/data/brn.svg",
+ "flag": "https://flagcdn.com/bn.svg",
"regionalBlocs": [
{
"acronym": "ASEAN",
- "name": "Association of Southeast Asian Nations",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Association of Southeast Asian Nations"
}
],
- "cioc": "BRU"
+ "cioc": "BRU",
+ "independent": true
},
{
"name": "Bulgaria",
@@ -2869,16 +2976,16 @@
"Republic of Bulgaria",
"Република България"
],
- "region": "Europe",
"subregion": "Eastern Europe",
- "population": 7153784,
+ "region": "Europe",
+ "population": 6927288,
"latlng": [
- 43.0,
- 25.0
+ 43,
+ 25
],
"demonym": "Bulgarian",
- "area": 110879.0,
- "gini": 28.2,
+ "area": 110879,
+ "gini": 41.3,
"timezones": [
"UTC+02:00"
],
@@ -2891,6 +2998,10 @@
],
"nativeName": "България",
"numericCode": "100",
+ "flags": {
+ "svg": "https://flagcdn.com/bg.svg",
+ "png": "https://flagcdn.com/w320/bg.png"
+ },
"currencies": [
{
"code": "BGN",
@@ -2907,27 +3018,27 @@
}
],
"translations": {
+ "br": "Bulgaria",
+ "pt": "Bulgária",
+ "nl": "Bulgarije",
+ "hr": "Bugarska",
+ "fa": "بلغارستان",
"de": "Bulgarien",
"es": "Bulgaria",
"fr": "Bulgarie",
"ja": "ブルガリア",
"it": "Bulgaria",
- "br": "Bulgária",
- "pt": "Bulgária",
- "nl": "Bulgarije",
- "hr": "Bugarska",
- "fa": "بلغارستان"
+ "hu": "Bulgária"
},
- "flag": "https://restcountries.eu/data/bgr.svg",
+ "flag": "https://flagcdn.com/bg.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "BUL"
+ "cioc": "BUL",
+ "independent": true
},
{
"name": "Burkina Faso",
@@ -2943,16 +3054,16 @@
"altSpellings": [
"BF"
],
- "region": "Africa",
"subregion": "Western Africa",
- "population": 19034397,
+ "region": "Africa",
+ "population": 20903278,
"latlng": [
- 13.0,
- -2.0
+ 13,
+ -2
],
"demonym": "Burkinabe",
- "area": 272967.0,
- "gini": 39.8,
+ "area": 272967,
+ "gini": 35.3,
"timezones": [
"UTC"
],
@@ -2966,6 +3077,10 @@
],
"nativeName": "Burkina Faso",
"numericCode": "854",
+ "flags": {
+ "svg": "https://flagcdn.com/bf.svg",
+ "png": "https://flagcdn.com/w320/bf.png"
+ },
"currencies": [
{
"code": "XOF",
@@ -2988,23 +3103,23 @@
}
],
"translations": {
+ "br": "Burkina Faso",
+ "pt": "Burquina Faso",
+ "nl": "Burkina Faso",
+ "hr": "Burkina Faso",
+ "fa": "بورکینافاسو",
"de": "Burkina Faso",
"es": "Burkina Faso",
"fr": "Burkina Faso",
"ja": "ブルキナファソ",
"it": "Burkina Faso",
- "br": "Burkina Faso",
- "pt": "Burquina Faso",
- "nl": "Burkina Faso",
- "hr": "Burkina Faso",
- "fa": "بورکینافاسو"
+ "hu": "Burkina Faso"
},
- "flag": "https://restcountries.eu/data/bfa.svg",
+ "flag": "https://flagcdn.com/bf.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -3014,7 +3129,8 @@
]
}
],
- "cioc": "BUR"
+ "cioc": "BUR",
+ "independent": true
},
{
"name": "Burundi",
@@ -3026,23 +3142,23 @@
"callingCodes": [
"257"
],
- "capital": "Bujumbura",
+ "capital": "Gitega",
"altSpellings": [
"BI",
"Republic of Burundi",
"Republika y'Uburundi",
"République du Burundi"
],
- "region": "Africa",
"subregion": "Eastern Africa",
- "population": 10114505,
+ "region": "Africa",
+ "population": 11890781,
"latlng": [
-3.5,
- 30.0
+ 30
],
"demonym": "Burundian",
- "area": 27834.0,
- "gini": 33.3,
+ "area": 27834,
+ "gini": 38.6,
"timezones": [
"UTC+02:00"
],
@@ -3053,6 +3169,10 @@
],
"nativeName": "Burundi",
"numericCode": "108",
+ "flags": {
+ "svg": "https://flagcdn.com/bi.svg",
+ "png": "https://flagcdn.com/w320/bi.png"
+ },
"currencies": [
{
"code": "BIF",
@@ -3075,23 +3195,23 @@
}
],
"translations": {
+ "br": "Burundi",
+ "pt": "Burúndi",
+ "nl": "Burundi",
+ "hr": "Burundi",
+ "fa": "بوروندی",
"de": "Burundi",
"es": "Burundi",
"fr": "Burundi",
"ja": "ブルンジ",
"it": "Burundi",
- "br": "Burundi",
- "pt": "Burúndi",
- "nl": "Burundi",
- "hr": "Burundi",
- "fa": "بوروندی"
+ "hu": "Burundi"
},
- "flag": "https://restcountries.eu/data/bdi.svg",
+ "flag": "https://flagcdn.com/bi.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -3101,7 +3221,8 @@
]
}
],
- "cioc": "BDI"
+ "cioc": "BDI",
+ "independent": true
},
{
"name": "Cambodia",
@@ -3118,16 +3239,15 @@
"KH",
"Kingdom of Cambodia"
],
- "region": "Asia",
"subregion": "South-Eastern Asia",
- "population": 15626444,
+ "region": "Asia",
+ "population": 16718971,
"latlng": [
- 13.0,
- 105.0
+ 13,
+ 105
],
"demonym": "Cambodian",
- "area": 181035.0,
- "gini": 37.9,
+ "area": 181035,
"timezones": [
"UTC+07:00"
],
@@ -3138,6 +3258,10 @@
],
"nativeName": "Kâmpŭchéa",
"numericCode": "116",
+ "flags": {
+ "svg": "https://flagcdn.com/kh.svg",
+ "png": "https://flagcdn.com/w320/kh.png"
+ },
"currencies": [
{
"code": "KHR",
@@ -3159,27 +3283,27 @@
}
],
"translations": {
+ "br": "Kambodja",
+ "pt": "Camboja",
+ "nl": "Cambodja",
+ "hr": "Kambodža",
+ "fa": "کامبوج",
"de": "Kambodscha",
"es": "Camboya",
"fr": "Cambodge",
"ja": "カンボジア",
"it": "Cambogia",
- "br": "Camboja",
- "pt": "Camboja",
- "nl": "Cambodja",
- "hr": "Kambodža",
- "fa": "کامبوج"
+ "hu": "Kambodzsa"
},
- "flag": "https://restcountries.eu/data/khm.svg",
+ "flag": "https://flagcdn.com/kh.svg",
"regionalBlocs": [
{
"acronym": "ASEAN",
- "name": "Association of Southeast Asian Nations",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Association of Southeast Asian Nations"
}
],
- "cioc": "CAM"
+ "cioc": "CAM",
+ "independent": true
},
{
"name": "Cameroon",
@@ -3197,16 +3321,16 @@
"Republic of Cameroon",
"République du Cameroun"
],
- "region": "Africa",
"subregion": "Middle Africa",
- "population": 22709892,
+ "region": "Africa",
+ "population": 26545864,
"latlng": [
- 6.0,
- 12.0
+ 6,
+ 12
],
"demonym": "Cameroonian",
- "area": 475442.0,
- "gini": 38.9,
+ "area": 475442,
+ "gini": 46.6,
"timezones": [
"UTC+01:00"
],
@@ -3220,6 +3344,10 @@
],
"nativeName": "Cameroon",
"numericCode": "120",
+ "flags": {
+ "svg": "https://flagcdn.com/cm.svg",
+ "png": "https://flagcdn.com/w320/cm.png"
+ },
"currencies": [
{
"code": "XAF",
@@ -3242,23 +3370,23 @@
}
],
"translations": {
+ "br": "Kameroun",
+ "pt": "Camarões",
+ "nl": "Kameroen",
+ "hr": "Kamerun",
+ "fa": "کامرون",
"de": "Kamerun",
"es": "Camerún",
"fr": "Cameroun",
"ja": "カメルーン",
"it": "Camerun",
- "br": "Camarões",
- "pt": "Camarões",
- "nl": "Kameroen",
- "hr": "Kamerun",
- "fa": "کامرون"
+ "hu": "Kamerun"
},
- "flag": "https://restcountries.eu/data/cmr.svg",
+ "flag": "https://flagcdn.com/cm.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -3268,7 +3396,8 @@
]
}
],
- "cioc": "CMR"
+ "cioc": "CMR",
+ "independent": true
},
{
"name": "Canada",
@@ -3284,16 +3413,16 @@
"altSpellings": [
"CA"
],
- "region": "Americas",
"subregion": "Northern America",
- "population": 36155487,
+ "region": "Americas",
+ "population": 38005238,
"latlng": [
- 60.0,
- -95.0
+ 60,
+ -95
],
"demonym": "Canadian",
- "area": 9984670.0,
- "gini": 32.6,
+ "area": 9984670,
+ "gini": 33.3,
"timezones": [
"UTC-08:00",
"UTC-07:00",
@@ -3307,6 +3436,10 @@
],
"nativeName": "Canada",
"numericCode": "124",
+ "flags": {
+ "svg": "https://flagcdn.com/ca.svg",
+ "png": "https://flagcdn.com/w320/ca.png"
+ },
"currencies": [
{
"code": "CAD",
@@ -3329,30 +3462,31 @@
}
],
"translations": {
+ "br": "Kanada",
+ "pt": "Canadá",
+ "nl": "Canada",
+ "hr": "Kanada",
+ "fa": "کانادا",
"de": "Kanada",
"es": "Canadá",
"fr": "Canada",
"ja": "カナダ",
"it": "Canada",
- "br": "Canadá",
- "pt": "Canadá",
- "nl": "Canada",
- "hr": "Kanada",
- "fa": "کانادا"
+ "hu": "Kanada"
},
- "flag": "https://restcountries.eu/data/can.svg",
+ "flag": "https://flagcdn.com/ca.svg",
"regionalBlocs": [
{
"acronym": "NAFTA",
"name": "North American Free Trade Agreement",
- "otherAcronyms": [],
"otherNames": [
"Tratado de Libre Comercio de América del Norte",
"Accord de Libre-échange Nord-Américain"
]
}
],
- "cioc": "CAN"
+ "cioc": "CAN",
+ "independent": true
},
{
"name": "Cabo Verde",
@@ -3370,22 +3504,25 @@
"Republic of Cabo Verde",
"República de Cabo Verde"
],
- "region": "Africa",
"subregion": "Western Africa",
- "population": 531239,
+ "region": "Africa",
+ "population": 555988,
"latlng": [
- 16.0,
- -24.0
+ 16,
+ -24
],
"demonym": "Cape Verdian",
- "area": 4033.0,
- "gini": 50.5,
+ "area": 4033,
+ "gini": 42.4,
"timezones": [
"UTC-01:00"
],
- "borders": [],
"nativeName": "Cabo Verde",
"numericCode": "132",
+ "flags": {
+ "svg": "https://flagcdn.com/cv.svg",
+ "png": "https://flagcdn.com/w320/cv.png"
+ },
"currencies": [
{
"code": "CVE",
@@ -3402,23 +3539,23 @@
}
],
"translations": {
+ "br": "Kab Glas",
+ "pt": "Cabo Verde",
+ "nl": "Kaapverdië",
+ "hr": "Zelenortska Republika",
+ "fa": "کیپ ورد",
"de": "Kap Verde",
"es": "Cabo Verde",
"fr": "Cap Vert",
"ja": "カーボベルデ",
"it": "Capo Verde",
- "br": "Cabo Verde",
- "pt": "Cabo Verde",
- "nl": "Kaapverdië",
- "hr": "Zelenortska Republika",
- "fa": "کیپ ورد"
+ "hu": "Zöld-foki Köztársaság"
},
- "flag": "https://restcountries.eu/data/cpv.svg",
+ "flag": "https://flagcdn.com/cv.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -3428,7 +3565,8 @@
]
}
],
- "cioc": "CPV"
+ "cioc": "CPV",
+ "independent": true
},
{
"name": "Cayman Islands",
@@ -3438,28 +3576,30 @@
"alpha2Code": "KY",
"alpha3Code": "CYM",
"callingCodes": [
- "1345"
+ "1"
],
"capital": "George Town",
"altSpellings": [
"KY"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 58238,
+ "region": "Americas",
+ "population": 65720,
"latlng": [
19.5,
-80.5
],
"demonym": "Caymanian",
- "area": 264.0,
- "gini": null,
+ "area": 264,
"timezones": [
"UTC-05:00"
],
- "borders": [],
"nativeName": "Cayman Islands",
"numericCode": "136",
+ "flags": {
+ "svg": "https://flagcdn.com/ky.svg",
+ "png": "https://flagcdn.com/w320/ky.png"
+ },
"currencies": [
{
"code": "KYD",
@@ -3476,20 +3616,21 @@
}
],
"translations": {
+ "br": "Inizi Cayman",
+ "pt": "Ilhas Caimão",
+ "nl": "Caymaneilanden",
+ "hr": "Kajmanski otoci",
+ "fa": "جزایر کیمن",
"de": "Kaimaninseln",
"es": "Islas Caimán",
"fr": "Îles Caïmans",
"ja": "ケイマン諸島",
"it": "Isole Cayman",
- "br": "Ilhas Cayman",
- "pt": "Ilhas Caimão",
- "nl": "Caymaneilanden",
- "hr": "Kajmanski otoci",
- "fa": "جزایر کیمن"
+ "hu": "Kajmán-szigetek"
},
- "flag": "https://restcountries.eu/data/cym.svg",
- "regionalBlocs": [],
- "cioc": "CAY"
+ "flag": "https://flagcdn.com/ky.svg",
+ "cioc": "CAY",
+ "independent": false
},
{
"name": "Central African Republic",
@@ -3507,16 +3648,16 @@
"Central African Republic",
"République centrafricaine"
],
- "region": "Africa",
"subregion": "Middle Africa",
- "population": 4998000,
+ "region": "Africa",
+ "population": 4829764,
"latlng": [
- 7.0,
- 21.0
+ 7,
+ 21
],
"demonym": "Central African",
- "area": 622984.0,
- "gini": 56.3,
+ "area": 622984,
+ "gini": 56.2,
"timezones": [
"UTC+01:00"
],
@@ -3530,6 +3671,10 @@
],
"nativeName": "Ködörösêse tî Bêafrîka",
"numericCode": "140",
+ "flags": {
+ "svg": "https://flagcdn.com/cf.svg",
+ "png": "https://flagcdn.com/w320/cf.png"
+ },
"currencies": [
{
"code": "XAF",
@@ -3552,23 +3697,23 @@
}
],
"translations": {
+ "br": "Republik Kreizafrikan",
+ "pt": "República Centro-Africana",
+ "nl": "Centraal-Afrikaanse Republiek",
+ "hr": "Srednjoafrička Republika",
+ "fa": "جمهوری آفریقای مرکزی",
"de": "Zentralafrikanische Republik",
"es": "República Centroafricana",
"fr": "République centrafricaine",
"ja": "中央アフリカ共和国",
"it": "Repubblica Centrafricana",
- "br": "República Centro-Africana",
- "pt": "República Centro-Africana",
- "nl": "Centraal-Afrikaanse Republiek",
- "hr": "Srednjoafrička Republika",
- "fa": "جمهوری آفریقای مرکزی"
+ "hu": "Közép-afrikai Köztársaság"
},
- "flag": "https://restcountries.eu/data/caf.svg",
+ "flag": "https://flagcdn.com/cf.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -3578,7 +3723,8 @@
]
}
],
- "cioc": "CAF"
+ "cioc": "CAF",
+ "independent": true
},
{
"name": "Chad",
@@ -3597,16 +3743,16 @@
"Republic of Chad",
"République du Tchad"
],
- "region": "Africa",
"subregion": "Middle Africa",
- "population": 14497000,
+ "region": "Africa",
+ "population": 16425859,
"latlng": [
- 15.0,
- 19.0
+ 15,
+ 19
],
"demonym": "Chadian",
- "area": 1284000.0,
- "gini": 39.8,
+ "area": 1284000,
+ "gini": 43.3,
"timezones": [
"UTC+01:00"
],
@@ -3616,10 +3762,14 @@
"LBY",
"NER",
"NGA",
- "SSD"
+ "SDN"
],
"nativeName": "Tchad",
"numericCode": "148",
+ "flags": {
+ "svg": "https://flagcdn.com/td.svg",
+ "png": "https://flagcdn.com/w320/td.png"
+ },
"currencies": [
{
"code": "XAF",
@@ -3642,23 +3792,23 @@
}
],
"translations": {
+ "br": "Tchad",
+ "pt": "Chade",
+ "nl": "Tsjaad",
+ "hr": "Čad",
+ "fa": "چاد",
"de": "Tschad",
"es": "Chad",
"fr": "Tchad",
"ja": "チャド",
"it": "Ciad",
- "br": "Chade",
- "pt": "Chade",
- "nl": "Tsjaad",
- "hr": "Čad",
- "fa": "چاد"
+ "hu": "Csád"
},
- "flag": "https://restcountries.eu/data/tcd.svg",
+ "flag": "https://flagcdn.com/td.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -3668,7 +3818,8 @@
]
}
],
- "cioc": "CHA"
+ "cioc": "CHA",
+ "independent": true
},
{
"name": "Chile",
@@ -3686,16 +3837,16 @@
"Republic of Chile",
"República de Chile"
],
- "region": "Americas",
"subregion": "South America",
- "population": 18191900,
+ "region": "Americas",
+ "population": 19116209,
"latlng": [
- -30.0,
- -71.0
+ -30,
+ -71
],
"demonym": "Chilean",
- "area": 756102.0,
- "gini": 52.1,
+ "area": 756102,
+ "gini": 44.4,
"timezones": [
"UTC-06:00",
"UTC-04:00"
@@ -3707,6 +3858,10 @@
],
"nativeName": "Chile",
"numericCode": "152",
+ "flags": {
+ "svg": "https://flagcdn.com/cl.svg",
+ "png": "https://flagcdn.com/w320/cl.png"
+ },
"currencies": [
{
"code": "CLP",
@@ -3723,23 +3878,23 @@
}
],
"translations": {
+ "br": "Chile",
+ "pt": "Chile",
+ "nl": "Chili",
+ "hr": "Čile",
+ "fa": "شیلی",
"de": "Chile",
"es": "Chile",
"fr": "Chili",
"ja": "チリ",
"it": "Cile",
- "br": "Chile",
- "pt": "Chile",
- "nl": "Chili",
- "hr": "Čile",
- "fa": "شیلی"
+ "hu": "Chile"
},
- "flag": "https://restcountries.eu/data/chl.svg",
+ "flag": "https://flagcdn.com/cl.svg",
"regionalBlocs": [
{
"acronym": "PA",
"name": "Pacific Alliance",
- "otherAcronyms": [],
"otherNames": [
"Alianza del Pacífico"
]
@@ -3760,7 +3915,8 @@
]
}
],
- "cioc": "CHI"
+ "cioc": "CHI",
+ "independent": true
},
{
"name": "China",
@@ -3782,16 +3938,16 @@
"中华人民共和国",
"Zhōnghuá Rénmín Gònghéguó"
],
- "region": "Asia",
"subregion": "Eastern Asia",
- "population": 1377422166,
+ "region": "Asia",
+ "population": 1402112000,
"latlng": [
- 35.0,
- 105.0
+ 35,
+ 105
],
"demonym": "Chinese",
- "area": 9640011.0,
- "gini": 47.0,
+ "area": 9640011,
+ "gini": 38.5,
"timezones": [
"UTC+08:00"
],
@@ -3810,10 +3966,15 @@
"PAK",
"RUS",
"TJK",
- "VNM"
+ "VNM",
+ "NPL"
],
"nativeName": "中国",
"numericCode": "156",
+ "flags": {
+ "svg": "https://flagcdn.com/cn.svg",
+ "png": "https://flagcdn.com/w320/cn.png"
+ },
"currencies": [
{
"code": "CNY",
@@ -3830,20 +3991,21 @@
}
],
"translations": {
+ "br": "Sina",
+ "pt": "China",
+ "nl": "China",
+ "hr": "Kina",
+ "fa": "چین",
"de": "China",
"es": "China",
"fr": "Chine",
"ja": "中国",
"it": "Cina",
- "br": "China",
- "pt": "China",
- "nl": "China",
- "hr": "Kina",
- "fa": "چین"
+ "hu": "Kína"
},
- "flag": "https://restcountries.eu/data/chn.svg",
- "regionalBlocs": [],
- "cioc": "CHN"
+ "flag": "https://flagcdn.com/cn.svg",
+ "cioc": "CHN",
+ "independent": true
},
{
"name": "Christmas Island",
@@ -3860,22 +4022,24 @@
"CX",
"Territory of Christmas Island"
],
- "region": "Oceania",
"subregion": "Australia and New Zealand",
+ "region": "Oceania",
"population": 2072,
"latlng": [
-10.5,
105.66666666
],
"demonym": "Christmas Island",
- "area": 135.0,
- "gini": null,
+ "area": 135,
"timezones": [
"UTC+07:00"
],
- "borders": [],
"nativeName": "Christmas Island",
"numericCode": "162",
+ "flags": {
+ "svg": "https://flagcdn.com/cx.svg",
+ "png": "https://flagcdn.com/w320/cx.png"
+ },
"currencies": [
{
"code": "AUD",
@@ -3892,20 +4056,20 @@
}
],
"translations": {
+ "br": "Enez Christmas",
+ "pt": "Ilha do Natal",
+ "nl": "Christmaseiland",
+ "hr": "Božićni otok",
+ "fa": "جزیره کریسمس",
"de": "Weihnachtsinsel",
"es": "Isla de Navidad",
"fr": "Île Christmas",
"ja": "クリスマス島",
"it": "Isola di Natale",
- "br": "Ilha Christmas",
- "pt": "Ilha do Natal",
- "nl": "Christmaseiland",
- "hr": "Božićni otok",
- "fa": "جزیره کریسمس"
+ "hu": "Karácsony-sziget"
},
- "flag": "https://restcountries.eu/data/cxr.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/cx.svg",
+ "independent": false
},
{
"name": "Cocos (Keeling) Islands",
@@ -3923,22 +4087,24 @@
"Territory of the Cocos (Keeling) Islands",
"Keeling Islands"
],
- "region": "Oceania",
"subregion": "Australia and New Zealand",
+ "region": "Oceania",
"population": 550,
"latlng": [
-12.5,
96.83333333
],
"demonym": "Cocos Islander",
- "area": 14.0,
- "gini": null,
+ "area": 14,
"timezones": [
"UTC+06:30"
],
- "borders": [],
"nativeName": "Cocos (Keeling) Islands",
"numericCode": "166",
+ "flags": {
+ "svg": "https://flagcdn.com/cc.svg",
+ "png": "https://flagcdn.com/w320/cc.png"
+ },
"currencies": [
{
"code": "AUD",
@@ -3955,20 +4121,20 @@
}
],
"translations": {
+ "br": "Inizi Cocos (Keeling)",
+ "pt": "Ilhas dos Cocos",
+ "nl": "Cocoseilanden",
+ "hr": "Kokosovi Otoci",
+ "fa": "جزایر کوکوس",
"de": "Kokosinseln",
"es": "Islas Cocos o Islas Keeling",
"fr": "Îles Cocos",
"ja": "ココス(キーリング)諸島",
"it": "Isole Cocos e Keeling",
- "br": "Ilhas Cocos",
- "pt": "Ilhas dos Cocos",
- "nl": "Cocoseilanden",
- "hr": "Kokosovi Otoci",
- "fa": "جزایر کوکوس"
+ "hu": "Kókusz-szigetek"
},
- "flag": "https://restcountries.eu/data/cck.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/cc.svg",
+ "independent": false
},
{
"name": "Colombia",
@@ -3986,16 +4152,16 @@
"Republic of Colombia",
"República de Colombia"
],
- "region": "Americas",
"subregion": "South America",
- "population": 48759958,
+ "region": "Americas",
+ "population": 50882884,
"latlng": [
- 4.0,
- -72.0
+ 4,
+ -72
],
"demonym": "Colombian",
- "area": 1141748.0,
- "gini": 55.9,
+ "area": 1141748,
+ "gini": 51.3,
"timezones": [
"UTC-05:00"
],
@@ -4008,6 +4174,10 @@
],
"nativeName": "Colombia",
"numericCode": "170",
+ "flags": {
+ "svg": "https://flagcdn.com/co.svg",
+ "png": "https://flagcdn.com/w320/co.png"
+ },
"currencies": [
{
"code": "COP",
@@ -4024,23 +4194,23 @@
}
],
"translations": {
+ "br": "Kolombia",
+ "pt": "Colômbia",
+ "nl": "Colombia",
+ "hr": "Kolumbija",
+ "fa": "کلمبیا",
"de": "Kolumbien",
"es": "Colombia",
"fr": "Colombie",
"ja": "コロンビア",
"it": "Colombia",
- "br": "Colômbia",
- "pt": "Colômbia",
- "nl": "Colombia",
- "hr": "Kolumbija",
- "fa": "کلمبیا"
+ "hu": "Kolumbia"
},
- "flag": "https://restcountries.eu/data/col.svg",
+ "flag": "https://flagcdn.com/co.svg",
"regionalBlocs": [
{
"acronym": "PA",
"name": "Pacific Alliance",
- "otherAcronyms": [],
"otherNames": [
"Alianza del Pacífico"
]
@@ -4061,7 +4231,8 @@
]
}
],
- "cioc": "COL"
+ "cioc": "COL",
+ "independent": true
},
{
"name": "Comoros",
@@ -4081,22 +4252,25 @@
"Udzima wa Komori",
"al-Ittiḥād al-Qumurī"
],
- "region": "Africa",
"subregion": "Eastern Africa",
- "population": 806153,
+ "region": "Africa",
+ "population": 869595,
"latlng": [
-12.16666666,
44.25
],
"demonym": "Comoran",
- "area": 1862.0,
- "gini": 64.3,
+ "area": 1862,
+ "gini": 45.3,
"timezones": [
"UTC+03:00"
],
- "borders": [],
"nativeName": "Komori",
"numericCode": "174",
+ "flags": {
+ "svg": "https://flagcdn.com/km.svg",
+ "png": "https://flagcdn.com/w320/km.png"
+ },
"currencies": [
{
"code": "KMF",
@@ -4119,23 +4293,23 @@
}
],
"translations": {
+ "br": "Komorez",
+ "pt": "Comores",
+ "nl": "Comoren",
+ "hr": "Komori",
+ "fa": "کومور",
"de": "Union der Komoren",
"es": "Comoras",
"fr": "Comores",
"ja": "コモロ",
"it": "Comore",
- "br": "Comores",
- "pt": "Comores",
- "nl": "Comoren",
- "hr": "Komori",
- "fa": "کومور"
+ "hu": "Comore-szigetek"
},
- "flag": "https://restcountries.eu/data/com.svg",
+ "flag": "https://flagcdn.com/km.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -4147,7 +4321,6 @@
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -4155,7 +4328,8 @@
]
}
],
- "cioc": "COM"
+ "cioc": "COM",
+ "independent": true
},
{
"name": "Congo",
@@ -4172,16 +4346,16 @@
"CG",
"Congo-Brazzaville"
],
- "region": "Africa",
"subregion": "Middle Africa",
- "population": 4741000,
+ "region": "Africa",
+ "population": 5518092,
"latlng": [
- -1.0,
- 15.0
+ -1,
+ 15
],
"demonym": "Congolese",
- "area": 342000.0,
- "gini": 47.3,
+ "area": 342000,
+ "gini": 48.9,
"timezones": [
"UTC+01:00"
],
@@ -4194,6 +4368,10 @@
],
"nativeName": "République du Congo",
"numericCode": "178",
+ "flags": {
+ "svg": "https://flagcdn.com/cg.svg",
+ "png": "https://flagcdn.com/w320/cg.png"
+ },
"currencies": [
{
"code": "XAF",
@@ -4216,23 +4394,23 @@
}
],
"translations": {
+ "br": "Kongo-Brazzaville",
+ "pt": "Congo",
+ "nl": "Congo [Republiek]",
+ "hr": "Kongo",
+ "fa": "کنگو",
"de": "Kongo",
"es": "Congo",
"fr": "Congo",
"ja": "コンゴ共和国",
"it": "Congo",
- "br": "Congo",
- "pt": "Congo",
- "nl": "Congo [Republiek]",
- "hr": "Kongo",
- "fa": "کنگو"
+ "hu": "Kongói Köztársaság"
},
- "flag": "https://restcountries.eu/data/cog.svg",
+ "flag": "https://flagcdn.com/cg.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -4242,7 +4420,8 @@
]
}
],
- "cioc": "CGO"
+ "cioc": "CGO",
+ "independent": true
},
{
"name": "Congo (Democratic Republic of the)",
@@ -4261,16 +4440,16 @@
"Congo-Kinshasa",
"DRC"
],
- "region": "Africa",
"subregion": "Middle Africa",
- "population": 85026000,
+ "region": "Africa",
+ "population": 89561404,
"latlng": [
- 0.0,
- 25.0
+ 0,
+ 25
],
"demonym": "Congolese",
- "area": 2344858.0,
- "gini": null,
+ "area": 2344858,
+ "gini": 42.1,
"timezones": [
"UTC+01:00",
"UTC+02:00"
@@ -4288,6 +4467,10 @@
],
"nativeName": "République démocratique du Congo",
"numericCode": "180",
+ "flags": {
+ "svg": "https://flagcdn.com/cd.svg",
+ "png": "https://flagcdn.com/w320/cd.png"
+ },
"currencies": [
{
"code": "CDF",
@@ -4328,23 +4511,23 @@
}
],
"translations": {
+ "br": "Kongo-Kinshasa",
+ "pt": "RD Congo",
+ "nl": "Congo [DRC]",
+ "hr": "Kongo, Demokratska Republika",
+ "fa": "جمهوری کنگو",
"de": "Kongo (Dem. Rep.)",
"es": "Congo (Rep. Dem.)",
"fr": "Congo (Rép. dém.)",
"ja": "コンゴ民主共和国",
"it": "Congo (Rep. Dem.)",
- "br": "RD Congo",
- "pt": "RD Congo",
- "nl": "Congo [DRC]",
- "hr": "Kongo, Demokratska Republika",
- "fa": "جمهوری کنگو"
+ "hu": "Kongói Demokratikus Köztársaság"
},
- "flag": "https://restcountries.eu/data/cod.svg",
+ "flag": "https://flagcdn.com/cd.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -4354,7 +4537,8 @@
]
}
],
- "cioc": "COD"
+ "cioc": "COD",
+ "independent": true
},
{
"name": "Cook Islands",
@@ -4371,22 +4555,24 @@
"CK",
"Kūki 'Āirani"
],
- "region": "Oceania",
"subregion": "Polynesia",
+ "region": "Oceania",
"population": 18100,
"latlng": [
-21.23333333,
-159.76666666
],
"demonym": "Cook Islander",
- "area": 236.0,
- "gini": null,
+ "area": 236,
"timezones": [
"UTC-10:00"
],
- "borders": [],
"nativeName": "Cook Islands",
"numericCode": "184",
+ "flags": {
+ "svg": "https://flagcdn.com/ck.svg",
+ "png": "https://flagcdn.com/w320/ck.png"
+ },
"currencies": [
{
"code": "NZD",
@@ -4405,23 +4591,29 @@
"iso639_2": "eng",
"name": "English",
"nativeName": "English"
+ },
+ {
+ "iso639_2": "rar",
+ "name": "Cook Islands Māori",
+ "nativeName": "Māori"
}
],
"translations": {
+ "br": "Inizi Cook",
+ "pt": "Ilhas Cook",
+ "nl": "Cookeilanden",
+ "hr": "Cookovo Otočje",
+ "fa": "جزایر کوک",
"de": "Cookinseln",
"es": "Islas Cook",
"fr": "Îles Cook",
"ja": "クック諸島",
"it": "Isole Cook",
- "br": "Ilhas Cook",
- "pt": "Ilhas Cook",
- "nl": "Cookeilanden",
- "hr": "Cookovo Otočje",
- "fa": "جزایر کوک"
+ "hu": "Cook-szigetek"
},
- "flag": "https://restcountries.eu/data/cok.svg",
- "regionalBlocs": [],
- "cioc": "COK"
+ "flag": "https://flagcdn.com/ck.svg",
+ "cioc": "COK",
+ "independent": true
},
{
"name": "Costa Rica",
@@ -4439,16 +4631,16 @@
"Republic of Costa Rica",
"República de Costa Rica"
],
- "region": "Americas",
"subregion": "Central America",
- "population": 4890379,
+ "region": "Americas",
+ "population": 5094114,
"latlng": [
- 10.0,
- -84.0
+ 10,
+ -84
],
"demonym": "Costa Rican",
- "area": 51100.0,
- "gini": 50.7,
+ "area": 51100,
+ "gini": 48.2,
"timezones": [
"UTC-06:00"
],
@@ -4458,6 +4650,10 @@
],
"nativeName": "Costa Rica",
"numericCode": "188",
+ "flags": {
+ "svg": "https://flagcdn.com/cr.svg",
+ "png": "https://flagcdn.com/w320/cr.png"
+ },
"currencies": [
{
"code": "CRC",
@@ -4474,18 +4670,19 @@
}
],
"translations": {
+ "br": "Costa Rica",
+ "pt": "Costa Rica",
+ "nl": "Costa Rica",
+ "hr": "Kostarika",
+ "fa": "کاستاریکا",
"de": "Costa Rica",
"es": "Costa Rica",
"fr": "Costa Rica",
"ja": "コスタリカ",
"it": "Costa Rica",
- "br": "Costa Rica",
- "pt": "Costa Rica",
- "nl": "Costa Rica",
- "hr": "Kostarika",
- "fa": "کاستاریکا"
+ "hu": "Costa Rica"
},
- "flag": "https://restcountries.eu/data/cri.svg",
+ "flag": "https://flagcdn.com/cr.svg",
"regionalBlocs": [
{
"acronym": "CAIS",
@@ -4498,7 +4695,8 @@
]
}
],
- "cioc": "CRC"
+ "cioc": "CRC",
+ "independent": true
},
{
"name": "Croatia",
@@ -4517,16 +4715,16 @@
"Republic of Croatia",
"Republika Hrvatska"
],
- "region": "Europe",
"subregion": "Southern Europe",
- "population": 4190669,
+ "region": "Europe",
+ "population": 4047200,
"latlng": [
45.16666666,
15.5
],
"demonym": "Croatian",
- "area": 56594.0,
- "gini": 33.7,
+ "area": 56594,
+ "gini": 29.7,
"timezones": [
"UTC+01:00"
],
@@ -4539,11 +4737,15 @@
],
"nativeName": "Hrvatska",
"numericCode": "191",
+ "flags": {
+ "svg": "https://flagcdn.com/hr.svg",
+ "png": "https://flagcdn.com/w320/hr.png"
+ },
"currencies": [
{
- "code": "HRK",
- "name": "Croatian kuna",
- "symbol": "kn"
+ "code": "EUR",
+ "name": "Euro",
+ "symbol": "€"
}
],
"languages": [
@@ -4555,27 +4757,27 @@
}
],
"translations": {
+ "br": "Kroatia",
+ "pt": "Croácia",
+ "nl": "Kroatië",
+ "hr": "Hrvatska",
+ "fa": "کرواسی",
"de": "Kroatien",
"es": "Croacia",
"fr": "Croatie",
"ja": "クロアチア",
"it": "Croazia",
- "br": "Croácia",
- "pt": "Croácia",
- "nl": "Kroatië",
- "hr": "Hrvatska",
- "fa": "کرواسی"
+ "hu": "Horvátország"
},
- "flag": "https://restcountries.eu/data/hrv.svg",
+ "flag": "https://flagcdn.com/hr.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "CRO"
+ "cioc": "CRO",
+ "independent": true
},
{
"name": "Cuba",
@@ -4593,22 +4795,24 @@
"Republic of Cuba",
"República de Cuba"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 11239004,
+ "region": "Americas",
+ "population": 11326616,
"latlng": [
21.5,
- -80.0
+ -80
],
"demonym": "Cuban",
- "area": 109884.0,
- "gini": null,
+ "area": 109884,
"timezones": [
"UTC-05:00"
],
- "borders": [],
"nativeName": "Cuba",
"numericCode": "192",
+ "flags": {
+ "svg": "https://flagcdn.com/cu.svg",
+ "png": "https://flagcdn.com/w320/cu.png"
+ },
"currencies": [
{
"code": "CUC",
@@ -4630,20 +4834,21 @@
}
],
"translations": {
+ "br": "Kuba",
+ "pt": "Cuba",
+ "nl": "Cuba",
+ "hr": "Kuba",
+ "fa": "کوبا",
"de": "Kuba",
"es": "Cuba",
"fr": "Cuba",
"ja": "キューバ",
"it": "Cuba",
- "br": "Cuba",
- "pt": "Cuba",
- "nl": "Cuba",
- "hr": "Kuba",
- "fa": "کوبا"
+ "hu": "Kuba"
},
- "flag": "https://restcountries.eu/data/cub.svg",
- "regionalBlocs": [],
- "cioc": "CUB"
+ "flag": "https://flagcdn.com/cu.svg",
+ "cioc": "CUB",
+ "independent": true
},
{
"name": "Curaçao",
@@ -4664,22 +4869,24 @@
"Land Curaçao",
"Pais Kòrsou"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 154843,
+ "region": "Americas",
+ "population": 155014,
"latlng": [
12.116667,
-68.933333
],
"demonym": "Dutch",
- "area": 444.0,
- "gini": null,
+ "area": 444,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Curaçao",
"numericCode": "531",
+ "flags": {
+ "svg": "https://flagcdn.com/cw.svg",
+ "png": "https://flagcdn.com/w320/cw.png"
+ },
"currencies": [
{
"code": "ANG",
@@ -4708,20 +4915,20 @@
}
],
"translations": {
- "de": "Curaçao",
- "es": null,
- "fr": "Curaçao",
- "ja": null,
- "it": "Curaçao",
"br": "Curaçao",
"pt": "Curaçao",
"nl": "Curaçao",
- "hr": null,
- "fa": "کوراسائو"
+ "hr": "Curaçao",
+ "fa": "کوراسائو",
+ "de": "Curaçao",
+ "es": "Curaçao",
+ "fr": "Curaçao",
+ "ja": "Curaçao",
+ "it": "Curaçao",
+ "hu": "Curaçao"
},
- "flag": "https://restcountries.eu/data/cuw.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/cw.svg",
+ "independent": false
},
{
"name": "Cyprus",
@@ -4742,16 +4949,16 @@
"Κυπριακή Δημοκρατία",
"Kıbrıs Cumhuriyeti"
],
- "region": "Europe",
"subregion": "Southern Europe",
- "population": 847000,
+ "region": "Europe",
+ "population": 1207361,
"latlng": [
- 35.0,
- 33.0
+ 35,
+ 33
],
"demonym": "Cypriot",
- "area": 9251.0,
- "gini": null,
+ "area": 9251,
+ "gini": 32.7,
"timezones": [
"UTC+02:00"
],
@@ -4760,6 +4967,10 @@
],
"nativeName": "Κύπρος",
"numericCode": "196",
+ "flags": {
+ "svg": "https://flagcdn.com/cy.svg",
+ "png": "https://flagcdn.com/w320/cy.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -4788,27 +4999,27 @@
}
],
"translations": {
+ "br": "Kiprenez",
+ "pt": "Chipre",
+ "nl": "Cyprus",
+ "hr": "Cipar",
+ "fa": "قبرس",
"de": "Zypern",
"es": "Chipre",
"fr": "Chypre",
"ja": "キプロス",
"it": "Cipro",
- "br": "Chipre",
- "pt": "Chipre",
- "nl": "Cyprus",
- "hr": "Cipar",
- "fa": "قبرس"
+ "hu": "Ciprus"
},
- "flag": "https://restcountries.eu/data/cyp.svg",
+ "flag": "https://flagcdn.com/cy.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "CYP"
+ "cioc": "CYP",
+ "independent": true
},
{
"name": "Czech Republic",
@@ -4826,27 +5037,25 @@
"Česká republika",
"Česko"
],
+ "subregion": "Central Europe",
"region": "Europe",
- "subregion": "Eastern Europe",
- "population": 10558524,
+ "population": 10698896,
"latlng": [
49.75,
15.5
],
"demonym": "Czech",
- "area": 78865.0,
- "gini": 26.0,
+ "area": 78865,
+ "gini": 25,
"timezones": [
"UTC+01:00"
],
- "borders": [
- "AUT",
- "DEU",
- "POL",
- "SVK"
- ],
"nativeName": "Česká republika",
"numericCode": "203",
+ "flags": {
+ "svg": "https://flagcdn.com/cz.svg",
+ "png": "https://flagcdn.com/w320/cz.png"
+ },
"currencies": [
{
"code": "CZK",
@@ -4869,27 +5078,27 @@
}
],
"translations": {
+ "br": "Tchekia",
+ "pt": "República Checa",
+ "nl": "Tsjechië",
+ "hr": "Češka",
+ "fa": "جمهوری چک",
"de": "Tschechische Republik",
"es": "República Checa",
"fr": "République tchèque",
"ja": "チェコ",
"it": "Repubblica Ceca",
- "br": "República Tcheca",
- "pt": "República Checa",
- "nl": "Tsjechië",
- "hr": "Češka",
- "fa": "جمهوری چک"
+ "hu": "Csehország"
},
- "flag": "https://restcountries.eu/data/cze.svg",
+ "flag": "https://flagcdn.com/cz.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "CZE"
+ "cioc": "CZE",
+ "independent": true
},
{
"name": "Denmark",
@@ -4908,16 +5117,16 @@
"Kingdom of Denmark",
"Kongeriget Danmark"
],
- "region": "Europe",
"subregion": "Northern Europe",
- "population": 5717014,
+ "region": "Europe",
+ "population": 5831404,
"latlng": [
- 56.0,
- 10.0
+ 56,
+ 10
],
"demonym": "Danish",
- "area": 43094.0,
- "gini": 24.0,
+ "area": 43094,
+ "gini": 28.2,
"timezones": [
"UTC-04:00",
"UTC-03:00",
@@ -4930,6 +5139,10 @@
],
"nativeName": "Danmark",
"numericCode": "208",
+ "flags": {
+ "svg": "https://flagcdn.com/dk.svg",
+ "png": "https://flagcdn.com/w320/dk.png"
+ },
"currencies": [
{
"code": "DKK",
@@ -4946,27 +5159,27 @@
}
],
"translations": {
+ "br": "Danmark",
+ "pt": "Dinamarca",
+ "nl": "Denemarken",
+ "hr": "Danska",
+ "fa": "دانمارک",
"de": "Dänemark",
"es": "Dinamarca",
"fr": "Danemark",
"ja": "デンマーク",
"it": "Danimarca",
- "br": "Dinamarca",
- "pt": "Dinamarca",
- "nl": "Denemarken",
- "hr": "Danska",
- "fa": "دانمارک"
+ "hu": "Dánia"
},
- "flag": "https://restcountries.eu/data/dnk.svg",
+ "flag": "https://flagcdn.com/dk.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "DEN"
+ "cioc": "DEN",
+ "independent": true
},
{
"name": "Djibouti",
@@ -4988,16 +5201,16 @@
"Gabuutih Ummuuno",
"Jamhuuriyadda Jabuuti"
],
- "region": "Africa",
"subregion": "Eastern Africa",
- "population": 900000,
+ "region": "Africa",
+ "population": 988002,
"latlng": [
11.5,
- 43.0
+ 43
],
"demonym": "Djibouti",
- "area": 23200.0,
- "gini": 40.0,
+ "area": 23200,
+ "gini": 41.6,
"timezones": [
"UTC+03:00"
],
@@ -5008,6 +5221,10 @@
],
"nativeName": "Djibouti",
"numericCode": "262",
+ "flags": {
+ "svg": "https://flagcdn.com/dj.svg",
+ "png": "https://flagcdn.com/w320/dj.png"
+ },
"currencies": [
{
"code": "DJF",
@@ -5030,23 +5247,23 @@
}
],
"translations": {
+ "br": "Djibouti",
+ "pt": "Djibuti",
+ "nl": "Djibouti",
+ "hr": "Džibuti",
+ "fa": "جیبوتی",
"de": "Dschibuti",
"es": "Yibuti",
"fr": "Djibouti",
"ja": "ジブチ",
"it": "Gibuti",
- "br": "Djibuti",
- "pt": "Djibuti",
- "nl": "Djibouti",
- "hr": "Džibuti",
- "fa": "جیبوتی"
+ "hu": "Dzsibuti"
},
- "flag": "https://restcountries.eu/data/dji.svg",
+ "flag": "https://flagcdn.com/dj.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -5058,7 +5275,6 @@
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -5066,7 +5282,8 @@
]
}
],
- "cioc": "DJI"
+ "cioc": "DJI",
+ "independent": true
},
{
"name": "Dominica",
@@ -5076,7 +5293,7 @@
"alpha2Code": "DM",
"alpha3Code": "DMA",
"callingCodes": [
- "1767"
+ "1"
],
"capital": "Roseau",
"altSpellings": [
@@ -5085,22 +5302,24 @@
"Wai‘tu kubuli",
"Commonwealth of Dominica"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 71293,
+ "region": "Americas",
+ "population": 71991,
"latlng": [
15.41666666,
-61.33333333
],
"demonym": "Dominican",
- "area": 751.0,
- "gini": null,
+ "area": 751,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Dominica",
"numericCode": "212",
+ "flags": {
+ "svg": "https://flagcdn.com/dm.svg",
+ "png": "https://flagcdn.com/w320/dm.png"
+ },
"currencies": [
{
"code": "XCD",
@@ -5117,20 +5336,21 @@
}
],
"translations": {
+ "br": "Dominika",
+ "pt": "Dominica",
+ "nl": "Dominica",
+ "hr": "Dominika",
+ "fa": "دومینیکا",
"de": "Dominica",
"es": "Dominica",
"fr": "Dominique",
"ja": "ドミニカ国",
"it": "Dominica",
- "br": "Dominica",
- "pt": "Dominica",
- "nl": "Dominica",
- "hr": "Dominika",
- "fa": "دومینیکا"
+ "hu": "Dominikai Közösség"
},
- "flag": "https://restcountries.eu/data/dma.svg",
- "regionalBlocs": [],
- "cioc": "DMA"
+ "flag": "https://flagcdn.com/dm.svg",
+ "cioc": "DMA",
+ "independent": true
},
{
"name": "Dominican Republic",
@@ -5140,24 +5360,22 @@
"alpha2Code": "DO",
"alpha3Code": "DOM",
"callingCodes": [
- "1809",
- "1829",
- "1849"
+ "1"
],
"capital": "Santo Domingo",
"altSpellings": [
"DO"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 10075045,
+ "region": "Americas",
+ "population": 10847904,
"latlng": [
- 19.0,
+ 19,
-70.66666666
],
"demonym": "Dominican",
- "area": 48671.0,
- "gini": 47.2,
+ "area": 48671,
+ "gini": 41.9,
"timezones": [
"UTC-04:00"
],
@@ -5166,6 +5384,10 @@
],
"nativeName": "República Dominicana",
"numericCode": "214",
+ "flags": {
+ "svg": "https://flagcdn.com/do.svg",
+ "png": "https://flagcdn.com/w320/do.png"
+ },
"currencies": [
{
"code": "DOP",
@@ -5182,23 +5404,23 @@
}
],
"translations": {
+ "br": "Republik Dominikan",
+ "pt": "República Dominicana",
+ "nl": "Dominicaanse Republiek",
+ "hr": "Dominikanska Republika",
+ "fa": "جمهوری دومینیکن",
"de": "Dominikanische Republik",
"es": "República Dominicana",
"fr": "République dominicaine",
"ja": "ドミニカ共和国",
"it": "Repubblica Dominicana",
- "br": "República Dominicana",
- "pt": "República Dominicana",
- "nl": "Dominicaanse Republiek",
- "hr": "Dominikanska Republika",
- "fa": "جمهوری دومینیکن"
+ "hu": "Dominikai Köztársaság"
},
- "flag": "https://restcountries.eu/data/dom.svg",
+ "flag": "https://flagcdn.com/do.svg",
"regionalBlocs": [
{
"acronym": "CARICOM",
"name": "Caribbean Community",
- "otherAcronyms": [],
"otherNames": [
"Comunidad del Caribe",
"Communauté Caribéenne",
@@ -5216,7 +5438,8 @@
]
}
],
- "cioc": "DOM"
+ "cioc": "DOM",
+ "independent": true
},
{
"name": "Ecuador",
@@ -5234,16 +5457,16 @@
"Republic of Ecuador",
"República del Ecuador"
],
- "region": "Americas",
"subregion": "South America",
- "population": 16545799,
+ "region": "Americas",
+ "population": 17643060,
"latlng": [
- -2.0,
+ -2,
-77.5
],
"demonym": "Ecuadorean",
- "area": 276841.0,
- "gini": 49.3,
+ "area": 276841,
+ "gini": 45.7,
"timezones": [
"UTC-06:00",
"UTC-05:00"
@@ -5254,6 +5477,10 @@
],
"nativeName": "Ecuador",
"numericCode": "218",
+ "flags": {
+ "svg": "https://flagcdn.com/ec.svg",
+ "png": "https://flagcdn.com/w320/ec.png"
+ },
"currencies": [
{
"code": "USD",
@@ -5270,18 +5497,19 @@
}
],
"translations": {
+ "br": "Ecuador",
+ "pt": "Equador",
+ "nl": "Ecuador",
+ "hr": "Ekvador",
+ "fa": "اکوادور",
"de": "Ecuador",
"es": "Ecuador",
"fr": "Équateur",
"ja": "エクアドル",
"it": "Ecuador",
- "br": "Equador",
- "pt": "Equador",
- "nl": "Ecuador",
- "hr": "Ekvador",
- "fa": "اکوادور"
+ "hu": "Ecuador"
},
- "flag": "https://restcountries.eu/data/ecu.svg",
+ "flag": "https://flagcdn.com/ec.svg",
"regionalBlocs": [
{
"acronym": "USAN",
@@ -5299,7 +5527,8 @@
]
}
],
- "cioc": "ECU"
+ "cioc": "ECU",
+ "independent": true
},
{
"name": "Egypt",
@@ -5316,16 +5545,16 @@
"EG",
"Arab Republic of Egypt"
],
- "region": "Africa",
"subregion": "Northern Africa",
- "population": 91290000,
+ "region": "Africa",
+ "population": 102334403,
"latlng": [
- 27.0,
- 30.0
+ 27,
+ 30
],
"demonym": "Egyptian",
- "area": 1002450.0,
- "gini": 30.8,
+ "area": 1002450,
+ "gini": 31.5,
"timezones": [
"UTC+02:00"
],
@@ -5336,6 +5565,10 @@
],
"nativeName": "مصر",
"numericCode": "818",
+ "flags": {
+ "svg": "https://flagcdn.com/eg.svg",
+ "png": "https://flagcdn.com/w320/eg.png"
+ },
"currencies": [
{
"code": "EGP",
@@ -5352,23 +5585,23 @@
}
],
"translations": {
+ "br": "Egipt",
+ "pt": "Egipto",
+ "nl": "Egypte",
+ "hr": "Egipat",
+ "fa": "مصر",
"de": "Ägypten",
"es": "Egipto",
"fr": "Égypte",
"ja": "エジプト",
"it": "Egitto",
- "br": "Egito",
- "pt": "Egipto",
- "nl": "Egypte",
- "hr": "Egipat",
- "fa": "مصر"
+ "hu": "Egyiptom"
},
- "flag": "https://restcountries.eu/data/egy.svg",
+ "flag": "https://flagcdn.com/eg.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -5380,7 +5613,6 @@
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -5388,7 +5620,8 @@
]
}
],
- "cioc": "EGY"
+ "cioc": "EGY",
+ "independent": true
},
{
"name": "El Salvador",
@@ -5406,16 +5639,16 @@
"Republic of El Salvador",
"República de El Salvador"
],
- "region": "Americas",
"subregion": "Central America",
- "population": 6520675,
+ "region": "Americas",
+ "population": 6486201,
"latlng": [
13.83333333,
-88.91666666
],
"demonym": "Salvadoran",
- "area": 21041.0,
- "gini": 48.3,
+ "area": 21041,
+ "gini": 38.8,
"timezones": [
"UTC-06:00"
],
@@ -5425,6 +5658,10 @@
],
"nativeName": "El Salvador",
"numericCode": "222",
+ "flags": {
+ "svg": "https://flagcdn.com/sv.svg",
+ "png": "https://flagcdn.com/w320/sv.png"
+ },
"currencies": [
{
"code": "USD",
@@ -5441,18 +5678,19 @@
}
],
"translations": {
+ "br": "El Salvador",
+ "pt": "El Salvador",
+ "nl": "El Salvador",
+ "hr": "Salvador",
+ "fa": "السالوادور",
"de": "El Salvador",
"es": "El Salvador",
"fr": "Salvador",
"ja": "エルサルバドル",
"it": "El Salvador",
- "br": "El Salvador",
- "pt": "El Salvador",
- "nl": "El Salvador",
- "hr": "Salvador",
- "fa": "السالوادور"
+ "hu": "Salvador"
},
- "flag": "https://restcountries.eu/data/slv.svg",
+ "flag": "https://flagcdn.com/sv.svg",
"regionalBlocs": [
{
"acronym": "CAIS",
@@ -5465,7 +5703,8 @@
]
}
],
- "cioc": "ESA"
+ "cioc": "ESA",
+ "independent": true
},
{
"name": "Equatorial Guinea",
@@ -5485,16 +5724,15 @@
"République de Guinée équatoriale",
"República da Guiné Equatorial"
],
- "region": "Africa",
"subregion": "Middle Africa",
- "population": 1222442,
+ "region": "Africa",
+ "population": 1402985,
"latlng": [
- 2.0,
- 10.0
+ 2,
+ 10
],
"demonym": "Equatorial Guinean",
- "area": 28051.0,
- "gini": null,
+ "area": 28051,
"timezones": [
"UTC+01:00"
],
@@ -5504,6 +5742,10 @@
],
"nativeName": "Guinea Ecuatorial",
"numericCode": "226",
+ "flags": {
+ "svg": "https://flagcdn.com/gq.svg",
+ "png": "https://flagcdn.com/w320/gq.png"
+ },
"currencies": [
{
"code": "XAF",
@@ -5523,26 +5765,37 @@
"iso639_2": "fra",
"name": "French",
"nativeName": "français"
+ },
+ {
+ "iso639_1": "pt",
+ "iso639_2": "por",
+ "name": "Portuguese",
+ "nativeName": "Português"
+ },
+ {
+ "iso639_2": "fan",
+ "name": "Fang",
+ "nativeName": "Fang"
}
],
"translations": {
+ "br": "Ginea ar C'heheder",
+ "pt": "Guiné Equatorial",
+ "nl": "Equatoriaal-Guinea",
+ "hr": "Ekvatorijalna Gvineja",
+ "fa": "گینه استوایی",
"de": "Äquatorial-Guinea",
"es": "Guinea Ecuatorial",
"fr": "Guinée-Équatoriale",
"ja": "赤道ギニア",
"it": "Guinea Equatoriale",
- "br": "Guiné Equatorial",
- "pt": "Guiné Equatorial",
- "nl": "Equatoriaal-Guinea",
- "hr": "Ekvatorijalna Gvineja",
- "fa": "گینه استوایی"
+ "hu": "Egyenlítői-Guinea"
},
- "flag": "https://restcountries.eu/data/gnq.svg",
+ "flag": "https://flagcdn.com/gq.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -5552,7 +5805,8 @@
]
}
],
- "cioc": "GEQ"
+ "cioc": "GEQ",
+ "independent": true
},
{
"name": "Eritrea",
@@ -5574,16 +5828,15 @@
"Iritriyā",
""
],
- "region": "Africa",
"subregion": "Eastern Africa",
+ "region": "Africa",
"population": 5352000,
"latlng": [
- 15.0,
- 39.0
+ 15,
+ 39
],
"demonym": "Eritrean",
- "area": 117600.0,
- "gini": null,
+ "area": 117600,
"timezones": [
"UTC+03:00"
],
@@ -5594,6 +5847,10 @@
],
"nativeName": "ኤርትራ",
"numericCode": "232",
+ "flags": {
+ "svg": "https://flagcdn.com/er.svg",
+ "png": "https://flagcdn.com/w320/er.png"
+ },
"currencies": [
{
"code": "ERN",
@@ -5619,26 +5876,57 @@
"iso639_2": "eng",
"name": "English",
"nativeName": "English"
+ },
+ {
+ "iso639_2": "tig",
+ "name": "Tigre",
+ "nativeName": "ትግረ"
+ },
+ {
+ "iso639_2": "kun",
+ "name": "Kunama",
+ "nativeName": "Kunama"
+ },
+ {
+ "iso639_2": "ssy",
+ "name": "Saho",
+ "nativeName": "Saho"
+ },
+ {
+ "iso639_2": "byn",
+ "name": "Bilen",
+ "nativeName": "ብሊና"
+ },
+ {
+ "iso639_2": "nrb",
+ "name": "Nara",
+ "nativeName": "Nara"
+ },
+ {
+ "iso639_1": "aa",
+ "iso639_2": "aar",
+ "name": "Afar",
+ "nativeName": "Afar"
}
],
"translations": {
+ "br": "Eritrea",
+ "pt": "Eritreia",
+ "nl": "Eritrea",
+ "hr": "Eritreja",
+ "fa": "اریتره",
"de": "Eritrea",
"es": "Eritrea",
"fr": "Érythrée",
"ja": "エリトリア",
"it": "Eritrea",
- "br": "Eritreia",
- "pt": "Eritreia",
- "nl": "Eritrea",
- "hr": "Eritreja",
- "fa": "اریتره"
+ "hu": "Eritrea"
},
- "flag": "https://restcountries.eu/data/eri.svg",
+ "flag": "https://flagcdn.com/er.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -5648,7 +5936,8 @@
]
}
],
- "cioc": "ERI"
+ "cioc": "ERI",
+ "independent": true
},
{
"name": "Estonia",
@@ -5667,16 +5956,16 @@
"Republic of Estonia",
"Eesti Vabariik"
],
- "region": "Europe",
"subregion": "Northern Europe",
- "population": 1315944,
+ "region": "Europe",
+ "population": 1331057,
"latlng": [
- 59.0,
- 26.0
+ 59,
+ 26
],
"demonym": "Estonian",
- "area": 45227.0,
- "gini": 36.0,
+ "area": 45227,
+ "gini": 30.3,
"timezones": [
"UTC+02:00"
],
@@ -5686,6 +5975,10 @@
],
"nativeName": "Eesti",
"numericCode": "233",
+ "flags": {
+ "svg": "https://flagcdn.com/ee.svg",
+ "png": "https://flagcdn.com/w320/ee.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -5702,27 +5995,27 @@
}
],
"translations": {
+ "br": "Estonia",
+ "pt": "Estónia",
+ "nl": "Estland",
+ "hr": "Estonija",
+ "fa": "استونی",
"de": "Estland",
"es": "Estonia",
"fr": "Estonie",
"ja": "エストニア",
"it": "Estonia",
- "br": "Estônia",
- "pt": "Estónia",
- "nl": "Estland",
- "hr": "Estonija",
- "fa": "استونی"
+ "hu": "Észtország"
},
- "flag": "https://restcountries.eu/data/est.svg",
+ "flag": "https://flagcdn.com/ee.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "EST"
+ "cioc": "EST",
+ "independent": true
},
{
"name": "Ethiopia",
@@ -5741,16 +6034,16 @@
"Federal Democratic Republic of Ethiopia",
"የኢትዮጵያ ፌዴራላዊ ዲሞክራሲያዊ ሪፐብሊክ"
],
- "region": "Africa",
"subregion": "Eastern Africa",
- "population": 92206005,
+ "region": "Africa",
+ "population": 114963583,
"latlng": [
- 8.0,
- 38.0
+ 8,
+ 38
],
"demonym": "Ethiopian",
- "area": 1104300.0,
- "gini": 29.8,
+ "area": 1104300,
+ "gini": 35,
"timezones": [
"UTC+03:00"
],
@@ -5764,6 +6057,10 @@
],
"nativeName": "ኢትዮጵያ",
"numericCode": "231",
+ "flags": {
+ "svg": "https://flagcdn.com/et.svg",
+ "png": "https://flagcdn.com/w320/et.png"
+ },
"currencies": [
{
"code": "ETB",
@@ -5780,23 +6077,23 @@
}
],
"translations": {
+ "br": "Etiopia",
+ "pt": "Etiópia",
+ "nl": "Ethiopië",
+ "hr": "Etiopija",
+ "fa": "اتیوپی",
"de": "Äthiopien",
"es": "Etiopía",
"fr": "Éthiopie",
"ja": "エチオピア",
"it": "Etiopia",
- "br": "Etiópia",
- "pt": "Etiópia",
- "nl": "Ethiopië",
- "hr": "Etiopija",
- "fa": "اتیوپی"
+ "hu": "Etiópia"
},
- "flag": "https://restcountries.eu/data/eth.svg",
+ "flag": "https://flagcdn.com/et.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -5806,7 +6103,8 @@
]
}
],
- "cioc": "ETH"
+ "cioc": "ETH",
+ "independent": true
},
{
"name": "Falkland Islands (Malvinas)",
@@ -5823,22 +6121,24 @@
"FK",
"Islas Malvinas"
],
- "region": "Americas",
"subregion": "South America",
+ "region": "Americas",
"population": 2563,
"latlng": [
-51.75,
- -59.0
+ -59
],
"demonym": "Falkland Islander",
- "area": 12173.0,
- "gini": null,
+ "area": 12173,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Falkland Islands",
"numericCode": "238",
+ "flags": {
+ "svg": "https://flagcdn.com/fk.svg",
+ "png": "https://flagcdn.com/w320/fk.png"
+ },
"currencies": [
{
"code": "FKP",
@@ -5855,18 +6155,19 @@
}
],
"translations": {
+ "br": "Inizi Maloù",
+ "pt": "Ilhas Falkland",
+ "nl": "Falklandeilanden [Islas Malvinas]",
+ "hr": "Falklandski Otoci",
+ "fa": "جزایر فالکلند",
"de": "Falklandinseln",
"es": "Islas Malvinas",
"fr": "Îles Malouines",
"ja": "フォークランド(マルビナス)諸島",
"it": "Isole Falkland o Isole Malvine",
- "br": "Ilhas Malvinas",
- "pt": "Ilhas Falkland",
- "nl": "Falklandeilanden [Islas Malvinas]",
- "hr": "Falklandski Otoci",
- "fa": "جزایر فالکلند"
+ "hu": "Falkland-szigetek"
},
- "flag": "https://restcountries.eu/data/flk.svg",
+ "flag": "https://flagcdn.com/fk.svg",
"regionalBlocs": [
{
"acronym": "USAN",
@@ -5884,7 +6185,7 @@
]
}
],
- "cioc": ""
+ "independent": false
},
{
"name": "Faroe Islands",
@@ -5902,22 +6203,24 @@
"Føroyar",
"Færøerne"
],
- "region": "Europe",
"subregion": "Northern Europe",
- "population": 49376,
+ "region": "Europe",
+ "population": 48865,
"latlng": [
- 62.0,
- -7.0
+ 62,
+ -7
],
"demonym": "Faroese",
- "area": 1393.0,
- "gini": null,
+ "area": 1393,
"timezones": [
"UTC+00:00"
],
- "borders": [],
"nativeName": "Føroyar",
"numericCode": "234",
+ "flags": {
+ "svg": "https://flagcdn.com/fo.svg",
+ "png": "https://flagcdn.com/w320/fo.png"
+ },
"currencies": [
{
"code": "DKK",
@@ -5925,7 +6228,7 @@
"symbol": "kr"
},
{
- "code": "(none)",
+ "code": "FOK",
"name": "Faroese króna",
"symbol": "kr"
}
@@ -5939,27 +6242,20 @@
}
],
"translations": {
+ "br": "Inizi Faero",
+ "pt": "Ilhas Faroé",
+ "nl": "Faeröer",
+ "hr": "Farski Otoci",
+ "fa": "جزایر فارو",
"de": "Färöer-Inseln",
"es": "Islas Faroe",
"fr": "Îles Féroé",
"ja": "フェロー諸島",
"it": "Isole Far Oer",
- "br": "Ilhas Faroé",
- "pt": "Ilhas Faroé",
- "nl": "Faeröer",
- "hr": "Farski Otoci",
- "fa": "جزایر فارو"
+ "hu": "Feröer"
},
- "flag": "https://restcountries.eu/data/fro.svg",
- "regionalBlocs": [
- {
- "acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
- }
- ],
- "cioc": ""
+ "flag": "https://flagcdn.com/fo.svg",
+ "independent": false
},
{
"name": "Fiji",
@@ -5979,22 +6275,25 @@
"Matanitu ko Viti",
"Fijī Gaṇarājya"
],
- "region": "Oceania",
"subregion": "Melanesia",
- "population": 867000,
+ "region": "Oceania",
+ "population": 896444,
"latlng": [
- -18.0,
- 175.0
+ -18,
+ 175
],
"demonym": "Fijian",
- "area": 18272.0,
- "gini": 42.8,
+ "area": 18272,
+ "gini": 36.7,
"timezones": [
"UTC+12:00"
],
- "borders": [],
"nativeName": "Fiji",
"numericCode": "242",
+ "flags": {
+ "svg": "https://flagcdn.com/fj.svg",
+ "png": "https://flagcdn.com/w320/fj.png"
+ },
"currencies": [
{
"code": "FJD",
@@ -6016,33 +6315,32 @@
"nativeName": "vosa Vakaviti"
},
{
- "iso639_1": "hi",
- "iso639_2": "hin",
- "name": "Hindi",
- "nativeName": "हिन्दी"
+ "iso639_2": "hif",
+ "name": "Fiji Hindi",
+ "nativeName": "फ़िजी बात"
},
{
- "iso639_1": "ur",
- "iso639_2": "urd",
- "name": "Urdu",
- "nativeName": "اردو"
+ "iso639_2": "rtm",
+ "name": "Rotuman",
+ "nativeName": "Fäeag Rotuma"
}
],
"translations": {
+ "br": "Fidji",
+ "pt": "Fiji",
+ "nl": "Fiji",
+ "hr": "Fiđi",
+ "fa": "فیجی",
"de": "Fidschi",
"es": "Fiyi",
"fr": "Fidji",
"ja": "フィジー",
"it": "Figi",
- "br": "Fiji",
- "pt": "Fiji",
- "nl": "Fiji",
- "hr": "Fiđi",
- "fa": "فیجی"
+ "hu": "Fidzsi-szigetek"
},
- "flag": "https://restcountries.eu/data/fji.svg",
- "regionalBlocs": [],
- "cioc": "FIJ"
+ "flag": "https://flagcdn.com/fj.svg",
+ "cioc": "FIJ",
+ "independent": true
},
{
"name": "Finland",
@@ -6062,16 +6360,16 @@
"Suomen tasavalta",
"Republiken Finland"
],
- "region": "Europe",
"subregion": "Northern Europe",
- "population": 5491817,
+ "region": "Europe",
+ "population": 5530719,
"latlng": [
- 64.0,
- 26.0
+ 64,
+ 26
],
"demonym": "Finnish",
- "area": 338424.0,
- "gini": 26.9,
+ "area": 338424,
+ "gini": 27.3,
"timezones": [
"UTC+02:00"
],
@@ -6082,6 +6380,10 @@
],
"nativeName": "Suomi",
"numericCode": "246",
+ "flags": {
+ "svg": "https://flagcdn.com/fi.svg",
+ "png": "https://flagcdn.com/w320/fi.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -6104,27 +6406,27 @@
}
],
"translations": {
+ "br": "Finland",
+ "pt": "Finlândia",
+ "nl": "Finland",
+ "hr": "Finska",
+ "fa": "فنلاند",
"de": "Finnland",
"es": "Finlandia",
"fr": "Finlande",
"ja": "フィンランド",
"it": "Finlandia",
- "br": "Finlândia",
- "pt": "Finlândia",
- "nl": "Finland",
- "hr": "Finska",
- "fa": "فنلاند"
+ "hu": "Finnország"
},
- "flag": "https://restcountries.eu/data/fin.svg",
+ "flag": "https://flagcdn.com/fi.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "FIN"
+ "cioc": "FIN",
+ "independent": true
},
{
"name": "France",
@@ -6142,16 +6444,16 @@
"French Republic",
"République française"
],
- "region": "Europe",
"subregion": "Western Europe",
- "population": 66710000,
+ "region": "Europe",
+ "population": 67391582,
"latlng": [
- 46.0,
- 2.0
+ 46,
+ 2
],
"demonym": "French",
- "area": 640679.0,
- "gini": 32.7,
+ "area": 640679,
+ "gini": 32.4,
"timezones": [
"UTC-10:00",
"UTC-09:30",
@@ -6160,9 +6462,11 @@
"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"
],
@@ -6178,6 +6482,10 @@
],
"nativeName": "France",
"numericCode": "250",
+ "flags": {
+ "svg": "https://flagcdn.com/fr.svg",
+ "png": "https://flagcdn.com/w320/fr.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -6194,27 +6502,27 @@
}
],
"translations": {
+ "br": "Frañs",
+ "pt": "França",
+ "nl": "Frankrijk",
+ "hr": "Francuska",
+ "fa": "فرانسه",
"de": "Frankreich",
"es": "Francia",
"fr": "France",
"ja": "フランス",
"it": "Francia",
- "br": "França",
- "pt": "França",
- "nl": "Frankrijk",
- "hr": "Francuska",
- "fa": "فرانسه"
+ "hu": "Franciaország"
},
- "flag": "https://restcountries.eu/data/fra.svg",
+ "flag": "https://flagcdn.com/fr.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "FRA"
+ "cioc": "FRA",
+ "independent": true
},
{
"name": "French Guiana",
@@ -6232,16 +6540,14 @@
"Guiana",
"Guyane"
],
- "region": "Americas",
"subregion": "South America",
+ "region": "Americas",
"population": 254541,
"latlng": [
- 4.0,
- -53.0
+ 4,
+ -53
],
- "demonym": "",
- "area": null,
- "gini": null,
+ "demonym": "French Guianan",
"timezones": [
"UTC-03:00"
],
@@ -6251,6 +6557,10 @@
],
"nativeName": "Guyane française",
"numericCode": "254",
+ "flags": {
+ "svg": "https://flagcdn.com/gf.svg",
+ "png": "https://flagcdn.com/w320/gf.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -6267,18 +6577,19 @@
}
],
"translations": {
+ "br": "Gwiana C'hall",
+ "pt": "Guiana Francesa",
+ "nl": "Frans-Guyana",
+ "hr": "Francuska Gvajana",
+ "fa": "گویان فرانسه",
"de": "Französisch Guyana",
"es": "Guayana Francesa",
"fr": "Guayane",
"ja": "フランス領ギアナ",
"it": "Guyana francese",
- "br": "Guiana Francesa",
- "pt": "Guiana Francesa",
- "nl": "Frans-Guyana",
- "hr": "Francuska Gvajana",
- "fa": "گویان فرانسه"
+ "hu": "Francia Guyana"
},
- "flag": "https://restcountries.eu/data/guf.svg",
+ "flag": "https://flagcdn.com/gf.svg",
"regionalBlocs": [
{
"acronym": "USAN",
@@ -6297,12 +6608,10 @@
},
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": ""
+ "independent": false
},
{
"name": "French Polynesia",
@@ -6321,24 +6630,26 @@
"French Polynesia",
"Pōrīnetia Farāni"
],
- "region": "Oceania",
"subregion": "Polynesia",
- "population": 271800,
+ "region": "Oceania",
+ "population": 280904,
"latlng": [
- -15.0,
- -140.0
+ -15,
+ -140
],
"demonym": "French Polynesian",
- "area": 4167.0,
- "gini": null,
+ "area": 4167,
"timezones": [
"UTC-10:00",
"UTC-09:30",
"UTC-09:00"
],
- "borders": [],
"nativeName": "Polynésie française",
"numericCode": "258",
+ "flags": {
+ "svg": "https://flagcdn.com/pf.svg",
+ "png": "https://flagcdn.com/w320/pf.png"
+ },
"currencies": [
{
"code": "XPF",
@@ -6355,20 +6666,20 @@
}
],
"translations": {
+ "br": "Polinezia C'hall",
+ "pt": "Polinésia Francesa",
+ "nl": "Frans-Polynesië",
+ "hr": "Francuska Polinezija",
+ "fa": "پلینزی فرانسه",
"de": "Französisch-Polynesien",
"es": "Polinesia Francesa",
"fr": "Polynésie française",
"ja": "フランス領ポリネシア",
"it": "Polinesia Francese",
- "br": "Polinésia Francesa",
- "pt": "Polinésia Francesa",
- "nl": "Frans-Polynesië",
- "hr": "Francuska Polinezija",
- "fa": "پلینزی فرانسه"
+ "hu": "Francia Polinézia"
},
- "flag": "https://restcountries.eu/data/pyf.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/pf.svg",
+ "independent": false
},
{
"name": "French Southern Territories",
@@ -6378,28 +6689,30 @@
"alpha2Code": "TF",
"alpha3Code": "ATF",
"callingCodes": [
- ""
+ "262"
],
"capital": "Port-aux-Français",
"altSpellings": [
"TF"
],
- "region": "Africa",
"subregion": "Southern Africa",
+ "region": "Africa",
"population": 140,
"latlng": [
-49.25,
69.167
],
"demonym": "French",
- "area": 7747.0,
- "gini": null,
+ "area": 7747,
"timezones": [
"UTC+05:00"
],
- "borders": [],
"nativeName": "Territoire des Terres australes et antarctiques françaises",
"numericCode": "260",
+ "flags": {
+ "svg": "https://flagcdn.com/tf.svg",
+ "png": "https://flagcdn.com/w320/tf.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -6416,23 +6729,23 @@
}
],
"translations": {
+ "br": "Douaroù Aostral hag Antarktikel Frañs",
+ "pt": "Terras Austrais e Antárticas Francesas",
+ "nl": "Franse Gebieden in de zuidelijke Indische Oceaan",
+ "hr": "Francuski južni i antarktički teritoriji",
+ "fa": "سرزمینهای جنوبی و جنوبگانی فرانسه",
"de": "Französische Süd- und Antarktisgebiete",
"es": "Tierras Australes y Antárticas Francesas",
"fr": "Terres australes et antarctiques françaises",
"ja": "フランス領南方・南極地域",
"it": "Territori Francesi del Sud",
- "br": "Terras Austrais e Antárticas Francesas",
- "pt": "Terras Austrais e Antárticas Francesas",
- "nl": "Franse Gebieden in de zuidelijke Indische Oceaan",
- "hr": "Francuski južni i antarktički teritoriji",
- "fa": "سرزمینهای جنوبی و جنوبگانی فرانسه"
+ "hu": "Francia déli és antarktiszi területek"
},
- "flag": "https://restcountries.eu/data/atf.svg",
+ "flag": "https://flagcdn.com/tf.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -6442,7 +6755,7 @@
]
}
],
- "cioc": ""
+ "independent": false
},
{
"name": "Gabon",
@@ -6460,16 +6773,16 @@
"Gabonese Republic",
"République Gabonaise"
],
- "region": "Africa",
"subregion": "Middle Africa",
- "population": 1802278,
+ "region": "Africa",
+ "population": 2225728,
"latlng": [
- -1.0,
+ -1,
11.75
],
"demonym": "Gabonese",
- "area": 267668.0,
- "gini": 41.5,
+ "area": 267668,
+ "gini": 38,
"timezones": [
"UTC+01:00"
],
@@ -6480,6 +6793,10 @@
],
"nativeName": "Gabon",
"numericCode": "266",
+ "flags": {
+ "svg": "https://flagcdn.com/ga.svg",
+ "png": "https://flagcdn.com/w320/ga.png"
+ },
"currencies": [
{
"code": "XAF",
@@ -6496,23 +6813,23 @@
}
],
"translations": {
+ "br": "Gabon",
+ "pt": "Gabão",
+ "nl": "Gabon",
+ "hr": "Gabon",
+ "fa": "گابن",
"de": "Gabun",
"es": "Gabón",
"fr": "Gabon",
"ja": "ガボン",
"it": "Gabon",
- "br": "Gabão",
- "pt": "Gabão",
- "nl": "Gabon",
- "hr": "Gabon",
- "fa": "گابن"
+ "hu": "Gabon"
},
- "flag": "https://restcountries.eu/data/gab.svg",
+ "flag": "https://flagcdn.com/ga.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -6522,7 +6839,8 @@
]
}
],
- "cioc": "GAB"
+ "cioc": "GAB",
+ "independent": true
},
{
"name": "Gambia",
@@ -6539,16 +6857,16 @@
"GM",
"Republic of the Gambia"
],
- "region": "Africa",
"subregion": "Western Africa",
- "population": 1882450,
+ "region": "Africa",
+ "population": 2416664,
"latlng": [
13.46666666,
-16.56666666
],
"demonym": "Gambian",
- "area": 11295.0,
- "gini": null,
+ "area": 11295,
+ "gini": 35.9,
"timezones": [
"UTC+00:00"
],
@@ -6557,6 +6875,10 @@
],
"nativeName": "Gambia",
"numericCode": "270",
+ "flags": {
+ "svg": "https://flagcdn.com/gm.svg",
+ "png": "https://flagcdn.com/w320/gm.png"
+ },
"currencies": [
{
"code": "GMD",
@@ -6573,23 +6895,23 @@
}
],
"translations": {
+ "br": "Gambia",
+ "pt": "Gâmbia",
+ "nl": "Gambia",
+ "hr": "Gambija",
+ "fa": "گامبیا",
"de": "Gambia",
"es": "Gambia",
"fr": "Gambie",
"ja": "ガンビア",
"it": "Gambia",
- "br": "Gâmbia",
- "pt": "Gâmbia",
- "nl": "Gambia",
- "hr": "Gambija",
- "fa": "گامبیا"
+ "hu": "Gambia"
},
- "flag": "https://restcountries.eu/data/gmb.svg",
+ "flag": "https://flagcdn.com/gm.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -6599,7 +6921,8 @@
]
}
],
- "cioc": "GAM"
+ "cioc": "GAM",
+ "independent": true
},
{
"name": "Georgia",
@@ -6616,18 +6939,18 @@
"GE",
"Sakartvelo"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 3720400,
+ "region": "Asia",
+ "population": 3714000,
"latlng": [
- 42.0,
+ 42,
43.5
],
"demonym": "Georgian",
- "area": 69700.0,
- "gini": 41.3,
+ "area": 69700,
+ "gini": 35.9,
"timezones": [
- "UTC-05:00"
+ "UTC-04:00"
],
"borders": [
"ARM",
@@ -6637,6 +6960,10 @@
],
"nativeName": "საქართველო",
"numericCode": "268",
+ "flags": {
+ "svg": "https://flagcdn.com/ge.svg",
+ "png": "https://flagcdn.com/w320/ge.png"
+ },
"currencies": [
{
"code": "GEL",
@@ -6653,20 +6980,21 @@
}
],
"translations": {
+ "br": "Jorjia",
+ "pt": "Geórgia",
+ "nl": "Georgië",
+ "hr": "Németország",
+ "fa": "گرجستان",
"de": "Georgien",
"es": "Georgia",
"fr": "Géorgie",
"ja": "グルジア",
"it": "Georgia",
- "br": "Geórgia",
- "pt": "Geórgia",
- "nl": "Georgië",
- "hr": "Gruzija",
- "fa": "گرجستان"
+ "hu": "Grúzia"
},
- "flag": "https://restcountries.eu/data/geo.svg",
- "regionalBlocs": [],
- "cioc": "GEO"
+ "flag": "https://flagcdn.com/ge.svg",
+ "cioc": "GEO",
+ "independent": true
},
{
"name": "Germany",
@@ -6684,16 +7012,16 @@
"Federal Republic of Germany",
"Bundesrepublik Deutschland"
],
+ "subregion": "Central Europe",
"region": "Europe",
- "subregion": "Western Europe",
- "population": 81770900,
+ "population": 83240525,
"latlng": [
- 51.0,
- 9.0
+ 51,
+ 9
],
"demonym": "German",
- "area": 357114.0,
- "gini": 28.3,
+ "area": 357114,
+ "gini": 31.9,
"timezones": [
"UTC+01:00"
],
@@ -6710,6 +7038,10 @@
],
"nativeName": "Deutschland",
"numericCode": "276",
+ "flags": {
+ "svg": "https://flagcdn.com/de.svg",
+ "png": "https://flagcdn.com/w320/de.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -6726,27 +7058,27 @@
}
],
"translations": {
+ "br": "Alamagn",
+ "pt": "Alemanha",
+ "nl": "Duitsland",
+ "hr": "Njemačka",
+ "fa": "آلمان",
"de": "Deutschland",
"es": "Alemania",
"fr": "Allemagne",
"ja": "ドイツ",
"it": "Germania",
- "br": "Alemanha",
- "pt": "Alemanha",
- "nl": "Duitsland",
- "hr": "Njemačka",
- "fa": "آلمان"
+ "hu": "Grúzia"
},
- "flag": "https://restcountries.eu/data/deu.svg",
+ "flag": "https://flagcdn.com/de.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "GER"
+ "cioc": "GER",
+ "independent": true
},
{
"name": "Ghana",
@@ -6762,16 +7094,16 @@
"altSpellings": [
"GH"
],
- "region": "Africa",
"subregion": "Western Africa",
- "population": 27670174,
+ "region": "Africa",
+ "population": 31072945,
"latlng": [
- 8.0,
- -2.0
+ 8,
+ -2
],
"demonym": "Ghanaian",
- "area": 238533.0,
- "gini": 42.8,
+ "area": 238533,
+ "gini": 43.5,
"timezones": [
"UTC"
],
@@ -6782,6 +7114,10 @@
],
"nativeName": "Ghana",
"numericCode": "288",
+ "flags": {
+ "svg": "https://flagcdn.com/gh.svg",
+ "png": "https://flagcdn.com/w320/gh.png"
+ },
"currencies": [
{
"code": "GHS",
@@ -6798,23 +7134,23 @@
}
],
"translations": {
+ "br": "Ghana",
+ "pt": "Gana",
+ "nl": "Ghana",
+ "hr": "Gana",
+ "fa": "غنا",
"de": "Ghana",
"es": "Ghana",
"fr": "Ghana",
"ja": "ガーナ",
"it": "Ghana",
- "br": "Gana",
- "pt": "Gana",
- "nl": "Ghana",
- "hr": "Gana",
- "fa": "غنا"
+ "hu": "Ghána"
},
- "flag": "https://restcountries.eu/data/gha.svg",
+ "flag": "https://flagcdn.com/gh.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -6824,7 +7160,8 @@
]
}
],
- "cioc": "GHA"
+ "cioc": "GHA",
+ "independent": true
},
{
"name": "Gibraltar",
@@ -6840,16 +7177,15 @@
"altSpellings": [
"GI"
],
- "region": "Europe",
"subregion": "Southern Europe",
- "population": 33140,
+ "region": "Europe",
+ "population": 33691,
"latlng": [
36.13333333,
-5.35
],
"demonym": "Gibraltar",
- "area": 6.0,
- "gini": null,
+ "area": 6,
"timezones": [
"UTC+01:00"
],
@@ -6858,6 +7194,10 @@
],
"nativeName": "Gibraltar",
"numericCode": "292",
+ "flags": {
+ "svg": "https://flagcdn.com/gi.svg",
+ "png": "https://flagcdn.com/w320/gi.png"
+ },
"currencies": [
{
"code": "GIP",
@@ -6874,27 +7214,26 @@
}
],
"translations": {
+ "br": "Jibraltar",
+ "pt": "Gibraltar",
+ "nl": "Gibraltar",
+ "hr": "Gibraltar",
+ "fa": "جبلطارق",
"de": "Gibraltar",
"es": "Gibraltar",
"fr": "Gibraltar",
"ja": "ジブラルタル",
"it": "Gibilterra",
- "br": "Gibraltar",
- "pt": "Gibraltar",
- "nl": "Gibraltar",
- "hr": "Gibraltar",
- "fa": "جبلطارق"
+ "hu": "Gibraltár"
},
- "flag": "https://restcountries.eu/data/gib.svg",
+ "flag": "https://flagcdn.com/gi.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": ""
+ "independent": false
},
{
"name": "Greece",
@@ -6913,16 +7252,16 @@
"Hellenic Republic",
"Ελληνική Δημοκρατία"
],
- "region": "Europe",
"subregion": "Southern Europe",
- "population": 10858018,
+ "region": "Europe",
+ "population": 10715549,
"latlng": [
- 39.0,
- 22.0
+ 39,
+ 22
],
"demonym": "Greek",
- "area": 131990.0,
- "gini": 34.3,
+ "area": 131990,
+ "gini": 32.9,
"timezones": [
"UTC+02:00"
],
@@ -6934,6 +7273,10 @@
],
"nativeName": "Ελλάδα",
"numericCode": "300",
+ "flags": {
+ "svg": "https://flagcdn.com/gr.svg",
+ "png": "https://flagcdn.com/w320/gr.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -6950,27 +7293,27 @@
}
],
"translations": {
+ "br": "Gres",
+ "pt": "Grécia",
+ "nl": "Griekenland",
+ "hr": "Grčka",
+ "fa": "یونان",
"de": "Griechenland",
"es": "Grecia",
"fr": "Grèce",
"ja": "ギリシャ",
"it": "Grecia",
- "br": "Grécia",
- "pt": "Grécia",
- "nl": "Griekenland",
- "hr": "Grčka",
- "fa": "یونان"
+ "hu": "Görögország"
},
- "flag": "https://restcountries.eu/data/grc.svg",
+ "flag": "https://flagcdn.com/gr.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "GRE"
+ "cioc": "GRE",
+ "independent": true
},
{
"name": "Greenland",
@@ -6987,25 +7330,27 @@
"GL",
"Grønland"
],
- "region": "Americas",
"subregion": "Northern America",
- "population": 55847,
+ "region": "Americas",
+ "population": 56367,
"latlng": [
- 72.0,
- -40.0
+ 72,
+ -40
],
"demonym": "Greenlandic",
- "area": 2166086.0,
- "gini": null,
+ "area": 2166086,
"timezones": [
"UTC-04:00",
"UTC-03:00",
"UTC-01:00",
"UTC+00:00"
],
- "borders": [],
"nativeName": "Kalaallit Nunaat",
"numericCode": "304",
+ "flags": {
+ "svg": "https://flagcdn.com/gl.svg",
+ "png": "https://flagcdn.com/w320/gl.png"
+ },
"currencies": [
{
"code": "DKK",
@@ -7022,20 +7367,20 @@
}
],
"translations": {
+ "br": "Greunland",
+ "pt": "Gronelândia",
+ "nl": "Groenland",
+ "hr": "Grenland",
+ "fa": "گرینلند",
"de": "Grönland",
"es": "Groenlandia",
"fr": "Groenland",
"ja": "グリーンランド",
"it": "Groenlandia",
- "br": "Groelândia",
- "pt": "Gronelândia",
- "nl": "Groenland",
- "hr": "Grenland",
- "fa": "گرینلند"
+ "hu": "Grönland"
},
- "flag": "https://restcountries.eu/data/grl.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/gl.svg",
+ "independent": false
},
{
"name": "Grenada",
@@ -7045,28 +7390,30 @@
"alpha2Code": "GD",
"alpha3Code": "GRD",
"callingCodes": [
- "1473"
+ "1"
],
"capital": "St. George's",
"altSpellings": [
"GD"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 103328,
+ "region": "Americas",
+ "population": 112519,
"latlng": [
12.11666666,
-61.66666666
],
"demonym": "Grenadian",
- "area": 344.0,
- "gini": null,
+ "area": 344,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Grenada",
"numericCode": "308",
+ "flags": {
+ "svg": "https://flagcdn.com/gd.svg",
+ "png": "https://flagcdn.com/w320/gd.png"
+ },
"currencies": [
{
"code": "XCD",
@@ -7083,23 +7430,23 @@
}
],
"translations": {
+ "br": "Grenada",
+ "pt": "Granada",
+ "nl": "Grenada",
+ "hr": "Grenada",
+ "fa": "گرنادا",
"de": "Grenada",
"es": "Grenada",
"fr": "Grenade",
"ja": "グレナダ",
"it": "Grenada",
- "br": "Granada",
- "pt": "Granada",
- "nl": "Grenada",
- "hr": "Grenada",
- "fa": "گرنادا"
+ "hu": "Grenada"
},
- "flag": "https://restcountries.eu/data/grd.svg",
+ "flag": "https://flagcdn.com/gd.svg",
"regionalBlocs": [
{
"acronym": "CARICOM",
"name": "Caribbean Community",
- "otherAcronyms": [],
"otherNames": [
"Comunidad del Caribe",
"Communauté Caribéenne",
@@ -7107,7 +7454,8 @@
]
}
],
- "cioc": "GRN"
+ "cioc": "GRN",
+ "independent": true
},
{
"name": "Guadeloupe",
@@ -7124,22 +7472,23 @@
"GP",
"Gwadloup"
],
- "region": "Americas",
"subregion": "Caribbean",
+ "region": "Americas",
"population": 400132,
"latlng": [
16.25,
-61.583333
],
"demonym": "Guadeloupian",
- "area": null,
- "gini": null,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Guadeloupe",
"numericCode": "312",
+ "flags": {
+ "svg": "https://flagcdn.com/gp.svg",
+ "png": "https://flagcdn.com/w320/gp.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -7156,20 +7505,20 @@
}
],
"translations": {
+ "br": "Gwadeloup",
+ "pt": "Guadalupe",
+ "nl": "Guadeloupe",
+ "hr": "Gvadalupa",
+ "fa": "جزیره گوادلوپ",
"de": "Guadeloupe",
"es": "Guadalupe",
"fr": "Guadeloupe",
"ja": "グアドループ",
"it": "Guadeloupa",
- "br": "Guadalupe",
- "pt": "Guadalupe",
- "nl": "Guadeloupe",
- "hr": "Gvadalupa",
- "fa": "جزیره گوادلوپ"
+ "hu": "Guadeloupe"
},
- "flag": "https://restcountries.eu/data/glp.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/gp.svg",
+ "independent": false
},
{
"name": "Guam",
@@ -7179,29 +7528,31 @@
"alpha2Code": "GU",
"alpha3Code": "GUM",
"callingCodes": [
- "1671"
+ "1"
],
"capital": "Hagåtña",
"altSpellings": [
"GU",
"Guåhån"
],
- "region": "Oceania",
"subregion": "Micronesia",
- "population": 184200,
+ "region": "Oceania",
+ "population": 168783,
"latlng": [
13.46666666,
144.78333333
],
"demonym": "Guamanian",
- "area": 549.0,
- "gini": null,
+ "area": 549,
"timezones": [
"UTC+10:00"
],
- "borders": [],
"nativeName": "Guam",
"numericCode": "316",
+ "flags": {
+ "svg": "https://flagcdn.com/gu.svg",
+ "png": "https://flagcdn.com/w320/gu.png"
+ },
"currencies": [
{
"code": "USD",
@@ -7230,20 +7581,21 @@
}
],
"translations": {
+ "br": "Guam",
+ "pt": "Guame",
+ "nl": "Guam",
+ "hr": "Guam",
+ "fa": "گوام",
"de": "Guam",
"es": "Guam",
"fr": "Guam",
"ja": "グアム",
"it": "Guam",
- "br": "Guam",
- "pt": "Guame",
- "nl": "Guam",
- "hr": "Guam",
- "fa": "گوام"
+ "hu": "Guam"
},
- "flag": "https://restcountries.eu/data/gum.svg",
- "regionalBlocs": [],
- "cioc": "GUM"
+ "flag": "https://flagcdn.com/gu.svg",
+ "cioc": "GUM",
+ "independent": false
},
{
"name": "Guatemala",
@@ -7259,16 +7611,16 @@
"altSpellings": [
"GT"
],
- "region": "Americas",
"subregion": "Central America",
- "population": 16176133,
+ "region": "Americas",
+ "population": 16858333,
"latlng": [
15.5,
-90.25
],
"demonym": "Guatemalan",
- "area": 108889.0,
- "gini": 55.9,
+ "area": 108889,
+ "gini": 48.3,
"timezones": [
"UTC-06:00"
],
@@ -7280,6 +7632,10 @@
],
"nativeName": "Guatemala",
"numericCode": "320",
+ "flags": {
+ "svg": "https://flagcdn.com/gt.svg",
+ "png": "https://flagcdn.com/w320/gt.png"
+ },
"currencies": [
{
"code": "GTQ",
@@ -7296,18 +7652,19 @@
}
],
"translations": {
+ "br": "Guatemala",
+ "pt": "Guatemala",
+ "nl": "Guatemala",
+ "hr": "Gvatemala",
+ "fa": "گواتمالا",
"de": "Guatemala",
"es": "Guatemala",
"fr": "Guatemala",
"ja": "グアテマラ",
"it": "Guatemala",
- "br": "Guatemala",
- "pt": "Guatemala",
- "nl": "Guatemala",
- "hr": "Gvatemala",
- "fa": "گواتمالا"
+ "hu": "Guatemala"
},
- "flag": "https://restcountries.eu/data/gtm.svg",
+ "flag": "https://flagcdn.com/gt.svg",
"regionalBlocs": [
{
"acronym": "CAIS",
@@ -7320,7 +7677,8 @@
]
}
],
- "cioc": "GUA"
+ "cioc": "GUA",
+ "independent": true
},
{
"name": "Guernsey",
@@ -7338,22 +7696,24 @@
"Bailiwick of Guernsey",
"Bailliage de Guernesey"
],
- "region": "Europe",
"subregion": "Northern Europe",
+ "region": "Europe",
"population": 62999,
"latlng": [
49.46666666,
-2.58333333
],
"demonym": "Channel Islander",
- "area": 78.0,
- "gini": null,
+ "area": 78,
"timezones": [
"UTC+00:00"
],
- "borders": [],
"nativeName": "Guernsey",
"numericCode": "831",
+ "flags": {
+ "svg": "https://flagcdn.com/gg.svg",
+ "png": "https://flagcdn.com/w320/gg.png"
+ },
"currencies": [
{
"code": "GBP",
@@ -7361,7 +7721,7 @@
"symbol": "£"
},
{
- "code": "(none)",
+ "code": "GGP",
"name": "Guernsey pound",
"symbol": "£"
}
@@ -7381,20 +7741,20 @@
}
],
"translations": {
+ "br": "Gwernenez",
+ "pt": "Guernsey",
+ "nl": "Guernsey",
+ "hr": "Guernsey",
+ "fa": "گرنزی",
"de": "Guernsey",
"es": "Guernsey",
"fr": "Guernesey",
"ja": "ガーンジー",
"it": "Guernsey",
- "br": "Guernsey",
- "pt": "Guernsey",
- "nl": "Guernsey",
- "hr": "Guernsey",
- "fa": "گرنزی"
+ "hu": "Guernsey"
},
- "flag": "https://restcountries.eu/data/ggy.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/gg.svg",
+ "independent": false
},
{
"name": "Guinea",
@@ -7412,16 +7772,16 @@
"Republic of Guinea",
"République de Guinée"
],
- "region": "Africa",
"subregion": "Western Africa",
- "population": 12947000,
+ "region": "Africa",
+ "population": 13132792,
"latlng": [
- 11.0,
- -10.0
+ 11,
+ -10
],
"demonym": "Guinean",
- "area": 245857.0,
- "gini": 39.4,
+ "area": 245857,
+ "gini": 33.7,
"timezones": [
"UTC"
],
@@ -7435,6 +7795,10 @@
],
"nativeName": "Guinée",
"numericCode": "324",
+ "flags": {
+ "svg": "https://flagcdn.com/gn.svg",
+ "png": "https://flagcdn.com/w320/gn.png"
+ },
"currencies": [
{
"code": "GNF",
@@ -7457,23 +7821,23 @@
}
],
"translations": {
+ "br": "Ginea",
+ "pt": "Guiné",
+ "nl": "Guinee",
+ "hr": "Gvineja",
+ "fa": "گینه",
"de": "Guinea",
"es": "Guinea",
"fr": "Guinée",
"ja": "ギニア",
"it": "Guinea",
- "br": "Guiné",
- "pt": "Guiné",
- "nl": "Guinee",
- "hr": "Gvineja",
- "fa": "گینه"
+ "hu": "Guinea"
},
- "flag": "https://restcountries.eu/data/gin.svg",
+ "flag": "https://flagcdn.com/gn.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -7483,7 +7847,8 @@
]
}
],
- "cioc": "GUI"
+ "cioc": "GUI",
+ "independent": true
},
{
"name": "Guinea-Bissau",
@@ -7501,16 +7866,16 @@
"Republic of Guinea-Bissau",
"República da Guiné-Bissau"
],
- "region": "Africa",
"subregion": "Western Africa",
- "population": 1547777,
+ "region": "Africa",
+ "population": 1967998,
"latlng": [
- 12.0,
- -15.0
+ 12,
+ -15
],
"demonym": "Guinea-Bissauan",
- "area": 36125.0,
- "gini": 35.5,
+ "area": 36125,
+ "gini": 50.7,
"timezones": [
"UTC"
],
@@ -7520,6 +7885,10 @@
],
"nativeName": "Guiné-Bissau",
"numericCode": "624",
+ "flags": {
+ "svg": "https://flagcdn.com/gw.svg",
+ "png": "https://flagcdn.com/w320/gw.png"
+ },
"currencies": [
{
"code": "XOF",
@@ -7536,23 +7905,23 @@
}
],
"translations": {
+ "br": "Ginea-Bissau",
+ "pt": "Guiné-Bissau",
+ "nl": "Guinee-Bissau",
+ "hr": "Gvineja Bisau",
+ "fa": "گینه بیسائو",
"de": "Guinea-Bissau",
"es": "Guinea-Bisáu",
"fr": "Guinée-Bissau",
"ja": "ギニアビサウ",
"it": "Guinea-Bissau",
- "br": "Guiné-Bissau",
- "pt": "Guiné-Bissau",
- "nl": "Guinee-Bissau",
- "hr": "Gvineja Bisau",
- "fa": "گینه بیسائو"
+ "hu": "Bissau-Guinea"
},
- "flag": "https://restcountries.eu/data/gnb.svg",
+ "flag": "https://flagcdn.com/gw.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -7562,7 +7931,8 @@
]
}
],
- "cioc": "GBS"
+ "cioc": "GBS",
+ "independent": true
},
{
"name": "Guyana",
@@ -7579,16 +7949,16 @@
"GY",
"Co-operative Republic of Guyana"
],
- "region": "Americas",
"subregion": "South America",
- "population": 746900,
+ "region": "Americas",
+ "population": 786559,
"latlng": [
- 5.0,
- -59.0
+ 5,
+ -59
],
"demonym": "Guyanese",
- "area": 214969.0,
- "gini": 44.5,
+ "area": 214969,
+ "gini": 45.1,
"timezones": [
"UTC-04:00"
],
@@ -7599,6 +7969,10 @@
],
"nativeName": "Guyana",
"numericCode": "328",
+ "flags": {
+ "svg": "https://flagcdn.com/gy.svg",
+ "png": "https://flagcdn.com/w320/gy.png"
+ },
"currencies": [
{
"code": "GYD",
@@ -7615,23 +7989,23 @@
}
],
"translations": {
+ "br": "Guyana",
+ "pt": "Guiana",
+ "nl": "Guyana",
+ "hr": "Gvajana",
+ "fa": "گویان",
"de": "Guyana",
"es": "Guyana",
"fr": "Guyane",
"ja": "ガイアナ",
"it": "Guyana",
- "br": "Guiana",
- "pt": "Guiana",
- "nl": "Guyana",
- "hr": "Gvajana",
- "fa": "گویان"
+ "hu": "Guyana"
},
- "flag": "https://restcountries.eu/data/guy.svg",
+ "flag": "https://flagcdn.com/gy.svg",
"regionalBlocs": [
{
"acronym": "CARICOM",
"name": "Caribbean Community",
- "otherAcronyms": [],
"otherNames": [
"Comunidad del Caribe",
"Communauté Caribéenne",
@@ -7654,7 +8028,8 @@
]
}
],
- "cioc": "GUY"
+ "cioc": "GUY",
+ "independent": true
},
{
"name": "Haiti",
@@ -7673,16 +8048,16 @@
"République d'Haïti",
"Repiblik Ayiti"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 11078033,
+ "region": "Americas",
+ "population": 11402533,
"latlng": [
- 19.0,
+ 19,
-72.41666666
],
"demonym": "Haitian",
- "area": 27750.0,
- "gini": 59.2,
+ "area": 27750,
+ "gini": 41.1,
"timezones": [
"UTC-05:00"
],
@@ -7691,6 +8066,10 @@
],
"nativeName": "Haïti",
"numericCode": "332",
+ "flags": {
+ "svg": "https://flagcdn.com/ht.svg",
+ "png": "https://flagcdn.com/w320/ht.png"
+ },
"currencies": [
{
"code": "HTG",
@@ -7713,23 +8092,23 @@
}
],
"translations": {
+ "br": "Haiti",
+ "pt": "Haiti",
+ "nl": "Haïti",
+ "hr": "Haiti",
+ "fa": "هائیتی",
"de": "Haiti",
"es": "Haiti",
"fr": "Haïti",
"ja": "ハイチ",
"it": "Haiti",
- "br": "Haiti",
- "pt": "Haiti",
- "nl": "Haïti",
- "hr": "Haiti",
- "fa": "هائیتی"
+ "hu": "Haiti"
},
- "flag": "https://restcountries.eu/data/hti.svg",
+ "flag": "https://flagcdn.com/ht.svg",
"regionalBlocs": [
{
"acronym": "CARICOM",
"name": "Caribbean Community",
- "otherAcronyms": [],
"otherNames": [
"Comunidad del Caribe",
"Communauté Caribéenne",
@@ -7737,7 +8116,8 @@
]
}
],
- "cioc": "HAI"
+ "cioc": "HAI",
+ "independent": true
},
{
"name": "Heard Island and McDonald Islands",
@@ -7748,28 +8128,29 @@
"alpha2Code": "HM",
"alpha3Code": "HMD",
"callingCodes": [
- ""
+ "672"
],
- "capital": "",
"altSpellings": [
"HM"
],
- "region": "",
- "subregion": "",
+ "subregion": "Antarctic",
+ "region": "Antarctic",
"population": 0,
"latlng": [
-53.1,
72.51666666
],
"demonym": "Heard and McDonald Islander",
- "area": 412.0,
- "gini": null,
+ "area": 412,
"timezones": [
"UTC+05:00"
],
- "borders": [],
"nativeName": "Heard Island and McDonald Islands",
"numericCode": "334",
+ "flags": {
+ "svg": "https://flagcdn.com/hm.svg",
+ "png": "https://flagcdn.com/w320/hm.png"
+ },
"currencies": [
{
"code": "AUD",
@@ -7786,23 +8167,23 @@
}
],
"translations": {
+ "br": "Inizi Heard ha McDonald",
+ "pt": "Ilha Heard e Ilhas McDonald",
+ "nl": "Heard- en McDonaldeilanden",
+ "hr": "Otok Heard i otočje McDonald",
+ "fa": "جزیره هرد و جزایر مکدونالد",
"de": "Heard und die McDonaldinseln",
"es": "Islas Heard y McDonald",
"fr": "Îles Heard-et-MacDonald",
"ja": "ハード島とマクドナルド諸島",
"it": "Isole Heard e McDonald",
- "br": "Ilha Heard e Ilhas McDonald",
- "pt": "Ilha Heard e Ilhas McDonald",
- "nl": "Heard- en McDonaldeilanden",
- "hr": "Otok Heard i otočje McDonald",
- "fa": "جزیره هرد و جزایر مکدونالد"
+ "hu": "Heard-sziget és McDonald-szigetek"
},
- "flag": "https://restcountries.eu/data/hmd.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/hm.svg",
+ "independent": false
},
{
- "name": "Holy See",
+ "name": "Vatican City",
"topLevelDomain": [
".va"
],
@@ -7811,30 +8192,32 @@
"callingCodes": [
"379"
],
- "capital": "Rome",
+ "capital": "Vatican City",
"altSpellings": [
- "Sancta Sedes",
"Vatican",
"The Vatican"
],
- "region": "Europe",
"subregion": "Southern Europe",
+ "region": "Europe",
"population": 451,
"latlng": [
41.9,
12.45
],
- "demonym": "",
+ "demonym": "Vatican",
"area": 0.44,
- "gini": null,
"timezones": [
"UTC+01:00"
],
"borders": [
"ITA"
],
- "nativeName": "Sancta Sedes",
+ "nativeName": "Status Civitatis Vaticanae",
"numericCode": "336",
+ "flags": {
+ "svg": "https://flagcdn.com/va.svg",
+ "png": "https://flagcdn.com/w320/va.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -7859,7 +8242,7 @@
"iso639_1": "fr",
"iso639_2": "fra",
"name": "French",
- "nativeName": "français"
+ "nativeName": "Français"
},
{
"iso639_1": "de",
@@ -7869,20 +8252,20 @@
}
],
"translations": {
+ "br": "Vatikan",
+ "pt": "Vaticano",
+ "nl": "Heilige Stoel",
+ "hr": "Sveta Stolica",
+ "fa": "سریر مقدس",
"de": "Heiliger Stuhl",
"es": "Santa Sede",
- "fr": "voir Saint",
+ "fr": "Saint-Siège",
"ja": "聖座",
"it": "Santa Sede",
- "br": "Vaticano",
- "pt": "Vaticano",
- "nl": "Heilige Stoel",
- "hr": "Sveta Stolica",
- "fa": "سریر مقدس"
+ "hu": "Vatikán"
},
- "flag": "https://restcountries.eu/data/vat.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/va.svg",
+ "independent": true
},
{
"name": "Honduras",
@@ -7900,16 +8283,16 @@
"Republic of Honduras",
"República de Honduras"
],
- "region": "Americas",
"subregion": "Central America",
- "population": 8576532,
+ "region": "Americas",
+ "population": 9904608,
"latlng": [
- 15.0,
+ 15,
-86.5
],
"demonym": "Honduran",
- "area": 112492.0,
- "gini": 57.0,
+ "area": 112492,
+ "gini": 48.2,
"timezones": [
"UTC-06:00"
],
@@ -7920,6 +8303,10 @@
],
"nativeName": "Honduras",
"numericCode": "340",
+ "flags": {
+ "svg": "https://flagcdn.com/hn.svg",
+ "png": "https://flagcdn.com/w320/hn.png"
+ },
"currencies": [
{
"code": "HNL",
@@ -7936,18 +8323,19 @@
}
],
"translations": {
+ "br": "Honduras",
+ "pt": "Honduras",
+ "nl": "Honduras",
+ "hr": "Honduras",
+ "fa": "هندوراس",
"de": "Honduras",
"es": "Honduras",
"fr": "Honduras",
"ja": "ホンジュラス",
"it": "Honduras",
- "br": "Honduras",
- "pt": "Honduras",
- "nl": "Honduras",
- "hr": "Honduras",
- "fa": "هندوراس"
+ "hu": "Honduras"
},
- "flag": "https://restcountries.eu/data/hnd.svg",
+ "flag": "https://flagcdn.com/hn.svg",
"regionalBlocs": [
{
"acronym": "CAIS",
@@ -7960,77 +8348,8 @@
]
}
],
- "cioc": "HON"
- },
- {
- "name": "Hong Kong",
- "topLevelDomain": [
- ".hk"
- ],
- "alpha2Code": "HK",
- "alpha3Code": "HKG",
- "callingCodes": [
- "852"
- ],
- "capital": "City of Victoria",
- "altSpellings": [
- "HK",
- "香港"
- ],
- "region": "Asia",
- "subregion": "Eastern Asia",
- "population": 7324300,
- "latlng": [
- 22.25,
- 114.16666666
- ],
- "demonym": "Chinese",
- "area": 1104.0,
- "gini": 53.3,
- "timezones": [
- "UTC+08:00"
- ],
- "borders": [
- "CHN"
- ],
- "nativeName": "香港",
- "numericCode": "344",
- "currencies": [
- {
- "code": "HKD",
- "name": "Hong Kong dollar",
- "symbol": "$"
- }
- ],
- "languages": [
- {
- "iso639_1": "en",
- "iso639_2": "eng",
- "name": "English",
- "nativeName": "English"
- },
- {
- "iso639_1": "zh",
- "iso639_2": "zho",
- "name": "Chinese",
- "nativeName": "中文 (Zhōngwén)"
- }
- ],
- "translations": {
- "de": "Hong Kong",
- "es": "Hong Kong",
- "fr": "Hong Kong",
- "ja": "香港",
- "it": "Hong Kong",
- "br": "Hong Kong",
- "pt": "Hong Kong",
- "nl": "Hongkong",
- "hr": "Hong Kong",
- "fa": "هنگکنگ"
- },
- "flag": "https://restcountries.eu/data/hkg.svg",
- "regionalBlocs": [],
- "cioc": "HKG"
+ "cioc": "HON",
+ "independent": true
},
{
"name": "Hungary",
@@ -8046,16 +8365,16 @@
"altSpellings": [
"HU"
],
+ "subregion": "Central Europe",
"region": "Europe",
- "subregion": "Eastern Europe",
- "population": 9823000,
+ "population": 9749763,
"latlng": [
- 47.0,
- 20.0
+ 47,
+ 20
],
"demonym": "Hungarian",
- "area": 93028.0,
- "gini": 31.2,
+ "area": 93028,
+ "gini": 29.6,
"timezones": [
"UTC+01:00"
],
@@ -8070,6 +8389,10 @@
],
"nativeName": "Magyarország",
"numericCode": "348",
+ "flags": {
+ "svg": "https://flagcdn.com/hu.svg",
+ "png": "https://flagcdn.com/w320/hu.png"
+ },
"currencies": [
{
"code": "HUF",
@@ -8086,27 +8409,101 @@
}
],
"translations": {
+ "br": "Hungaria",
+ "pt": "Hungria",
+ "nl": "Hongarije",
+ "hr": "Mađarska",
+ "fa": "مجارستان",
"de": "Ungarn",
"es": "Hungría",
"fr": "Hongrie",
"ja": "ハンガリー",
"it": "Ungheria",
- "br": "Hungria",
- "pt": "Hungria",
- "nl": "Hongarije",
- "hr": "Mađarska",
- "fa": "مجارستان"
+ "hu": "Magyarország"
},
- "flag": "https://restcountries.eu/data/hun.svg",
+ "flag": "https://flagcdn.com/hu.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "HUN"
+ "cioc": "HUN",
+ "independent": true
+ },
+ {
+ "name": "Hong Kong",
+ "topLevelDomain": [
+ ".hk"
+ ],
+ "alpha2Code": "HK",
+ "alpha3Code": "HKG",
+ "callingCodes": [
+ "852"
+ ],
+ "capital": "City of Victoria",
+ "altSpellings": [
+ "HK",
+ "香港"
+ ],
+ "subregion": "Eastern Asia",
+ "region": "Asia",
+ "population": 7481800,
+ "latlng": [
+ 22.25,
+ 114.16666666
+ ],
+ "demonym": "Chinese",
+ "area": 1104,
+ "timezones": [
+ "UTC+08:00"
+ ],
+ "borders": [
+ "CHN"
+ ],
+ "nativeName": "香港",
+ "numericCode": "344",
+ "flags": {
+ "svg": "https://flagcdn.com/hk.svg",
+ "png": "https://flagcdn.com/w320/hk.png"
+ },
+ "currencies": [
+ {
+ "code": "HKD",
+ "name": "Hong Kong dollar",
+ "symbol": "$"
+ }
+ ],
+ "languages": [
+ {
+ "iso639_1": "en",
+ "iso639_2": "eng",
+ "name": "English",
+ "nativeName": "English"
+ },
+ {
+ "iso639_1": "zh",
+ "iso639_2": "zho",
+ "name": "Chinese",
+ "nativeName": "中文 (Zhōngwén)"
+ }
+ ],
+ "translations": {
+ "br": "Hong Kong",
+ "pt": "Hong Kong",
+ "nl": "Hongkong",
+ "hr": "Hong Kong",
+ "fa": "هنگکنگ",
+ "de": "Hong Kong",
+ "es": "Hong Kong",
+ "fr": "Hong Kong",
+ "ja": "香港",
+ "it": "Hong Kong",
+ "hu": "Hong Kong"
+ },
+ "flag": "https://flagcdn.com/hk.svg",
+ "cioc": "HKG",
+ "independent": false
},
{
"name": "Iceland",
@@ -8125,22 +8522,25 @@
"Republic of Iceland",
"Lýðveldið Ísland"
],
- "region": "Europe",
"subregion": "Northern Europe",
- "population": 334300,
+ "region": "Europe",
+ "population": 366425,
"latlng": [
- 65.0,
- -18.0
+ 65,
+ -18
],
"demonym": "Icelander",
- "area": 103000.0,
- "gini": null,
+ "area": 103000,
+ "gini": 26.1,
"timezones": [
"UTC"
],
- "borders": [],
"nativeName": "Ísland",
"numericCode": "352",
+ "flags": {
+ "svg": "https://flagcdn.com/is.svg",
+ "png": "https://flagcdn.com/w320/is.png"
+ },
"currencies": [
{
"code": "ISK",
@@ -8157,27 +8557,27 @@
}
],
"translations": {
+ "br": "Island",
+ "pt": "Islândia",
+ "nl": "IJsland",
+ "hr": "Island",
+ "fa": "ایسلند",
"de": "Island",
"es": "Islandia",
"fr": "Islande",
"ja": "アイスランド",
"it": "Islanda",
- "br": "Islândia",
- "pt": "Islândia",
- "nl": "IJsland",
- "hr": "Island",
- "fa": "ایسلند"
+ "hu": "Izland"
},
- "flag": "https://restcountries.eu/data/isl.svg",
+ "flag": "https://flagcdn.com/is.svg",
"regionalBlocs": [
{
"acronym": "EFTA",
- "name": "European Free Trade Association",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Free Trade Association"
}
],
- "cioc": "ISL"
+ "cioc": "ISL",
+ "independent": true
},
{
"name": "India",
@@ -8196,16 +8596,16 @@
"Republic of India",
"Bharat Ganrajya"
],
- "region": "Asia",
"subregion": "Southern Asia",
- "population": 1295210000,
+ "region": "Asia",
+ "population": 1380004385,
"latlng": [
- 20.0,
- 77.0
+ 20,
+ 77
],
"demonym": "Indian",
- "area": 3287590.0,
- "gini": 33.4,
+ "area": 3287590,
+ "gini": 35.7,
"timezones": [
"UTC+05:30"
],
@@ -8221,6 +8621,10 @@
],
"nativeName": "भारत",
"numericCode": "356",
+ "flags": {
+ "svg": "https://flagcdn.com/in.svg",
+ "png": "https://flagcdn.com/w320/in.png"
+ },
"currencies": [
{
"code": "INR",
@@ -8243,27 +8647,27 @@
}
],
"translations": {
+ "br": "India",
+ "pt": "Índia",
+ "nl": "India",
+ "hr": "Indija",
+ "fa": "هند",
"de": "Indien",
"es": "India",
"fr": "Inde",
"ja": "インド",
"it": "India",
- "br": "Índia",
- "pt": "Índia",
- "nl": "India",
- "hr": "Indija",
- "fa": "هند"
+ "hu": "India"
},
- "flag": "https://restcountries.eu/data/ind.svg",
+ "flag": "https://flagcdn.com/in.svg",
"regionalBlocs": [
{
"acronym": "SAARC",
- "name": "South Asian Association for Regional Cooperation",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "South Asian Association for Regional Cooperation"
}
],
- "cioc": "IND"
+ "cioc": "IND",
+ "independent": true
},
{
"name": "Indonesia",
@@ -8281,16 +8685,16 @@
"Republic of Indonesia",
"Republik Indonesia"
],
- "region": "Asia",
"subregion": "South-Eastern Asia",
- "population": 258705000,
+ "region": "Asia",
+ "population": 273523621,
"latlng": [
- -5.0,
- 120.0
+ -5,
+ 120
],
"demonym": "Indonesian",
- "area": 1904569.0,
- "gini": 34.0,
+ "area": 1904569,
+ "gini": 38.2,
"timezones": [
"UTC+07:00",
"UTC+08:00",
@@ -8303,6 +8707,10 @@
],
"nativeName": "Indonesia",
"numericCode": "360",
+ "flags": {
+ "svg": "https://flagcdn.com/id.svg",
+ "png": "https://flagcdn.com/w320/id.png"
+ },
"currencies": [
{
"code": "IDR",
@@ -8319,30 +8727,30 @@
}
],
"translations": {
+ "br": "Indonezia",
+ "pt": "Indonésia",
+ "nl": "Indonesië",
+ "hr": "Indonezija",
+ "fa": "اندونزی",
"de": "Indonesien",
"es": "Indonesia",
"fr": "Indonésie",
"ja": "インドネシア",
"it": "Indonesia",
- "br": "Indonésia",
- "pt": "Indonésia",
- "nl": "Indonesië",
- "hr": "Indonezija",
- "fa": "اندونزی"
+ "hu": "Indonézia"
},
- "flag": "https://restcountries.eu/data/idn.svg",
+ "flag": "https://flagcdn.com/id.svg",
"regionalBlocs": [
{
"acronym": "ASEAN",
- "name": "Association of Southeast Asian Nations",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Association of Southeast Asian Nations"
}
],
- "cioc": "INA"
+ "cioc": "INA",
+ "independent": true
},
{
- "name": "Côte d'Ivoire",
+ "name": "Ivory Coast",
"topLevelDomain": [
".ci"
],
@@ -8358,15 +8766,15 @@
"Republic of Côte d'Ivoire",
"République de Côte d'Ivoire"
],
- "region": "Africa",
"subregion": "Western Africa",
- "population": 22671331,
+ "region": "Africa",
+ "population": 26378275,
"latlng": [
- 8.0,
- -5.0
+ 8,
+ -5
],
"demonym": "Ivorian",
- "area": 322463.0,
+ "area": 322463,
"gini": 41.5,
"timezones": [
"UTC"
@@ -8380,6 +8788,10 @@
],
"nativeName": "Côte d'Ivoire",
"numericCode": "384",
+ "flags": {
+ "svg": "https://flagcdn.com/ci.svg",
+ "png": "https://flagcdn.com/w320/ci.png"
+ },
"currencies": [
{
"code": "XOF",
@@ -8396,23 +8808,23 @@
}
],
"translations": {
+ "br": "Aod an Olifant",
+ "pt": "Costa do Marfim",
+ "nl": "Ivoorkust",
+ "hr": "Obala Bjelokosti",
+ "fa": "ساحل عاج",
"de": "Elfenbeinküste",
"es": "Costa de Marfil",
"fr": "Côte d'Ivoire",
"ja": "コートジボワール",
"it": "Costa D'Avorio",
- "br": "Costa do Marfim",
- "pt": "Costa do Marfim",
- "nl": "Ivoorkust",
- "hr": "Obala Bjelokosti",
- "fa": "ساحل عاج"
+ "hu": "Elefántcsontpart"
},
- "flag": "https://restcountries.eu/data/civ.svg",
+ "flag": "https://flagcdn.com/ci.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -8422,7 +8834,8 @@
]
}
],
- "cioc": "CIV"
+ "cioc": "CIV",
+ "independent": true
},
{
"name": "Iran (Islamic Republic of)",
@@ -8440,16 +8853,16 @@
"Islamic Republic of Iran",
"Jomhuri-ye Eslāmi-ye Irān"
],
- "region": "Asia",
"subregion": "Southern Asia",
- "population": 79369900,
+ "region": "Asia",
+ "population": 83992953,
"latlng": [
- 32.0,
- 53.0
+ 32,
+ 53
],
"demonym": "Iranian",
- "area": 1648195.0,
- "gini": 38.3,
+ "area": 1648195,
+ "gini": 42,
"timezones": [
"UTC+03:30"
],
@@ -8464,6 +8877,10 @@
],
"nativeName": "ایران",
"numericCode": "364",
+ "flags": {
+ "svg": "https://flagcdn.com/ir.svg",
+ "png": "https://flagcdn.com/w320/ir.png"
+ },
"currencies": [
{
"code": "IRR",
@@ -8480,20 +8897,21 @@
}
],
"translations": {
+ "br": "Iran",
+ "pt": "Irão",
+ "nl": "Iran",
+ "hr": "Iran",
+ "fa": "ایران",
"de": "Iran",
"es": "Iran",
"fr": "Iran",
"ja": "イラン・イスラム共和国",
- "it": null,
- "br": "Irã",
- "pt": "Irão",
- "nl": "Iran",
- "hr": "Iran",
- "fa": "ایران"
+ "it": "Iran (Islamic Republic of)",
+ "hu": "Irán"
},
- "flag": "https://restcountries.eu/data/irn.svg",
- "regionalBlocs": [],
- "cioc": "IRI"
+ "flag": "https://flagcdn.com/ir.svg",
+ "cioc": "IRI",
+ "independent": true
},
{
"name": "Iraq",
@@ -8511,16 +8929,16 @@
"Republic of Iraq",
"Jumhūriyyat al-‘Irāq"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 37883543,
+ "region": "Asia",
+ "population": 40222503,
"latlng": [
- 33.0,
- 44.0
+ 33,
+ 44
],
"demonym": "Iraqi",
- "area": 438317.0,
- "gini": 30.9,
+ "area": 438317,
+ "gini": 29.5,
"timezones": [
"UTC+03:00"
],
@@ -8534,6 +8952,10 @@
],
"nativeName": "العراق",
"numericCode": "368",
+ "flags": {
+ "svg": "https://flagcdn.com/iq.svg",
+ "png": "https://flagcdn.com/w320/iq.png"
+ },
"currencies": [
{
"code": "IQD",
@@ -8556,23 +8978,23 @@
}
],
"translations": {
+ "br": "Irak",
+ "pt": "Iraque",
+ "nl": "Irak",
+ "hr": "Irak",
+ "fa": "عراق",
"de": "Irak",
"es": "Irak",
"fr": "Irak",
"ja": "イラク",
"it": "Iraq",
- "br": "Iraque",
- "pt": "Iraque",
- "nl": "Irak",
- "hr": "Irak",
- "fa": "عراق"
+ "hu": "Irak"
},
- "flag": "https://restcountries.eu/data/irq.svg",
+ "flag": "https://flagcdn.com/iq.svg",
"regionalBlocs": [
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -8580,7 +9002,8 @@
]
}
],
- "cioc": "IRQ"
+ "cioc": "IRQ",
+ "independent": true
},
{
"name": "Ireland",
@@ -8599,16 +9022,16 @@
"Republic of Ireland",
"Poblacht na hÉireann"
],
- "region": "Europe",
"subregion": "Northern Europe",
- "population": 6378000,
+ "region": "Europe",
+ "population": 4994724,
"latlng": [
- 53.0,
- -8.0
+ 53,
+ -8
],
"demonym": "Irish",
- "area": 70273.0,
- "gini": 34.3,
+ "area": 70273,
+ "gini": 31.4,
"timezones": [
"UTC"
],
@@ -8617,6 +9040,10 @@
],
"nativeName": "Éire",
"numericCode": "372",
+ "flags": {
+ "svg": "https://flagcdn.com/ie.svg",
+ "png": "https://flagcdn.com/w320/ie.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -8639,27 +9066,27 @@
}
],
"translations": {
+ "br": "Iwerzhon",
+ "pt": "Irlanda",
+ "nl": "Ierland",
+ "hr": "Irska",
+ "fa": "ایرلند",
"de": "Irland",
"es": "Irlanda",
"fr": "Irlande",
"ja": "アイルランド",
"it": "Irlanda",
- "br": "Irlanda",
- "pt": "Irlanda",
- "nl": "Ierland",
- "hr": "Irska",
- "fa": "ایرلند"
+ "hu": "Írország"
},
- "flag": "https://restcountries.eu/data/irl.svg",
+ "flag": "https://flagcdn.com/ie.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "IRL"
+ "cioc": "IRL",
+ "independent": true
},
{
"name": "Isle of Man",
@@ -8678,22 +9105,24 @@
"Mann",
"Mannin"
],
- "region": "Europe",
"subregion": "Northern Europe",
- "population": 84497,
+ "region": "Europe",
+ "population": 85032,
"latlng": [
54.25,
-4.5
],
"demonym": "Manx",
- "area": 572.0,
- "gini": null,
+ "area": 572,
"timezones": [
"UTC+00:00"
],
- "borders": [],
"nativeName": "Isle of Man",
"numericCode": "833",
+ "flags": {
+ "svg": "https://flagcdn.com/im.svg",
+ "png": "https://flagcdn.com/w320/im.png"
+ },
"currencies": [
{
"code": "GBP",
@@ -8721,27 +9150,26 @@
}
],
"translations": {
+ "br": "Enez Vanav",
+ "pt": "Ilha de Man",
+ "nl": "Isle of Man",
+ "hr": "Otok Man",
+ "fa": "جزیره من",
"de": "Insel Man",
"es": "Isla de Man",
"fr": "Île de Man",
"ja": "マン島",
"it": "Isola di Man",
- "br": "Ilha de Man",
- "pt": "Ilha de Man",
- "nl": "Isle of Man",
- "hr": "Otok Man",
- "fa": "جزیره من"
+ "hu": "Man"
},
- "flag": "https://restcountries.eu/data/imn.svg",
+ "flag": "https://flagcdn.com/im.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": ""
+ "independent": false
},
{
"name": "Israel",
@@ -8759,16 +9187,16 @@
"State of Israel",
"Medīnat Yisrā'el"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 8527400,
+ "region": "Asia",
+ "population": 9216900,
"latlng": [
31.5,
34.75
],
"demonym": "Israeli",
- "area": 20770.0,
- "gini": 39.2,
+ "area": 20770,
+ "gini": 39,
"timezones": [
"UTC+02:00"
],
@@ -8780,6 +9208,10 @@
],
"nativeName": "יִשְׂרָאֵל",
"numericCode": "376",
+ "flags": {
+ "svg": "https://flagcdn.com/il.svg",
+ "png": "https://flagcdn.com/w320/il.png"
+ },
"currencies": [
{
"code": "ILS",
@@ -8802,20 +9234,21 @@
}
],
"translations": {
+ "br": "Israel",
+ "pt": "Israel",
+ "nl": "Israël",
+ "hr": "Izrael",
+ "fa": "اسرائیل",
"de": "Israel",
"es": "Israel",
"fr": "Israël",
"ja": "イスラエル",
"it": "Israele",
- "br": "Israel",
- "pt": "Israel",
- "nl": "Israël",
- "hr": "Izrael",
- "fa": "اسرائیل"
+ "hu": "Izrael"
},
- "flag": "https://restcountries.eu/data/isr.svg",
- "regionalBlocs": [],
- "cioc": "ISR"
+ "flag": "https://flagcdn.com/il.svg",
+ "cioc": "ISR",
+ "independent": true
},
{
"name": "Italy",
@@ -8833,16 +9266,16 @@
"Italian Republic",
"Repubblica italiana"
],
- "region": "Europe",
"subregion": "Southern Europe",
- "population": 60665551,
+ "region": "Europe",
+ "population": 59554023,
"latlng": [
42.83333333,
12.83333333
],
"demonym": "Italian",
- "area": 301336.0,
- "gini": 36.0,
+ "area": 301336,
+ "gini": 35.9,
"timezones": [
"UTC+01:00"
],
@@ -8856,6 +9289,10 @@
],
"nativeName": "Italia",
"numericCode": "380",
+ "flags": {
+ "svg": "https://flagcdn.com/it.svg",
+ "png": "https://flagcdn.com/w320/it.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -8872,27 +9309,27 @@
}
],
"translations": {
+ "br": "Italia",
+ "pt": "Itália",
+ "nl": "Italië",
+ "hr": "Italija",
+ "fa": "ایتالیا",
"de": "Italien",
"es": "Italia",
"fr": "Italie",
"ja": "イタリア",
"it": "Italia",
- "br": "Itália",
- "pt": "Itália",
- "nl": "Italië",
- "hr": "Italija",
- "fa": "ایتالیا"
+ "hu": "Olaszország"
},
- "flag": "https://restcountries.eu/data/ita.svg",
+ "flag": "https://flagcdn.com/it.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "ITA"
+ "cioc": "ITA",
+ "independent": true
},
{
"name": "Jamaica",
@@ -8902,28 +9339,31 @@
"alpha2Code": "JM",
"alpha3Code": "JAM",
"callingCodes": [
- "1876"
+ "1"
],
"capital": "Kingston",
"altSpellings": [
"JM"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 2723246,
+ "region": "Americas",
+ "population": 2961161,
"latlng": [
18.25,
-77.5
],
"demonym": "Jamaican",
- "area": 10991.0,
+ "area": 10991,
"gini": 45.5,
"timezones": [
"UTC-05:00"
],
- "borders": [],
"nativeName": "Jamaica",
"numericCode": "388",
+ "flags": {
+ "svg": "https://flagcdn.com/jm.svg",
+ "png": "https://flagcdn.com/w320/jm.png"
+ },
"currencies": [
{
"code": "JMD",
@@ -8940,23 +9380,23 @@
}
],
"translations": {
+ "br": "Jamaika",
+ "pt": "Jamaica",
+ "nl": "Jamaica",
+ "hr": "Jamajka",
+ "fa": "جامائیکا",
"de": "Jamaika",
"es": "Jamaica",
"fr": "Jamaïque",
"ja": "ジャマイカ",
"it": "Giamaica",
- "br": "Jamaica",
- "pt": "Jamaica",
- "nl": "Jamaica",
- "hr": "Jamajka",
- "fa": "جامائیکا"
+ "hu": "Jamaica"
},
- "flag": "https://restcountries.eu/data/jam.svg",
+ "flag": "https://flagcdn.com/jm.svg",
"regionalBlocs": [
{
"acronym": "CARICOM",
"name": "Caribbean Community",
- "otherAcronyms": [],
"otherNames": [
"Comunidad del Caribe",
"Communauté Caribéenne",
@@ -8964,7 +9404,8 @@
]
}
],
- "cioc": "JAM"
+ "cioc": "JAM",
+ "independent": true
},
{
"name": "Japan",
@@ -8982,22 +9423,25 @@
"Nippon",
"Nihon"
],
- "region": "Asia",
"subregion": "Eastern Asia",
- "population": 126960000,
+ "region": "Asia",
+ "population": 125836021,
"latlng": [
- 36.0,
- 138.0
+ 36,
+ 138
],
"demonym": "Japanese",
- "area": 377930.0,
- "gini": 38.1,
+ "area": 377930,
+ "gini": 32.9,
"timezones": [
"UTC+09:00"
],
- "borders": [],
"nativeName": "日本",
"numericCode": "392",
+ "flags": {
+ "svg": "https://flagcdn.com/jp.svg",
+ "png": "https://flagcdn.com/w320/jp.png"
+ },
"currencies": [
{
"code": "JPY",
@@ -9014,20 +9458,21 @@
}
],
"translations": {
+ "br": "Japan",
+ "pt": "Japão",
+ "nl": "Japan",
+ "hr": "Japan",
+ "fa": "ژاپن",
"de": "Japan",
"es": "Japón",
"fr": "Japon",
"ja": "日本",
"it": "Giappone",
- "br": "Japão",
- "pt": "Japão",
- "nl": "Japan",
- "hr": "Japan",
- "fa": "ژاپن"
+ "hu": "Japán"
},
- "flag": "https://restcountries.eu/data/jpn.svg",
- "regionalBlocs": [],
- "cioc": "JPN"
+ "flag": "https://flagcdn.com/jp.svg",
+ "cioc": "JPN",
+ "independent": true
},
{
"name": "Jersey",
@@ -9046,22 +9491,24 @@
"Bailliage de Jersey",
"Bailliage dé Jèrri"
],
- "region": "Europe",
"subregion": "Northern Europe",
+ "region": "Europe",
"population": 100800,
"latlng": [
49.25,
-2.16666666
],
"demonym": "Channel Islander",
- "area": 116.0,
- "gini": null,
+ "area": 116,
"timezones": [
"UTC+01:00"
],
- "borders": [],
"nativeName": "Jersey",
"numericCode": "832",
+ "flags": {
+ "svg": "https://flagcdn.com/je.svg",
+ "png": "https://flagcdn.com/w320/je.png"
+ },
"currencies": [
{
"code": "GBP",
@@ -9089,20 +9536,20 @@
}
],
"translations": {
+ "br": "Jerzenez",
+ "pt": "Jersey",
+ "nl": "Jersey",
+ "hr": "Jersey",
+ "fa": "جرزی",
"de": "Jersey",
"es": "Jersey",
"fr": "Jersey",
"ja": "ジャージー",
"it": "Isola di Jersey",
- "br": "Jersey",
- "pt": "Jersey",
- "nl": "Jersey",
- "hr": "Jersey",
- "fa": "جرزی"
+ "hu": "Jersey"
},
- "flag": "https://restcountries.eu/data/jey.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/je.svg",
+ "independent": false
},
{
"name": "Jordan",
@@ -9120,16 +9567,16 @@
"Hashemite Kingdom of Jordan",
"al-Mamlakah al-Urdunīyah al-Hāshimīyah"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 9531712,
+ "region": "Asia",
+ "population": 10203140,
"latlng": [
- 31.0,
- 36.0
+ 31,
+ 36
],
"demonym": "Jordanian",
- "area": 89342.0,
- "gini": 35.4,
+ "area": 89342,
+ "gini": 33.7,
"timezones": [
"UTC+03:00"
],
@@ -9141,6 +9588,10 @@
],
"nativeName": "الأردن",
"numericCode": "400",
+ "flags": {
+ "svg": "https://flagcdn.com/jo.svg",
+ "png": "https://flagcdn.com/w320/jo.png"
+ },
"currencies": [
{
"code": "JOD",
@@ -9157,23 +9608,23 @@
}
],
"translations": {
+ "br": "Jordania",
+ "pt": "Jordânia",
+ "nl": "Jordanië",
+ "hr": "Jordan",
+ "fa": "اردن",
"de": "Jordanien",
"es": "Jordania",
"fr": "Jordanie",
"ja": "ヨルダン",
"it": "Giordania",
- "br": "Jordânia",
- "pt": "Jordânia",
- "nl": "Jordanië",
- "hr": "Jordan",
- "fa": "اردن"
+ "hu": "Jordánia"
},
- "flag": "https://restcountries.eu/data/jor.svg",
+ "flag": "https://flagcdn.com/jo.svg",
"regionalBlocs": [
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -9181,7 +9632,8 @@
]
}
],
- "cioc": "JOR"
+ "cioc": "JOR",
+ "independent": true
},
{
"name": "Kazakhstan",
@@ -9195,7 +9647,7 @@
"76",
"77"
],
- "capital": "Astana",
+ "capital": "Nur-Sultan",
"altSpellings": [
"KZ",
"Qazaqstan",
@@ -9206,16 +9658,16 @@
"Республика Казахстан",
"Respublika Kazakhstan"
],
- "region": "Asia",
"subregion": "Central Asia",
- "population": 17753200,
+ "region": "Asia",
+ "population": 18754440,
"latlng": [
- 48.0,
- 68.0
+ 48,
+ 68
],
"demonym": "Kazakhstani",
- "area": 2724900.0,
- "gini": 29.0,
+ "area": 2724900,
+ "gini": 27.8,
"timezones": [
"UTC+05:00",
"UTC+06:00"
@@ -9229,11 +9681,15 @@
],
"nativeName": "Қазақстан",
"numericCode": "398",
+ "flags": {
+ "svg": "https://flagcdn.com/kz.svg",
+ "png": "https://flagcdn.com/w320/kz.png"
+ },
"currencies": [
{
"code": "KZT",
"name": "Kazakhstani tenge",
- "symbol": null
+ "symbol": "₸"
}
],
"languages": [
@@ -9251,29 +9707,30 @@
}
],
"translations": {
+ "br": "Kazakstan",
+ "pt": "Cazaquistão",
+ "nl": "Kazachstan",
+ "hr": "Kazahstan",
+ "fa": "قزاقستان",
"de": "Kasachstan",
"es": "Kazajistán",
"fr": "Kazakhstan",
"ja": "カザフスタン",
"it": "Kazakistan",
- "br": "Cazaquistão",
- "pt": "Cazaquistão",
- "nl": "Kazachstan",
- "hr": "Kazahstan",
- "fa": "قزاقستان"
+ "hu": "Kazahsztán"
},
- "flag": "https://restcountries.eu/data/kaz.svg",
+ "flag": "https://flagcdn.com/kz.svg",
"regionalBlocs": [
{
"acronym": "EEU",
"name": "Eurasian Economic Union",
"otherAcronyms": [
"EAEU"
- ],
- "otherNames": []
+ ]
}
],
- "cioc": "KAZ"
+ "cioc": "KAZ",
+ "independent": true
},
{
"name": "Kenya",
@@ -9291,16 +9748,16 @@
"Republic of Kenya",
"Jamhuri ya Kenya"
],
- "region": "Africa",
"subregion": "Eastern Africa",
- "population": 47251000,
+ "region": "Africa",
+ "population": 53771300,
"latlng": [
- 1.0,
- 38.0
+ 1,
+ 38
],
"demonym": "Kenyan",
- "area": 580367.0,
- "gini": 47.7,
+ "area": 580367,
+ "gini": 40.8,
"timezones": [
"UTC+03:00"
],
@@ -9313,6 +9770,10 @@
],
"nativeName": "Kenya",
"numericCode": "404",
+ "flags": {
+ "svg": "https://flagcdn.com/ke.svg",
+ "png": "https://flagcdn.com/w320/ke.png"
+ },
"currencies": [
{
"code": "KES",
@@ -9335,23 +9796,23 @@
}
],
"translations": {
+ "br": "Kenya",
+ "pt": "Quénia",
+ "nl": "Kenia",
+ "hr": "Kenija",
+ "fa": "کنیا",
"de": "Kenia",
"es": "Kenia",
"fr": "Kenya",
"ja": "ケニア",
"it": "Kenya",
- "br": "Quênia",
- "pt": "Quénia",
- "nl": "Kenia",
- "hr": "Kenija",
- "fa": "کنیا"
+ "hu": "Kenya"
},
- "flag": "https://restcountries.eu/data/ken.svg",
+ "flag": "https://flagcdn.com/ke.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -9361,7 +9822,8 @@
]
}
],
- "cioc": "KEN"
+ "cioc": "KEN",
+ "independent": true
},
{
"name": "Kiribati",
@@ -9379,24 +9841,27 @@
"Republic of Kiribati",
"Ribaberiki Kiribati"
],
- "region": "Oceania",
"subregion": "Micronesia",
- "population": 113400,
+ "region": "Oceania",
+ "population": 119446,
"latlng": [
1.41666666,
- 173.0
+ 173
],
"demonym": "I-Kiribati",
- "area": 811.0,
- "gini": null,
+ "area": 811,
+ "gini": 37,
"timezones": [
"UTC+12:00",
"UTC+13:00",
"UTC+14:00"
],
- "borders": [],
"nativeName": "Kiribati",
"numericCode": "296",
+ "flags": {
+ "svg": "https://flagcdn.com/ki.svg",
+ "png": "https://flagcdn.com/w320/ki.png"
+ },
"currencies": [
{
"code": "AUD",
@@ -9404,7 +9869,7 @@
"symbol": "$"
},
{
- "code": "(none)",
+ "code": "KID",
"name": "Kiribati dollar",
"symbol": "$"
}
@@ -9418,20 +9883,21 @@
}
],
"translations": {
+ "br": "Kiribati",
+ "pt": "Quiribáti",
+ "nl": "Kiribati",
+ "hr": "Kiribati",
+ "fa": "کیریباتی",
"de": "Kiribati",
"es": "Kiribati",
"fr": "Kiribati",
"ja": "キリバス",
"it": "Kiribati",
- "br": "Kiribati",
- "pt": "Quiribáti",
- "nl": "Kiribati",
- "hr": "Kiribati",
- "fa": "کیریباتی"
+ "hu": "Kiribati"
},
- "flag": "https://restcountries.eu/data/kir.svg",
- "regionalBlocs": [],
- "cioc": "KIR"
+ "flag": "https://flagcdn.com/ki.svg",
+ "cioc": "KIR",
+ "independent": true
},
{
"name": "Kuwait",
@@ -9449,25 +9915,28 @@
"State of Kuwait",
"Dawlat al-Kuwait"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 4183658,
+ "region": "Asia",
+ "population": 4270563,
"latlng": [
29.5,
45.75
],
"demonym": "Kuwaiti",
- "area": 17818.0,
- "gini": null,
+ "area": 17818,
"timezones": [
"UTC+03:00"
],
"borders": [
- "IRN",
+ "IRQ",
"SAU"
],
"nativeName": "الكويت",
"numericCode": "414",
+ "flags": {
+ "svg": "https://flagcdn.com/kw.svg",
+ "png": "https://flagcdn.com/w320/kw.png"
+ },
"currencies": [
{
"code": "KWD",
@@ -9484,23 +9953,23 @@
}
],
"translations": {
+ "br": "Koweit",
+ "pt": "Kuwait",
+ "nl": "Koeweit",
+ "hr": "Kuvajt",
+ "fa": "کویت",
"de": "Kuwait",
"es": "Kuwait",
"fr": "Koweït",
"ja": "クウェート",
"it": "Kuwait",
- "br": "Kuwait",
- "pt": "Kuwait",
- "nl": "Koeweit",
- "hr": "Kuvajt",
- "fa": "کویت"
+ "hu": "Kuvait"
},
- "flag": "https://restcountries.eu/data/kwt.svg",
+ "flag": "https://flagcdn.com/kw.svg",
"regionalBlocs": [
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -9508,7 +9977,8 @@
]
}
],
- "cioc": "KUW"
+ "cioc": "KUW",
+ "independent": true
},
{
"name": "Kyrgyzstan",
@@ -9528,16 +9998,16 @@
"Кыргыз Республикасы",
"Kyrgyz Respublikasy"
],
- "region": "Asia",
"subregion": "Central Asia",
- "population": 6047800,
+ "region": "Asia",
+ "population": 6591600,
"latlng": [
- 41.0,
- 75.0
+ 41,
+ 75
],
"demonym": "Kirghiz",
- "area": 199951.0,
- "gini": 36.2,
+ "area": 199951,
+ "gini": 29.7,
"timezones": [
"UTC+06:00"
],
@@ -9549,6 +10019,10 @@
],
"nativeName": "Кыргызстан",
"numericCode": "417",
+ "flags": {
+ "svg": "https://flagcdn.com/kg.svg",
+ "png": "https://flagcdn.com/w320/kg.png"
+ },
"currencies": [
{
"code": "KGS",
@@ -9571,29 +10045,30 @@
}
],
"translations": {
+ "br": "Kirgizstan",
+ "pt": "Quirguizistão",
+ "nl": "Kirgizië",
+ "hr": "Kirgistan",
+ "fa": "قرقیزستان",
"de": "Kirgisistan",
"es": "Kirguizistán",
"fr": "Kirghizistan",
"ja": "キルギス",
"it": "Kirghizistan",
- "br": "Quirguistão",
- "pt": "Quirguizistão",
- "nl": "Kirgizië",
- "hr": "Kirgistan",
- "fa": "قرقیزستان"
+ "hu": "Kirgizisztán"
},
- "flag": "https://restcountries.eu/data/kgz.svg",
+ "flag": "https://flagcdn.com/kg.svg",
"regionalBlocs": [
{
"acronym": "EEU",
"name": "Eurasian Economic Union",
"otherAcronyms": [
"EAEU"
- ],
- "otherNames": []
+ ]
}
],
- "cioc": "KGZ"
+ "cioc": "KGZ",
+ "independent": true
},
{
"name": "Lao People's Democratic Republic",
@@ -9613,16 +10088,16 @@
"Lao People's Democratic Republic",
"Sathalanalat Paxathipatai Paxaxon Lao"
],
- "region": "Asia",
"subregion": "South-Eastern Asia",
- "population": 6492400,
+ "region": "Asia",
+ "population": 7275556,
"latlng": [
- 18.0,
- 105.0
+ 18,
+ 105
],
"demonym": "Laotian",
- "area": 236800.0,
- "gini": 36.7,
+ "area": 236800,
+ "gini": 38.8,
"timezones": [
"UTC+07:00"
],
@@ -9633,8 +10108,12 @@
"THA",
"VNM"
],
- "nativeName": "ສປປລາວ",
+ "nativeName": "ສາທາລະນະລັດ ປະຊາທິປະໄຕ ປະຊາຊົນລາວ",
"numericCode": "418",
+ "flags": {
+ "svg": "https://flagcdn.com/la.svg",
+ "png": "https://flagcdn.com/w320/la.png"
+ },
"currencies": [
{
"code": "LAK",
@@ -9651,27 +10130,27 @@
}
],
"translations": {
+ "br": "Laos",
+ "pt": "Laos",
+ "nl": "Laos",
+ "hr": "Laos",
+ "fa": "لائوس",
"de": "Laos",
"es": "Laos",
"fr": "Laos",
"ja": "ラオス人民民主共和国",
"it": "Laos",
- "br": "Laos",
- "pt": "Laos",
- "nl": "Laos",
- "hr": "Laos",
- "fa": "لائوس"
+ "hu": "Laosz"
},
- "flag": "https://restcountries.eu/data/lao.svg",
+ "flag": "https://flagcdn.com/la.svg",
"regionalBlocs": [
{
"acronym": "ASEAN",
- "name": "Association of Southeast Asian Nations",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Association of Southeast Asian Nations"
}
],
- "cioc": "LAO"
+ "cioc": "LAO",
+ "independent": true
},
{
"name": "Latvia",
@@ -9689,16 +10168,16 @@
"Republic of Latvia",
"Latvijas Republika"
],
- "region": "Europe",
"subregion": "Northern Europe",
- "population": 1961600,
+ "region": "Europe",
+ "population": 1901548,
"latlng": [
- 57.0,
- 25.0
+ 57,
+ 25
],
"demonym": "Latvian",
- "area": 64559.0,
- "gini": 36.6,
+ "area": 64559,
+ "gini": 35.1,
"timezones": [
"UTC+02:00"
],
@@ -9710,6 +10189,10 @@
],
"nativeName": "Latvija",
"numericCode": "428",
+ "flags": {
+ "svg": "https://flagcdn.com/lv.svg",
+ "png": "https://flagcdn.com/w320/lv.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -9726,27 +10209,27 @@
}
],
"translations": {
+ "br": "Latvia",
+ "pt": "Letónia",
+ "nl": "Letland",
+ "hr": "Latvija",
+ "fa": "لتونی",
"de": "Lettland",
"es": "Letonia",
"fr": "Lettonie",
"ja": "ラトビア",
"it": "Lettonia",
- "br": "Letônia",
- "pt": "Letónia",
- "nl": "Letland",
- "hr": "Latvija",
- "fa": "لتونی"
+ "hu": "Lettország"
},
- "flag": "https://restcountries.eu/data/lva.svg",
+ "flag": "https://flagcdn.com/lv.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "LAT"
+ "cioc": "LAT",
+ "independent": true
},
{
"name": "Lebanon",
@@ -9764,16 +10247,16 @@
"Lebanese Republic",
"Al-Jumhūrīyah Al-Libnānīyah"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 5988000,
+ "region": "Asia",
+ "population": 6825442,
"latlng": [
33.83333333,
35.83333333
],
"demonym": "Lebanese",
- "area": 10452.0,
- "gini": null,
+ "area": 10452,
+ "gini": 31.8,
"timezones": [
"UTC+02:00"
],
@@ -9783,6 +10266,10 @@
],
"nativeName": "لبنان",
"numericCode": "422",
+ "flags": {
+ "svg": "https://flagcdn.com/lb.svg",
+ "png": "https://flagcdn.com/w320/lb.png"
+ },
"currencies": [
{
"code": "LBP",
@@ -9805,23 +10292,23 @@
}
],
"translations": {
+ "br": "Liban",
+ "pt": "Líbano",
+ "nl": "Libanon",
+ "hr": "Libanon",
+ "fa": "لبنان",
"de": "Libanon",
"es": "Líbano",
"fr": "Liban",
"ja": "レバノン",
"it": "Libano",
- "br": "Líbano",
- "pt": "Líbano",
- "nl": "Libanon",
- "hr": "Libanon",
- "fa": "لبنان"
+ "hu": "Libanon"
},
- "flag": "https://restcountries.eu/data/lbn.svg",
+ "flag": "https://flagcdn.com/lb.svg",
"regionalBlocs": [
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -9829,7 +10316,8 @@
]
}
],
- "cioc": "LIB"
+ "cioc": "LIB",
+ "independent": true
},
{
"name": "Lesotho",
@@ -9847,16 +10335,16 @@
"Kingdom of Lesotho",
"Muso oa Lesotho"
],
- "region": "Africa",
"subregion": "Southern Africa",
- "population": 1894194,
+ "region": "Africa",
+ "population": 2142252,
"latlng": [
-29.5,
28.5
],
"demonym": "Mosotho",
- "area": 30355.0,
- "gini": 52.5,
+ "area": 30355,
+ "gini": 44.9,
"timezones": [
"UTC+02:00"
],
@@ -9865,6 +10353,10 @@
],
"nativeName": "Lesotho",
"numericCode": "426",
+ "flags": {
+ "svg": "https://flagcdn.com/ls.svg",
+ "png": "https://flagcdn.com/w320/ls.png"
+ },
"currencies": [
{
"code": "LSL",
@@ -9892,23 +10384,23 @@
}
],
"translations": {
+ "br": "Lesotho",
+ "pt": "Lesoto",
+ "nl": "Lesotho",
+ "hr": "Lesoto",
+ "fa": "لسوتو",
"de": "Lesotho",
"es": "Lesotho",
"fr": "Lesotho",
"ja": "レソト",
"it": "Lesotho",
- "br": "Lesoto",
- "pt": "Lesoto",
- "nl": "Lesotho",
- "hr": "Lesoto",
- "fa": "لسوتو"
+ "hu": "Lesotho"
},
- "flag": "https://restcountries.eu/data/lso.svg",
+ "flag": "https://flagcdn.com/ls.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -9918,7 +10410,8 @@
]
}
],
- "cioc": "LES"
+ "cioc": "LES",
+ "independent": true
},
{
"name": "Liberia",
@@ -9935,16 +10428,16 @@
"LR",
"Republic of Liberia"
],
- "region": "Africa",
"subregion": "Western Africa",
- "population": 4615000,
+ "region": "Africa",
+ "population": 5057677,
"latlng": [
6.5,
-9.5
],
"demonym": "Liberian",
- "area": 111369.0,
- "gini": 38.2,
+ "area": 111369,
+ "gini": 35.3,
"timezones": [
"UTC"
],
@@ -9955,6 +10448,10 @@
],
"nativeName": "Liberia",
"numericCode": "430",
+ "flags": {
+ "svg": "https://flagcdn.com/lr.svg",
+ "png": "https://flagcdn.com/w320/lr.png"
+ },
"currencies": [
{
"code": "LRD",
@@ -9971,23 +10468,23 @@
}
],
"translations": {
+ "br": "Liberia",
+ "pt": "Libéria",
+ "nl": "Liberia",
+ "hr": "Liberija",
+ "fa": "لیبریا",
"de": "Liberia",
"es": "Liberia",
"fr": "Liberia",
"ja": "リベリア",
"it": "Liberia",
- "br": "Libéria",
- "pt": "Libéria",
- "nl": "Liberia",
- "hr": "Liberija",
- "fa": "لیبریا"
+ "hu": "Libéria"
},
- "flag": "https://restcountries.eu/data/lbr.svg",
+ "flag": "https://flagcdn.com/lr.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -9997,7 +10494,8 @@
]
}
],
- "cioc": "LBR"
+ "cioc": "LBR",
+ "independent": true
},
{
"name": "Libya",
@@ -10015,16 +10513,15 @@
"State of Libya",
"Dawlat Libya"
],
- "region": "Africa",
"subregion": "Northern Africa",
- "population": 6385000,
+ "region": "Africa",
+ "population": 6871287,
"latlng": [
- 25.0,
- 17.0
+ 25,
+ 17
],
"demonym": "Libyan",
- "area": 1759540.0,
- "gini": null,
+ "area": 1759540,
"timezones": [
"UTC+01:00"
],
@@ -10038,6 +10535,10 @@
],
"nativeName": "ليبيا",
"numericCode": "434",
+ "flags": {
+ "svg": "https://flagcdn.com/ly.svg",
+ "png": "https://flagcdn.com/w320/ly.png"
+ },
"currencies": [
{
"code": "LYD",
@@ -10054,23 +10555,23 @@
}
],
"translations": {
+ "br": "Libia",
+ "pt": "Líbia",
+ "nl": "Libië",
+ "hr": "Libija",
+ "fa": "لیبی",
"de": "Libyen",
"es": "Libia",
"fr": "Libye",
"ja": "リビア",
"it": "Libia",
- "br": "Líbia",
- "pt": "Líbia",
- "nl": "Libië",
- "hr": "Libija",
- "fa": "لیبی"
+ "hu": "Líbia"
},
- "flag": "https://restcountries.eu/data/lby.svg",
+ "flag": "https://flagcdn.com/ly.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -10082,7 +10583,6 @@
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -10090,7 +10590,8 @@
]
}
],
- "cioc": "LBA"
+ "cioc": "LBA",
+ "independent": true
},
{
"name": "Liechtenstein",
@@ -10108,16 +10609,15 @@
"Principality of Liechtenstein",
"Fürstentum Liechtenstein"
],
+ "subregion": "Central Europe",
"region": "Europe",
- "subregion": "Western Europe",
- "population": 37623,
+ "population": 38137,
"latlng": [
47.26666666,
9.53333333
],
"demonym": "Liechtensteiner",
- "area": 160.0,
- "gini": null,
+ "area": 160,
"timezones": [
"UTC+01:00"
],
@@ -10127,6 +10627,10 @@
],
"nativeName": "Liechtenstein",
"numericCode": "438",
+ "flags": {
+ "svg": "https://flagcdn.com/li.svg",
+ "png": "https://flagcdn.com/w320/li.png"
+ },
"currencies": [
{
"code": "CHF",
@@ -10143,27 +10647,27 @@
}
],
"translations": {
+ "br": "Liechtenstein",
+ "pt": "Listenstaine",
+ "nl": "Liechtenstein",
+ "hr": "Lihtenštajn",
+ "fa": "لیختناشتاین",
"de": "Liechtenstein",
"es": "Liechtenstein",
"fr": "Liechtenstein",
"ja": "リヒテンシュタイン",
"it": "Liechtenstein",
- "br": "Liechtenstein",
- "pt": "Listenstaine",
- "nl": "Liechtenstein",
- "hr": "Lihtenštajn",
- "fa": "لیختناشتاین"
+ "hu": "Liechtenstein"
},
- "flag": "https://restcountries.eu/data/lie.svg",
+ "flag": "https://flagcdn.com/li.svg",
"regionalBlocs": [
{
"acronym": "EFTA",
- "name": "European Free Trade Association",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Free Trade Association"
}
],
- "cioc": "LIE"
+ "cioc": "LIE",
+ "independent": true
},
{
"name": "Lithuania",
@@ -10181,16 +10685,16 @@
"Republic of Lithuania",
"Lietuvos Respublika"
],
- "region": "Europe",
"subregion": "Northern Europe",
- "population": 2872294,
+ "region": "Europe",
+ "population": 2794700,
"latlng": [
- 56.0,
- 24.0
+ 56,
+ 24
],
"demonym": "Lithuanian",
- "area": 65300.0,
- "gini": 37.6,
+ "area": 65300,
+ "gini": 35.7,
"timezones": [
"UTC+02:00"
],
@@ -10202,6 +10706,10 @@
],
"nativeName": "Lietuva",
"numericCode": "440",
+ "flags": {
+ "svg": "https://flagcdn.com/lt.svg",
+ "png": "https://flagcdn.com/w320/lt.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -10218,27 +10726,27 @@
}
],
"translations": {
+ "br": "Lituania",
+ "pt": "Lituânia",
+ "nl": "Litouwen",
+ "hr": "Litva",
+ "fa": "لیتوانی",
"de": "Litauen",
"es": "Lituania",
"fr": "Lituanie",
"ja": "リトアニア",
"it": "Lituania",
- "br": "Lituânia",
- "pt": "Lituânia",
- "nl": "Litouwen",
- "hr": "Litva",
- "fa": "لیتوانی"
+ "hu": "Litvánia"
},
- "flag": "https://restcountries.eu/data/ltu.svg",
+ "flag": "https://flagcdn.com/lt.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "LTU"
+ "cioc": "LTU",
+ "independent": true
},
{
"name": "Luxembourg",
@@ -10258,16 +10766,16 @@
"Großherzogtum Luxemburg",
"Groussherzogtum Lëtzebuerg"
],
- "region": "Europe",
"subregion": "Western Europe",
- "population": 576200,
+ "region": "Europe",
+ "population": 632275,
"latlng": [
49.75,
6.16666666
],
"demonym": "Luxembourger",
- "area": 2586.0,
- "gini": 30.8,
+ "area": 2586,
+ "gini": 35.4,
"timezones": [
"UTC+01:00"
],
@@ -10276,8 +10784,12 @@
"FRA",
"DEU"
],
- "nativeName": "Luxembourg",
+ "nativeName": "Lëtzebuerg",
"numericCode": "442",
+ "flags": {
+ "svg": "https://flagcdn.com/lu.svg",
+ "png": "https://flagcdn.com/w320/lu.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -10306,27 +10818,27 @@
}
],
"translations": {
+ "br": "Luksembourg",
+ "pt": "Luxemburgo",
+ "nl": "Luxemburg",
+ "hr": "Luksemburg",
+ "fa": "لوکزامبورگ",
"de": "Luxemburg",
"es": "Luxemburgo",
"fr": "Luxembourg",
"ja": "ルクセンブルク",
"it": "Lussemburgo",
- "br": "Luxemburgo",
- "pt": "Luxemburgo",
- "nl": "Luxemburg",
- "hr": "Luksemburg",
- "fa": "لوکزامبورگ"
+ "hu": "Luxemburg"
},
- "flag": "https://restcountries.eu/data/lux.svg",
+ "flag": "https://flagcdn.com/lu.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "LUX"
+ "cioc": "LUX",
+ "independent": true
},
{
"name": "Macao",
@@ -10338,7 +10850,6 @@
"callingCodes": [
"853"
],
- "capital": "",
"altSpellings": [
"MO",
"澳门",
@@ -10346,16 +10857,15 @@
"中華人民共和國澳門特別行政區",
"Região Administrativa Especial de Macau da República Popular da China"
],
- "region": "Asia",
"subregion": "Eastern Asia",
- "population": 649100,
+ "region": "Asia",
+ "population": 649342,
"latlng": [
22.16666666,
113.55
],
"demonym": "Chinese",
- "area": 30.0,
- "gini": null,
+ "area": 30,
"timezones": [
"UTC+08:00"
],
@@ -10364,6 +10874,10 @@
],
"nativeName": "澳門",
"numericCode": "446",
+ "flags": {
+ "svg": "https://flagcdn.com/mo.svg",
+ "png": "https://flagcdn.com/w320/mo.png"
+ },
"currencies": [
{
"code": "MOP",
@@ -10386,23 +10900,23 @@
}
],
"translations": {
+ "br": "Makao",
+ "pt": "Macau",
+ "nl": "Macao",
+ "hr": "Makao",
+ "fa": "مکائو",
"de": "Macao",
"es": "Macao",
"fr": "Macao",
"ja": "マカオ",
"it": "Macao",
- "br": "Macau",
- "pt": "Macau",
- "nl": "Macao",
- "hr": "Makao",
- "fa": "مکائو"
+ "hu": "Makaó"
},
- "flag": "https://restcountries.eu/data/mac.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/mo.svg",
+ "independent": false
},
{
- "name": "Macedonia (the former Yugoslav Republic of)",
+ "name": "North Macedonia",
"topLevelDomain": [
".mk"
],
@@ -10417,16 +10931,16 @@
"Republic of Macedonia",
"Република Македонија"
],
- "region": "Europe",
"subregion": "Southern Europe",
- "population": 2058539,
+ "region": "Europe",
+ "population": 2083380,
"latlng": [
41.83333333,
- 22.0
+ 22
],
"demonym": "Macedonian",
- "area": 25713.0,
- "gini": 43.2,
+ "area": 25713,
+ "gini": 33,
"timezones": [
"UTC+01:00"
],
@@ -10434,11 +10948,15 @@
"ALB",
"BGR",
"GRC",
- "KOS",
+ "UNK",
"SRB"
],
"nativeName": "Македонија",
"numericCode": "807",
+ "flags": {
+ "svg": "https://flagcdn.com/mk.svg",
+ "png": "https://flagcdn.com/w320/mk.png"
+ },
"currencies": [
{
"code": "MKD",
@@ -10455,27 +10973,26 @@
}
],
"translations": {
+ "br": "Makedonia an Norzh",
+ "pt": "Macedónia",
+ "nl": "Macedonië",
+ "hr": "Makedonija",
"de": "Mazedonien",
"es": "Macedonia",
"fr": "Macédoine",
"ja": "マケドニア旧ユーゴスラビア共和国",
"it": "Macedonia",
- "br": "Macedônia",
- "pt": "Macedónia",
- "nl": "Macedonië",
- "hr": "Makedonija",
- "fa": ""
+ "hu": "Macedónia"
},
- "flag": "https://restcountries.eu/data/mkd.svg",
+ "flag": "https://flagcdn.com/mk.svg",
"regionalBlocs": [
{
"acronym": "CEFTA",
- "name": "Central European Free Trade Agreement",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Central European Free Trade Agreement"
}
],
- "cioc": "MKD"
+ "cioc": "MKD",
+ "independent": true
},
{
"name": "Madagascar",
@@ -10494,22 +11011,25 @@
"Repoblikan'i Madagasikara",
"République de Madagascar"
],
- "region": "Africa",
"subregion": "Eastern Africa",
- "population": 22434363,
+ "region": "Africa",
+ "population": 27691019,
"latlng": [
- -20.0,
- 47.0
+ -20,
+ 47
],
"demonym": "Malagasy",
- "area": 587041.0,
- "gini": 44.1,
+ "area": 587041,
+ "gini": 42.6,
"timezones": [
"UTC+03:00"
],
- "borders": [],
"nativeName": "Madagasikara",
"numericCode": "450",
+ "flags": {
+ "svg": "https://flagcdn.com/mg.svg",
+ "png": "https://flagcdn.com/w320/mg.png"
+ },
"currencies": [
{
"code": "MGA",
@@ -10532,23 +11052,23 @@
}
],
"translations": {
+ "br": "Madagaskar",
+ "pt": "Madagáscar",
+ "nl": "Madagaskar",
+ "hr": "Madagaskar",
+ "fa": "ماداگاسکار",
"de": "Madagaskar",
"es": "Madagascar",
"fr": "Madagascar",
"ja": "マダガスカル",
"it": "Madagascar",
- "br": "Madagascar",
- "pt": "Madagáscar",
- "nl": "Madagaskar",
- "hr": "Madagaskar",
- "fa": "ماداگاسکار"
+ "hu": "Madagaszkár"
},
- "flag": "https://restcountries.eu/data/mdg.svg",
+ "flag": "https://flagcdn.com/mg.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -10558,7 +11078,8 @@
]
}
],
- "cioc": "MAD"
+ "cioc": "MAD",
+ "independent": true
},
{
"name": "Malawi",
@@ -10575,16 +11096,16 @@
"MW",
"Republic of Malawi"
],
- "region": "Africa",
"subregion": "Eastern Africa",
- "population": 16832910,
+ "region": "Africa",
+ "population": 19129955,
"latlng": [
-13.5,
- 34.0
+ 34
],
"demonym": "Malawian",
- "area": 118484.0,
- "gini": 39.0,
+ "area": 118484,
+ "gini": 44.7,
"timezones": [
"UTC+02:00"
],
@@ -10595,6 +11116,10 @@
],
"nativeName": "Malawi",
"numericCode": "454",
+ "flags": {
+ "svg": "https://flagcdn.com/mw.svg",
+ "png": "https://flagcdn.com/w320/mw.png"
+ },
"currencies": [
{
"code": "MWK",
@@ -10617,23 +11142,23 @@
}
],
"translations": {
+ "br": "Malawi",
+ "pt": "Malávi",
+ "nl": "Malawi",
+ "hr": "Malavi",
+ "fa": "مالاوی",
"de": "Malawi",
"es": "Malawi",
"fr": "Malawi",
"ja": "マラウイ",
"it": "Malawi",
- "br": "Malawi",
- "pt": "Malávi",
- "nl": "Malawi",
- "hr": "Malavi",
- "fa": "مالاوی"
+ "hu": "Malawi"
},
- "flag": "https://restcountries.eu/data/mwi.svg",
+ "flag": "https://flagcdn.com/mw.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -10643,7 +11168,8 @@
]
}
],
- "cioc": "MAW"
+ "cioc": "MAW",
+ "independent": true
},
{
"name": "Malaysia",
@@ -10659,16 +11185,16 @@
"altSpellings": [
"MY"
],
- "region": "Asia",
"subregion": "South-Eastern Asia",
- "population": 31405416,
+ "region": "Asia",
+ "population": 32365998,
"latlng": [
2.5,
112.5
],
"demonym": "Malaysian",
- "area": 330803.0,
- "gini": 46.2,
+ "area": 330803,
+ "gini": 41.1,
"timezones": [
"UTC+08:00"
],
@@ -10679,6 +11205,10 @@
],
"nativeName": "Malaysia",
"numericCode": "458",
+ "flags": {
+ "svg": "https://flagcdn.com/my.svg",
+ "png": "https://flagcdn.com/w320/my.png"
+ },
"currencies": [
{
"code": "MYR",
@@ -10688,34 +11218,34 @@
],
"languages": [
{
- "iso639_1": null,
+ "iso639_1": "ms",
"iso639_2": "zsm",
"name": "Malaysian",
"nativeName": "بهاس مليسيا"
}
],
"translations": {
+ "br": "Malaysia",
+ "pt": "Malásia",
+ "nl": "Maleisië",
+ "hr": "Malezija",
+ "fa": "مالزی",
"de": "Malaysia",
"es": "Malasia",
"fr": "Malaisie",
"ja": "マレーシア",
"it": "Malesia",
- "br": "Malásia",
- "pt": "Malásia",
- "nl": "Maleisië",
- "hr": "Malezija",
- "fa": "مالزی"
+ "hu": "Malajzia"
},
- "flag": "https://restcountries.eu/data/mys.svg",
+ "flag": "https://flagcdn.com/my.svg",
"regionalBlocs": [
{
"acronym": "ASEAN",
- "name": "Association of Southeast Asian Nations",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Association of Southeast Asian Nations"
}
],
- "cioc": "MAS"
+ "cioc": "MAS",
+ "independent": true
},
{
"name": "Maldives",
@@ -10734,22 +11264,25 @@
"Republic of the Maldives",
"Dhivehi Raajjeyge Jumhooriyya"
],
- "region": "Asia",
"subregion": "Southern Asia",
- "population": 344023,
+ "region": "Asia",
+ "population": 540542,
"latlng": [
3.25,
- 73.0
+ 73
],
"demonym": "Maldivan",
- "area": 300.0,
- "gini": 37.4,
+ "area": 300,
+ "gini": 31.3,
"timezones": [
"UTC+05:00"
],
- "borders": [],
"nativeName": "Maldives",
"numericCode": "462",
+ "flags": {
+ "svg": "https://flagcdn.com/mv.svg",
+ "png": "https://flagcdn.com/w320/mv.png"
+ },
"currencies": [
{
"code": "MVR",
@@ -10766,27 +11299,27 @@
}
],
"translations": {
+ "br": "Maldivez",
+ "pt": "Maldivas",
+ "nl": "Maldiven",
+ "hr": "Maldivi",
+ "fa": "مالدیو",
"de": "Malediven",
"es": "Maldivas",
"fr": "Maldives",
"ja": "モルディブ",
"it": "Maldive",
- "br": "Maldivas",
- "pt": "Maldivas",
- "nl": "Maldiven",
- "hr": "Maldivi",
- "fa": "مالدیو"
+ "hu": "Maldív-szigetek"
},
- "flag": "https://restcountries.eu/data/mdv.svg",
+ "flag": "https://flagcdn.com/mv.svg",
"regionalBlocs": [
{
"acronym": "SAARC",
- "name": "South Asian Association for Regional Cooperation",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "South Asian Association for Regional Cooperation"
}
],
- "cioc": "MDV"
+ "cioc": "MDV",
+ "independent": true
},
{
"name": "Mali",
@@ -10804,16 +11337,16 @@
"Republic of Mali",
"République du Mali"
],
- "region": "Africa",
"subregion": "Western Africa",
- "population": 18135000,
+ "region": "Africa",
+ "population": 20250834,
"latlng": [
- 17.0,
- -4.0
+ 17,
+ -4
],
"demonym": "Malian",
- "area": 1240192.0,
- "gini": 33.0,
+ "area": 1240192,
+ "gini": 33,
"timezones": [
"UTC"
],
@@ -10828,6 +11361,10 @@
],
"nativeName": "Mali",
"numericCode": "466",
+ "flags": {
+ "svg": "https://flagcdn.com/ml.svg",
+ "png": "https://flagcdn.com/w320/ml.png"
+ },
"currencies": [
{
"code": "XOF",
@@ -10844,23 +11381,23 @@
}
],
"translations": {
+ "br": "Mali",
+ "pt": "Mali",
+ "nl": "Mali",
+ "hr": "Mali",
+ "fa": "مالی",
"de": "Mali",
"es": "Mali",
"fr": "Mali",
"ja": "マリ",
"it": "Mali",
- "br": "Mali",
- "pt": "Mali",
- "nl": "Mali",
- "hr": "Mali",
- "fa": "مالی"
+ "hu": "Mali"
},
- "flag": "https://restcountries.eu/data/mli.svg",
+ "flag": "https://flagcdn.com/ml.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -10870,7 +11407,8 @@
]
}
],
- "cioc": "MLI"
+ "cioc": "MLI",
+ "independent": true
},
{
"name": "Malta",
@@ -10888,22 +11426,25 @@
"Republic of Malta",
"Repubblika ta' Malta"
],
- "region": "Europe",
"subregion": "Southern Europe",
- "population": 425384,
+ "region": "Europe",
+ "population": 525285,
"latlng": [
35.83333333,
14.58333333
],
"demonym": "Maltese",
- "area": 316.0,
- "gini": null,
+ "area": 316,
+ "gini": 28.7,
"timezones": [
"UTC+01:00"
],
- "borders": [],
"nativeName": "Malta",
"numericCode": "470",
+ "flags": {
+ "svg": "https://flagcdn.com/mt.svg",
+ "png": "https://flagcdn.com/w320/mt.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -10926,27 +11467,27 @@
}
],
"translations": {
+ "br": "Malta",
+ "pt": "Malta",
+ "nl": "Malta",
+ "hr": "Malta",
+ "fa": "مالت",
"de": "Malta",
"es": "Malta",
"fr": "Malte",
"ja": "マルタ",
"it": "Malta",
- "br": "Malta",
- "pt": "Malta",
- "nl": "Malta",
- "hr": "Malta",
- "fa": "مالت"
+ "hu": "Málta"
},
- "flag": "https://restcountries.eu/data/mlt.svg",
+ "flag": "https://flagcdn.com/mt.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "MLT"
+ "cioc": "MLT",
+ "independent": true
},
{
"name": "Marshall Islands",
@@ -10964,22 +11505,24 @@
"Republic of the Marshall Islands",
"Aolepān Aorōkin M̧ajeļ"
],
- "region": "Oceania",
"subregion": "Micronesia",
- "population": 54880,
+ "region": "Oceania",
+ "population": 59194,
"latlng": [
- 9.0,
- 168.0
+ 9,
+ 168
],
"demonym": "Marshallese",
- "area": 181.0,
- "gini": null,
+ "area": 181,
"timezones": [
"UTC+12:00"
],
- "borders": [],
"nativeName": "M̧ajeļ",
"numericCode": "584",
+ "flags": {
+ "svg": "https://flagcdn.com/mh.svg",
+ "png": "https://flagcdn.com/w320/mh.png"
+ },
"currencies": [
{
"code": "USD",
@@ -11002,20 +11545,21 @@
}
],
"translations": {
+ "br": "Inizi Marshall",
+ "pt": "Ilhas Marshall",
+ "nl": "Marshalleilanden",
+ "hr": "Maršalovi Otoci",
+ "fa": "جزایر مارشال",
"de": "Marshallinseln",
"es": "Islas Marshall",
"fr": "Îles Marshall",
"ja": "マーシャル諸島",
"it": "Isole Marshall",
- "br": "Ilhas Marshall",
- "pt": "Ilhas Marshall",
- "nl": "Marshalleilanden",
- "hr": "Maršalovi Otoci",
- "fa": "جزایر مارشال"
+ "hu": "Marshall-szigetek"
},
- "flag": "https://restcountries.eu/data/mhl.svg",
- "regionalBlocs": [],
- "cioc": "MHL"
+ "flag": "https://flagcdn.com/mh.svg",
+ "cioc": "MHL",
+ "independent": true
},
{
"name": "Martinique",
@@ -11031,22 +11575,23 @@
"altSpellings": [
"MQ"
],
- "region": "Americas",
"subregion": "Caribbean",
+ "region": "Americas",
"population": 378243,
"latlng": [
14.666667,
- -61.0
+ -61
],
"demonym": "French",
- "area": null,
- "gini": null,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Martinique",
"numericCode": "474",
+ "flags": {
+ "svg": "https://flagcdn.com/mq.svg",
+ "png": "https://flagcdn.com/w320/mq.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -11063,20 +11608,20 @@
}
],
"translations": {
+ "br": "Martinik",
+ "pt": "Martinica",
+ "nl": "Martinique",
+ "hr": "Martinique",
+ "fa": "مونتسرات",
"de": "Martinique",
"es": "Martinica",
"fr": "Martinique",
"ja": "マルティニーク",
"it": "Martinica",
- "br": "Martinica",
- "pt": "Martinica",
- "nl": "Martinique",
- "hr": "Martinique",
- "fa": "مونتسرات"
+ "hu": "Martinique"
},
- "flag": "https://restcountries.eu/data/mtq.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/mq.svg",
+ "independent": false
},
{
"name": "Mauritania",
@@ -11094,16 +11639,16 @@
"Islamic Republic of Mauritania",
"al-Jumhūriyyah al-ʾIslāmiyyah al-Mūrītāniyyah"
],
- "region": "Africa",
"subregion": "Western Africa",
- "population": 3718678,
+ "region": "Africa",
+ "population": 4649660,
"latlng": [
- 20.0,
- -12.0
+ 20,
+ -12
],
"demonym": "Mauritanian",
- "area": 1030700.0,
- "gini": 40.5,
+ "area": 1030700,
+ "gini": 32.6,
"timezones": [
"UTC"
],
@@ -11115,6 +11660,10 @@
],
"nativeName": "موريتانيا",
"numericCode": "478",
+ "flags": {
+ "svg": "https://flagcdn.com/mr.svg",
+ "png": "https://flagcdn.com/w320/mr.png"
+ },
"currencies": [
{
"code": "MRO",
@@ -11131,23 +11680,23 @@
}
],
"translations": {
+ "br": "Maouritania",
+ "pt": "Mauritânia",
+ "nl": "Mauritanië",
+ "hr": "Mauritanija",
+ "fa": "موریتانی",
"de": "Mauretanien",
"es": "Mauritania",
"fr": "Mauritanie",
"ja": "モーリタニア",
"it": "Mauritania",
- "br": "Mauritânia",
- "pt": "Mauritânia",
- "nl": "Mauritanië",
- "hr": "Mauritanija",
- "fa": "موریتانی"
+ "hu": "Mauritánia"
},
- "flag": "https://restcountries.eu/data/mrt.svg",
+ "flag": "https://flagcdn.com/mr.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -11159,7 +11708,6 @@
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -11167,7 +11715,8 @@
]
}
],
- "cioc": "MTN"
+ "cioc": "MTN",
+ "independent": true
},
{
"name": "Mauritius",
@@ -11185,22 +11734,25 @@
"Republic of Mauritius",
"République de Maurice"
],
- "region": "Africa",
"subregion": "Eastern Africa",
- "population": 1262879,
+ "region": "Africa",
+ "population": 1265740,
"latlng": [
-20.28333333,
57.55
],
"demonym": "Mauritian",
- "area": 2040.0,
- "gini": null,
+ "area": 2040,
+ "gini": 36.8,
"timezones": [
"UTC+04:00"
],
- "borders": [],
"nativeName": "Maurice",
"numericCode": "480",
+ "flags": {
+ "svg": "https://flagcdn.com/mu.svg",
+ "png": "https://flagcdn.com/w320/mu.png"
+ },
"currencies": [
{
"code": "MUR",
@@ -11217,23 +11769,23 @@
}
],
"translations": {
+ "br": "Moris",
+ "pt": "Maurícia",
+ "nl": "Mauritius",
+ "hr": "Mauricijus",
+ "fa": "موریس",
"de": "Mauritius",
"es": "Mauricio",
"fr": "Île Maurice",
"ja": "モーリシャス",
"it": "Mauritius",
- "br": "Maurício",
- "pt": "Maurícia",
- "nl": "Mauritius",
- "hr": "Mauricijus",
- "fa": "موریس"
+ "hu": "Mauritius"
},
- "flag": "https://restcountries.eu/data/mus.svg",
+ "flag": "https://flagcdn.com/mu.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -11243,7 +11795,8 @@
]
}
],
- "cioc": "MRI"
+ "cioc": "MRI",
+ "independent": true
},
{
"name": "Mayotte",
@@ -11261,22 +11814,23 @@
"Department of Mayotte",
"Département de Mayotte"
],
- "region": "Africa",
"subregion": "Eastern Africa",
+ "region": "Africa",
"population": 226915,
"latlng": [
-12.83333333,
45.16666666
],
"demonym": "French",
- "area": null,
- "gini": null,
"timezones": [
"UTC+03:00"
],
- "borders": [],
"nativeName": "Mayotte",
"numericCode": "175",
+ "flags": {
+ "svg": "https://flagcdn.com/yt.svg",
+ "png": "https://flagcdn.com/w320/yt.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -11293,23 +11847,23 @@
}
],
"translations": {
- "de": "Mayotte",
- "es": "Mayotte",
- "fr": "Mayotte",
- "ja": "マヨット",
- "it": "Mayotte",
"br": "Mayotte",
"pt": "Mayotte",
"nl": "Mayotte",
"hr": "Mayotte",
- "fa": "مایوت"
+ "fa": "مایوت",
+ "de": "Mayotte",
+ "es": "Mayotte",
+ "fr": "Mayotte",
+ "ja": "マヨット",
+ "it": "Mayotte",
+ "hu": "Mayotte"
},
- "flag": "https://restcountries.eu/data/myt.svg",
+ "flag": "https://flagcdn.com/yt.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -11319,7 +11873,7 @@
]
}
],
- "cioc": ""
+ "independent": false
},
{
"name": "Mexico",
@@ -11338,16 +11892,16 @@
"United Mexican States",
"Estados Unidos Mexicanos"
],
+ "subregion": "North America",
"region": "Americas",
- "subregion": "Central America",
- "population": 122273473,
+ "population": 128932753,
"latlng": [
- 23.0,
- -102.0
+ 23,
+ -102
],
"demonym": "Mexican",
- "area": 1964375.0,
- "gini": 47.0,
+ "area": 1964375,
+ "gini": 45.4,
"timezones": [
"UTC-08:00",
"UTC-07:00",
@@ -11360,6 +11914,10 @@
],
"nativeName": "México",
"numericCode": "484",
+ "flags": {
+ "svg": "https://flagcdn.com/mx.svg",
+ "png": "https://flagcdn.com/w320/mx.png"
+ },
"currencies": [
{
"code": "MXN",
@@ -11376,23 +11934,23 @@
}
],
"translations": {
+ "br": "Mec'hiko",
+ "pt": "México",
+ "nl": "Mexico",
+ "hr": "Meksiko",
+ "fa": "مکزیک",
"de": "Mexiko",
"es": "México",
"fr": "Mexique",
"ja": "メキシコ",
"it": "Messico",
- "br": "México",
- "pt": "México",
- "nl": "Mexico",
- "hr": "Meksiko",
- "fa": "مکزیک"
+ "hu": "Mexikó"
},
- "flag": "https://restcountries.eu/data/mex.svg",
+ "flag": "https://flagcdn.com/mx.svg",
"regionalBlocs": [
{
"acronym": "PA",
"name": "Pacific Alliance",
- "otherAcronyms": [],
"otherNames": [
"Alianza del Pacífico"
]
@@ -11400,14 +11958,14 @@
{
"acronym": "NAFTA",
"name": "North American Free Trade Agreement",
- "otherAcronyms": [],
"otherNames": [
"Tratado de Libre Comercio de América del Norte",
"Accord de Libre-échange Nord-Américain"
]
}
],
- "cioc": "MEX"
+ "cioc": "MEX",
+ "independent": true
},
{
"name": "Micronesia (Federated States of)",
@@ -11424,29 +11982,27 @@
"FM",
"Federated States of Micronesia"
],
- "region": "Oceania",
"subregion": "Micronesia",
- "population": 102800,
+ "region": "Oceania",
+ "population": 115021,
"latlng": [
6.91666666,
158.25
],
"demonym": "Micronesian",
- "area": 702.0,
- "gini": null,
+ "area": 702,
+ "gini": 40.1,
"timezones": [
"UTC+10:00",
- "UTC+11"
+ "UTC+11:00"
],
- "borders": [],
"nativeName": "Micronesia",
"numericCode": "583",
+ "flags": {
+ "svg": "https://flagcdn.com/fm.svg",
+ "png": "https://flagcdn.com/w320/fm.png"
+ },
"currencies": [
- {
- "code": null,
- "name": "[D]",
- "symbol": "$"
- },
{
"code": "USD",
"name": "United States dollar",
@@ -11462,20 +12018,21 @@
}
],
"translations": {
+ "br": "Mikronezia",
+ "pt": "Micronésia",
+ "nl": "Micronesië",
+ "hr": "Mikronezija",
+ "fa": "ایالات فدرال میکرونزی",
"de": "Mikronesien",
"es": "Micronesia",
"fr": "Micronésie",
"ja": "ミクロネシア連邦",
"it": "Micronesia",
- "br": "Micronésia",
- "pt": "Micronésia",
- "nl": "Micronesië",
- "hr": "Mikronezija",
- "fa": "ایالات فدرال میکرونزی"
+ "hu": "Mikronézia"
},
- "flag": "https://restcountries.eu/data/fsm.svg",
- "regionalBlocs": [],
- "cioc": "FSM"
+ "flag": "https://flagcdn.com/fm.svg",
+ "cioc": "FSM",
+ "independent": true
},
{
"name": "Moldova (Republic of)",
@@ -11493,16 +12050,16 @@
"Republic of Moldova",
"Republica Moldova"
],
- "region": "Europe",
"subregion": "Eastern Europe",
- "population": 3553100,
+ "region": "Europe",
+ "population": 2617820,
"latlng": [
- 47.0,
- 29.0
+ 47,
+ 29
],
"demonym": "Moldovan",
- "area": 33846.0,
- "gini": 33.0,
+ "area": 33846,
+ "gini": 25.7,
"timezones": [
"UTC+02:00"
],
@@ -11512,6 +12069,10 @@
],
"nativeName": "Moldova",
"numericCode": "498",
+ "flags": {
+ "svg": "https://flagcdn.com/md.svg",
+ "png": "https://flagcdn.com/w320/md.png"
+ },
"currencies": [
{
"code": "MDL",
@@ -11528,27 +12089,27 @@
}
],
"translations": {
+ "br": "Moldova",
+ "pt": "Moldávia",
+ "nl": "Moldavië",
+ "hr": "Moldova",
+ "fa": "مولداوی",
"de": "Moldawie",
"es": "Moldavia",
"fr": "Moldavie",
"ja": "モルドバ共和国",
"it": "Moldavia",
- "br": "Moldávia",
- "pt": "Moldávia",
- "nl": "Moldavië",
- "hr": "Moldova",
- "fa": "مولداوی"
+ "hu": "Moldova"
},
- "flag": "https://restcountries.eu/data/mda.svg",
+ "flag": "https://flagcdn.com/md.svg",
"regionalBlocs": [
{
"acronym": "CEFTA",
- "name": "Central European Free Trade Agreement",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Central European Free Trade Agreement"
}
],
- "cioc": "MDA"
+ "cioc": "MDA",
+ "independent": true
},
{
"name": "Monaco",
@@ -11566,16 +12127,15 @@
"Principality of Monaco",
"Principauté de Monaco"
],
- "region": "Europe",
"subregion": "Western Europe",
- "population": 38400,
+ "region": "Europe",
+ "population": 39244,
"latlng": [
43.73333333,
7.4
],
"demonym": "Monegasque",
"area": 2.02,
- "gini": null,
"timezones": [
"UTC+01:00"
],
@@ -11584,6 +12144,10 @@
],
"nativeName": "Monaco",
"numericCode": "492",
+ "flags": {
+ "svg": "https://flagcdn.com/mc.svg",
+ "png": "https://flagcdn.com/w320/mc.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -11600,20 +12164,21 @@
}
],
"translations": {
+ "br": "Monako",
+ "pt": "Mónaco",
+ "nl": "Monaco",
+ "hr": "Monako",
+ "fa": "موناکو",
"de": "Monaco",
"es": "Mónaco",
"fr": "Monaco",
"ja": "モナコ",
"it": "Principato di Monaco",
- "br": "Mônaco",
- "pt": "Mónaco",
- "nl": "Monaco",
- "hr": "Monako",
- "fa": "موناکو"
+ "hu": "Monaco"
},
- "flag": "https://restcountries.eu/data/mco.svg",
- "regionalBlocs": [],
- "cioc": "MON"
+ "flag": "https://flagcdn.com/mc.svg",
+ "cioc": "MON",
+ "independent": true
},
{
"name": "Mongolia",
@@ -11629,16 +12194,16 @@
"altSpellings": [
"MN"
],
- "region": "Asia",
"subregion": "Eastern Asia",
- "population": 3093100,
+ "region": "Asia",
+ "population": 3278292,
"latlng": [
- 46.0,
- 105.0
+ 46,
+ 105
],
"demonym": "Mongolian",
- "area": 1564110.0,
- "gini": 36.5,
+ "area": 1564110,
+ "gini": 32.7,
"timezones": [
"UTC+07:00",
"UTC+08:00"
@@ -11649,6 +12214,10 @@
],
"nativeName": "Монгол улс",
"numericCode": "496",
+ "flags": {
+ "svg": "https://flagcdn.com/mn.svg",
+ "png": "https://flagcdn.com/w320/mn.png"
+ },
"currencies": [
{
"code": "MNT",
@@ -11665,20 +12234,21 @@
}
],
"translations": {
+ "br": "Mongolia",
+ "pt": "Mongólia",
+ "nl": "Mongolië",
+ "hr": "Mongolija",
+ "fa": "مغولستان",
"de": "Mongolei",
"es": "Mongolia",
"fr": "Mongolie",
"ja": "モンゴル",
"it": "Mongolia",
- "br": "Mongólia",
- "pt": "Mongólia",
- "nl": "Mongolië",
- "hr": "Mongolija",
- "fa": "مغولستان"
+ "hu": "Mongólia"
},
- "flag": "https://restcountries.eu/data/mng.svg",
- "regionalBlocs": [],
- "cioc": "MGL"
+ "flag": "https://flagcdn.com/mn.svg",
+ "cioc": "MGL",
+ "independent": true
},
{
"name": "Montenegro",
@@ -11695,16 +12265,16 @@
"ME",
"Crna Gora"
],
- "region": "Europe",
"subregion": "Southern Europe",
- "population": 621810,
+ "region": "Europe",
+ "population": 621718,
"latlng": [
42.5,
19.3
],
"demonym": "Montenegrin",
- "area": 13812.0,
- "gini": 30.0,
+ "area": 13812,
+ "gini": 38.5,
"timezones": [
"UTC+01:00"
],
@@ -11712,11 +12282,15 @@
"ALB",
"BIH",
"HRV",
- "KOS",
+ "UNK",
"SRB"
],
"nativeName": "Црна Гора",
"numericCode": "499",
+ "flags": {
+ "svg": "https://flagcdn.com/me.svg",
+ "png": "https://flagcdn.com/w320/me.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -11751,27 +12325,27 @@
}
],
"translations": {
+ "br": "Montenegro",
+ "pt": "Montenegro",
+ "nl": "Montenegro",
+ "hr": "Crna Gora",
+ "fa": "مونتهنگرو",
"de": "Montenegro",
"es": "Montenegro",
"fr": "Monténégro",
"ja": "モンテネグロ",
"it": "Montenegro",
- "br": "Montenegro",
- "pt": "Montenegro",
- "nl": "Montenegro",
- "hr": "Crna Gora",
- "fa": "مونتهنگرو"
+ "hu": "Montenegró"
},
- "flag": "https://restcountries.eu/data/mne.svg",
+ "flag": "https://flagcdn.com/me.svg",
"regionalBlocs": [
{
"acronym": "CEFTA",
- "name": "Central European Free Trade Agreement",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Central European Free Trade Agreement"
}
],
- "cioc": "MNE"
+ "cioc": "MNE",
+ "independent": true
},
{
"name": "Montserrat",
@@ -11781,28 +12355,30 @@
"alpha2Code": "MS",
"alpha3Code": "MSR",
"callingCodes": [
- "1664"
+ "1"
],
"capital": "Plymouth",
"altSpellings": [
"MS"
],
- "region": "Americas",
"subregion": "Caribbean",
+ "region": "Americas",
"population": 4922,
"latlng": [
16.75,
-62.2
],
"demonym": "Montserratian",
- "area": 102.0,
- "gini": null,
+ "area": 102,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Montserrat",
"numericCode": "500",
+ "flags": {
+ "svg": "https://flagcdn.com/ms.svg",
+ "png": "https://flagcdn.com/w320/ms.png"
+ },
"currencies": [
{
"code": "XCD",
@@ -11819,23 +12395,23 @@
}
],
"translations": {
+ "br": "Montserrat",
+ "pt": "Monserrate",
+ "nl": "Montserrat",
+ "hr": "Montserrat",
+ "fa": "مایوت",
"de": "Montserrat",
"es": "Montserrat",
"fr": "Montserrat",
"ja": "モントセラト",
"it": "Montserrat",
- "br": "Montserrat",
- "pt": "Monserrate",
- "nl": "Montserrat",
- "hr": "Montserrat",
- "fa": "مایوت"
+ "hu": "Montserrat"
},
- "flag": "https://restcountries.eu/data/msr.svg",
+ "flag": "https://flagcdn.com/ms.svg",
"regionalBlocs": [
{
"acronym": "CARICOM",
"name": "Caribbean Community",
- "otherAcronyms": [],
"otherNames": [
"Comunidad del Caribe",
"Communauté Caribéenne",
@@ -11843,7 +12419,7 @@
]
}
],
- "cioc": ""
+ "independent": false
},
{
"name": "Morocco",
@@ -11861,16 +12437,16 @@
"Kingdom of Morocco",
"Al-Mamlakah al-Maġribiyah"
],
- "region": "Africa",
"subregion": "Northern Africa",
- "population": 33337529,
+ "region": "Africa",
+ "population": 36910558,
"latlng": [
- 32.0,
- -5.0
+ 32,
+ -5
],
"demonym": "Moroccan",
- "area": 446550.0,
- "gini": 40.9,
+ "area": 446550,
+ "gini": 39.5,
"timezones": [
"UTC"
],
@@ -11881,6 +12457,10 @@
],
"nativeName": "المغرب",
"numericCode": "504",
+ "flags": {
+ "svg": "https://flagcdn.com/ma.svg",
+ "png": "https://flagcdn.com/w320/ma.png"
+ },
"currencies": [
{
"code": "MAD",
@@ -11897,23 +12477,23 @@
}
],
"translations": {
+ "br": "Maroko",
+ "pt": "Marrocos",
+ "nl": "Marokko",
+ "hr": "Maroko",
+ "fa": "المغرب",
"de": "Marokko",
"es": "Marruecos",
"fr": "Maroc",
"ja": "モロッコ",
"it": "Marocco",
- "br": "Marrocos",
- "pt": "Marrocos",
- "nl": "Marokko",
- "hr": "Maroko",
- "fa": "مراکش"
+ "hu": "Marokkó"
},
- "flag": "https://restcountries.eu/data/mar.svg",
+ "flag": "https://flagcdn.com/ma.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -11925,7 +12505,6 @@
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -11933,7 +12512,8 @@
]
}
],
- "cioc": "MAR"
+ "cioc": "MAR",
+ "independent": true
},
{
"name": "Mozambique",
@@ -11951,16 +12531,16 @@
"Republic of Mozambique",
"República de Moçambique"
],
- "region": "Africa",
"subregion": "Eastern Africa",
- "population": 26423700,
+ "region": "Africa",
+ "population": 31255435,
"latlng": [
-18.25,
- 35.0
+ 35
],
"demonym": "Mozambican",
- "area": 801590.0,
- "gini": 45.7,
+ "area": 801590,
+ "gini": 54,
"timezones": [
"UTC+02:00"
],
@@ -11974,6 +12554,10 @@
],
"nativeName": "Moçambique",
"numericCode": "508",
+ "flags": {
+ "svg": "https://flagcdn.com/mz.svg",
+ "png": "https://flagcdn.com/w320/mz.png"
+ },
"currencies": [
{
"code": "MZN",
@@ -11990,23 +12574,23 @@
}
],
"translations": {
+ "br": "Mozambik",
+ "pt": "Moçambique",
+ "nl": "Mozambique",
+ "hr": "Mozambik",
+ "fa": "موزامبیک",
"de": "Mosambik",
"es": "Mozambique",
"fr": "Mozambique",
"ja": "モザンビーク",
"it": "Mozambico",
- "br": "Moçambique",
- "pt": "Moçambique",
- "nl": "Mozambique",
- "hr": "Mozambik",
- "fa": "موزامبیک"
+ "hu": "Mozambik"
},
- "flag": "https://restcountries.eu/data/moz.svg",
+ "flag": "https://flagcdn.com/mz.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -12016,7 +12600,8 @@
]
}
],
- "cioc": "MOZ"
+ "cioc": "MOZ",
+ "independent": true
},
{
"name": "Myanmar",
@@ -12035,16 +12620,16 @@
"Republic of the Union of Myanmar",
"Pyidaunzu Thanmăda Myăma Nainngandaw"
],
- "region": "Asia",
"subregion": "South-Eastern Asia",
- "population": 51419420,
+ "region": "Asia",
+ "population": 54409794,
"latlng": [
- 22.0,
- 98.0
+ 22,
+ 98
],
"demonym": "Burmese",
- "area": 676578.0,
- "gini": null,
+ "area": 676578,
+ "gini": 30.7,
"timezones": [
"UTC+06:30"
],
@@ -12057,6 +12642,10 @@
],
"nativeName": "Myanma",
"numericCode": "104",
+ "flags": {
+ "svg": "https://flagcdn.com/mm.svg",
+ "png": "https://flagcdn.com/w320/mm.png"
+ },
"currencies": [
{
"code": "MMK",
@@ -12073,27 +12662,27 @@
}
],
"translations": {
+ "br": "Myanmar",
+ "pt": "Myanmar",
+ "nl": "Myanmar",
+ "hr": "Mijanmar",
+ "fa": "میانمار",
"de": "Myanmar",
"es": "Myanmar",
"fr": "Myanmar",
"ja": "ミャンマー",
"it": "Birmania",
- "br": "Myanmar",
- "pt": "Myanmar",
- "nl": "Myanmar",
- "hr": "Mijanmar",
- "fa": "میانمار"
+ "hu": "Mianmar"
},
- "flag": "https://restcountries.eu/data/mmr.svg",
+ "flag": "https://flagcdn.com/mm.svg",
"regionalBlocs": [
{
"acronym": "ASEAN",
- "name": "Association of Southeast Asian Nations",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Association of Southeast Asian Nations"
}
],
- "cioc": "MYA"
+ "cioc": "MYA",
+ "independent": true
},
{
"name": "Namibia",
@@ -12111,16 +12700,16 @@
"Namibië",
"Republic of Namibia"
],
- "region": "Africa",
"subregion": "Southern Africa",
- "population": 2324388,
+ "region": "Africa",
+ "population": 2540916,
"latlng": [
- -22.0,
- 17.0
+ -22,
+ 17
],
"demonym": "Namibian",
- "area": 825615.0,
- "gini": 63.9,
+ "area": 825615,
+ "gini": 59.1,
"timezones": [
"UTC+01:00"
],
@@ -12132,6 +12721,10 @@
],
"nativeName": "Namibia",
"numericCode": "516",
+ "flags": {
+ "svg": "https://flagcdn.com/na.svg",
+ "png": "https://flagcdn.com/w320/na.png"
+ },
"currencies": [
{
"code": "NAD",
@@ -12159,23 +12752,23 @@
}
],
"translations": {
+ "br": "Namibia",
+ "pt": "Namíbia",
+ "nl": "Namibië",
+ "hr": "Namibija",
+ "fa": "نامیبیا",
"de": "Namibia",
"es": "Namibia",
"fr": "Namibie",
"ja": "ナミビア",
"it": "Namibia",
- "br": "Namíbia",
- "pt": "Namíbia",
- "nl": "Namibië",
- "hr": "Namibija",
- "fa": "نامیبیا"
+ "hu": "Namíbia"
},
- "flag": "https://restcountries.eu/data/nam.svg",
+ "flag": "https://flagcdn.com/na.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -12185,7 +12778,8 @@
]
}
],
- "cioc": "NAM"
+ "cioc": "NAM",
+ "independent": true
},
{
"name": "Nauru",
@@ -12205,32 +12799,30 @@
"Republic of Nauru",
"Ripublik Naoero"
],
- "region": "Oceania",
"subregion": "Micronesia",
- "population": 10084,
+ "region": "Oceania",
+ "population": 10834,
"latlng": [
-0.53333333,
166.91666666
],
"demonym": "Nauruan",
- "area": 21.0,
- "gini": null,
+ "area": 21,
+ "gini": 34.8,
"timezones": [
"UTC+12:00"
],
- "borders": [],
"nativeName": "Nauru",
"numericCode": "520",
+ "flags": {
+ "svg": "https://flagcdn.com/nr.svg",
+ "png": "https://flagcdn.com/w320/nr.png"
+ },
"currencies": [
{
"code": "AUD",
"name": "Australian dollar",
"symbol": "$"
- },
- {
- "code": "(none)",
- "name": null,
- "symbol": "$"
}
],
"languages": [
@@ -12248,20 +12840,21 @@
}
],
"translations": {
+ "br": "Nauru",
+ "pt": "Nauru",
+ "nl": "Nauru",
+ "hr": "Nauru",
+ "fa": "نائورو",
"de": "Nauru",
"es": "Nauru",
"fr": "Nauru",
"ja": "ナウル",
"it": "Nauru",
- "br": "Nauru",
- "pt": "Nauru",
- "nl": "Nauru",
- "hr": "Nauru",
- "fa": "نائورو"
+ "hu": "Nauru"
},
- "flag": "https://restcountries.eu/data/nru.svg",
- "regionalBlocs": [],
- "cioc": "NRU"
+ "flag": "https://flagcdn.com/nr.svg",
+ "cioc": "NRU",
+ "independent": true
},
{
"name": "Nepal",
@@ -12279,15 +12872,15 @@
"Federal Democratic Republic of Nepal",
"Loktāntrik Ganatantra Nepāl"
],
- "region": "Asia",
"subregion": "Southern Asia",
- "population": 28431500,
+ "region": "Asia",
+ "population": 29136808,
"latlng": [
- 28.0,
- 84.0
+ 28,
+ 84
],
"demonym": "Nepalese",
- "area": 147181.0,
+ "area": 147181,
"gini": 32.8,
"timezones": [
"UTC+05:45"
@@ -12298,6 +12891,10 @@
],
"nativeName": "नेपाल",
"numericCode": "524",
+ "flags": {
+ "svg": "https://flagcdn.com/np.svg",
+ "png": "https://flagcdn.com/w320/np.png"
+ },
"currencies": [
{
"code": "NPR",
@@ -12314,27 +12911,27 @@
}
],
"translations": {
+ "br": "Nepal",
+ "pt": "Nepal",
+ "nl": "Nepal",
+ "hr": "Nepal",
+ "fa": "نپال",
"de": "Népal",
"es": "Nepal",
"fr": "Népal",
"ja": "ネパール",
"it": "Nepal",
- "br": "Nepal",
- "pt": "Nepal",
- "nl": "Nepal",
- "hr": "Nepal",
- "fa": "نپال"
+ "hu": "Nepál"
},
- "flag": "https://restcountries.eu/data/npl.svg",
+ "flag": "https://flagcdn.com/np.svg",
"regionalBlocs": [
{
"acronym": "SAARC",
- "name": "South Asian Association for Regional Cooperation",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "South Asian Association for Regional Cooperation"
}
],
- "cioc": "NEP"
+ "cioc": "NEP",
+ "independent": true
},
{
"name": "Netherlands",
@@ -12352,16 +12949,16 @@
"Holland",
"Nederland"
],
- "region": "Europe",
"subregion": "Western Europe",
- "population": 17019800,
+ "region": "Europe",
+ "population": 17441139,
"latlng": [
52.5,
5.75
],
"demonym": "Dutch",
- "area": 41850.0,
- "gini": 30.9,
+ "area": 41850,
+ "gini": 28.1,
"timezones": [
"UTC-04:00",
"UTC+01:00"
@@ -12372,6 +12969,10 @@
],
"nativeName": "Nederland",
"numericCode": "528",
+ "flags": {
+ "svg": "https://flagcdn.com/nl.svg",
+ "png": "https://flagcdn.com/w320/nl.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -12388,27 +12989,27 @@
}
],
"translations": {
+ "br": "Izelvroioù",
+ "pt": "Países Baixos",
+ "nl": "Nederland",
+ "hr": "Nizozemska",
+ "fa": "پادشاهی هلند",
"de": "Niederlande",
"es": "Países Bajos",
"fr": "Pays-Bas",
"ja": "オランダ",
"it": "Paesi Bassi",
- "br": "Holanda",
- "pt": "Países Baixos",
- "nl": "Nederland",
- "hr": "Nizozemska",
- "fa": "پادشاهی هلند"
+ "hu": "Hollandia"
},
- "flag": "https://restcountries.eu/data/nld.svg",
+ "flag": "https://flagcdn.com/nl.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "NED"
+ "cioc": "NED",
+ "independent": true
},
{
"name": "New Caledonia",
@@ -12424,22 +13025,24 @@
"altSpellings": [
"NC"
],
- "region": "Oceania",
"subregion": "Melanesia",
- "population": 268767,
+ "region": "Oceania",
+ "population": 271960,
"latlng": [
-21.5,
165.5
],
"demonym": "New Caledonian",
- "area": 18575.0,
- "gini": null,
+ "area": 18575,
"timezones": [
"UTC+11:00"
],
- "borders": [],
"nativeName": "Nouvelle-Calédonie",
"numericCode": "540",
+ "flags": {
+ "svg": "https://flagcdn.com/nc.svg",
+ "png": "https://flagcdn.com/w320/nc.png"
+ },
"currencies": [
{
"code": "XPF",
@@ -12456,20 +13059,20 @@
}
],
"translations": {
+ "br": "Kaledonia-Nevez",
+ "pt": "Nova Caledónia",
+ "nl": "Nieuw-Caledonië",
+ "hr": "Nova Kaledonija",
+ "fa": "کالدونیای جدید",
"de": "Neukaledonien",
"es": "Nueva Caledonia",
"fr": "Nouvelle-Calédonie",
"ja": "ニューカレドニア",
"it": "Nuova Caledonia",
- "br": "Nova Caledônia",
- "pt": "Nova Caledónia",
- "nl": "Nieuw-Caledonië",
- "hr": "Nova Kaledonija",
- "fa": "کالدونیای جدید"
+ "hu": "Új-Kaledónia"
},
- "flag": "https://restcountries.eu/data/ncl.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/nc.svg",
+ "independent": false
},
{
"name": "New Zealand",
@@ -12486,16 +13089,15 @@
"NZ",
"Aotearoa"
],
- "region": "Oceania",
"subregion": "Australia and New Zealand",
- "population": 4697854,
+ "region": "Oceania",
+ "population": 5084300,
"latlng": [
- -41.0,
- 174.0
+ -41,
+ 174
],
"demonym": "New Zealander",
- "area": 270467.0,
- "gini": 36.2,
+ "area": 270467,
"timezones": [
"UTC-11:00",
"UTC-10:00",
@@ -12503,9 +13105,12 @@
"UTC+12:45",
"UTC+13:00"
],
- "borders": [],
"nativeName": "New Zealand",
"numericCode": "554",
+ "flags": {
+ "svg": "https://flagcdn.com/nz.svg",
+ "png": "https://flagcdn.com/w320/nz.png"
+ },
"currencies": [
{
"code": "NZD",
@@ -12528,20 +13133,21 @@
}
],
"translations": {
+ "br": "Zeland-Nevez",
+ "pt": "Nova Zelândia",
+ "nl": "Nieuw-Zeeland",
+ "hr": "Novi Zeland",
+ "fa": "نیوزیلند",
"de": "Neuseeland",
"es": "Nueva Zelanda",
"fr": "Nouvelle-Zélande",
"ja": "ニュージーランド",
"it": "Nuova Zelanda",
- "br": "Nova Zelândia",
- "pt": "Nova Zelândia",
- "nl": "Nieuw-Zeeland",
- "hr": "Novi Zeland",
- "fa": "نیوزیلند"
+ "hu": "Új-Zéland"
},
- "flag": "https://restcountries.eu/data/nzl.svg",
- "regionalBlocs": [],
- "cioc": "NZL"
+ "flag": "https://flagcdn.com/nz.svg",
+ "cioc": "NZL",
+ "independent": true
},
{
"name": "Nicaragua",
@@ -12559,16 +13165,16 @@
"Republic of Nicaragua",
"República de Nicaragua"
],
- "region": "Americas",
"subregion": "Central America",
- "population": 6262703,
+ "region": "Americas",
+ "population": 6624554,
"latlng": [
- 13.0,
- -85.0
+ 13,
+ -85
],
"demonym": "Nicaraguan",
- "area": 130373.0,
- "gini": 40.5,
+ "area": 130373,
+ "gini": 46.2,
"timezones": [
"UTC-06:00"
],
@@ -12578,6 +13184,10 @@
],
"nativeName": "Nicaragua",
"numericCode": "558",
+ "flags": {
+ "svg": "https://flagcdn.com/ni.svg",
+ "png": "https://flagcdn.com/w320/ni.png"
+ },
"currencies": [
{
"code": "NIO",
@@ -12594,18 +13204,19 @@
}
],
"translations": {
+ "br": "Nicaragua",
+ "pt": "Nicarágua",
+ "nl": "Nicaragua",
+ "hr": "Nikaragva",
+ "fa": "نیکاراگوئه",
"de": "Nicaragua",
"es": "Nicaragua",
"fr": "Nicaragua",
"ja": "ニカラグア",
"it": "Nicaragua",
- "br": "Nicarágua",
- "pt": "Nicarágua",
- "nl": "Nicaragua",
- "hr": "Nikaragva",
- "fa": "نیکاراگوئه"
+ "hu": "Nicaragua"
},
- "flag": "https://restcountries.eu/data/nic.svg",
+ "flag": "https://flagcdn.com/ni.svg",
"regionalBlocs": [
{
"acronym": "CAIS",
@@ -12618,7 +13229,8 @@
]
}
],
- "cioc": "NCA"
+ "cioc": "NCA",
+ "independent": true
},
{
"name": "Niger",
@@ -12637,16 +13249,16 @@
"Republic of Niger",
"République du Niger"
],
- "region": "Africa",
"subregion": "Western Africa",
- "population": 20715000,
+ "region": "Africa",
+ "population": 24206636,
"latlng": [
- 16.0,
- 8.0
+ 16,
+ 8
],
"demonym": "Nigerien",
- "area": 1267000.0,
- "gini": 34.6,
+ "area": 1267000,
+ "gini": 34.3,
"timezones": [
"UTC+01:00"
],
@@ -12661,6 +13273,10 @@
],
"nativeName": "Niger",
"numericCode": "562",
+ "flags": {
+ "svg": "https://flagcdn.com/ne.svg",
+ "png": "https://flagcdn.com/w320/ne.png"
+ },
"currencies": [
{
"code": "XOF",
@@ -12677,23 +13293,23 @@
}
],
"translations": {
+ "br": "Niger",
+ "pt": "Níger",
+ "nl": "Niger",
+ "hr": "Niger",
+ "fa": "نیجر",
"de": "Niger",
"es": "Níger",
"fr": "Niger",
"ja": "ニジェール",
"it": "Niger",
- "br": "Níger",
- "pt": "Níger",
- "nl": "Niger",
- "hr": "Niger",
- "fa": "نیجر"
+ "hu": "Niger"
},
- "flag": "https://restcountries.eu/data/ner.svg",
+ "flag": "https://flagcdn.com/ne.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -12703,7 +13319,8 @@
]
}
],
- "cioc": "NIG"
+ "cioc": "NIG",
+ "independent": true
},
{
"name": "Nigeria",
@@ -12722,16 +13339,16 @@
"Naíjíríà",
"Federal Republic of Nigeria"
],
- "region": "Africa",
"subregion": "Western Africa",
- "population": 186988000,
+ "region": "Africa",
+ "population": 206139587,
"latlng": [
- 10.0,
- 8.0
+ 10,
+ 8
],
"demonym": "Nigerian",
- "area": 923768.0,
- "gini": 48.8,
+ "area": 923768,
+ "gini": 35.1,
"timezones": [
"UTC+01:00"
],
@@ -12743,6 +13360,10 @@
],
"nativeName": "Nigeria",
"numericCode": "566",
+ "flags": {
+ "svg": "https://flagcdn.com/ng.svg",
+ "png": "https://flagcdn.com/w320/ng.png"
+ },
"currencies": [
{
"code": "NGN",
@@ -12759,23 +13380,23 @@
}
],
"translations": {
+ "br": "Nigeria",
+ "pt": "Nigéria",
+ "nl": "Nigeria",
+ "hr": "Nigerija",
+ "fa": "نیجریه",
"de": "Nigeria",
"es": "Nigeria",
"fr": "Nigéria",
"ja": "ナイジェリア",
"it": "Nigeria",
- "br": "Nigéria",
- "pt": "Nigéria",
- "nl": "Nigeria",
- "hr": "Nigerija",
- "fa": "نیجریه"
+ "hu": "Nigéria"
},
- "flag": "https://restcountries.eu/data/nga.svg",
+ "flag": "https://flagcdn.com/ng.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -12785,7 +13406,8 @@
]
}
],
- "cioc": "NGR"
+ "cioc": "NGR",
+ "independent": true
},
{
"name": "Niue",
@@ -12801,22 +13423,24 @@
"altSpellings": [
"NU"
],
- "region": "Oceania",
"subregion": "Polynesia",
+ "region": "Oceania",
"population": 1470,
"latlng": [
-19.03333333,
-169.86666666
],
"demonym": "Niuean",
- "area": 260.0,
- "gini": null,
+ "area": 260,
"timezones": [
"UTC-11:00"
],
- "borders": [],
"nativeName": "Niuē",
"numericCode": "570",
+ "flags": {
+ "svg": "https://flagcdn.com/nu.svg",
+ "png": "https://flagcdn.com/w320/nu.png"
+ },
"currencies": [
{
"code": "NZD",
@@ -12824,7 +13448,7 @@
"symbol": "$"
},
{
- "code": "(none)",
+ "code": "NZD",
"name": "Niue dollar",
"symbol": "$"
}
@@ -12838,20 +13462,20 @@
}
],
"translations": {
+ "br": "Niue",
+ "pt": "Niue",
+ "nl": "Niue",
+ "hr": "Niue",
+ "fa": "نیووی",
"de": "Niue",
"es": "Niue",
"fr": "Niue",
"ja": "ニウエ",
"it": "Niue",
- "br": "Niue",
- "pt": "Niue",
- "nl": "Niue",
- "hr": "Niue",
- "fa": "نیووی"
+ "hu": "Niue"
},
- "flag": "https://restcountries.eu/data/niu.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/nu.svg",
+ "independent": true
},
{
"name": "Norfolk Island",
@@ -12869,22 +13493,24 @@
"Territory of Norfolk Island",
"Teratri of Norf'k Ailen"
],
- "region": "Oceania",
"subregion": "Australia and New Zealand",
+ "region": "Oceania",
"population": 2302,
"latlng": [
-29.03333333,
167.95
],
"demonym": "Norfolk Islander",
- "area": 36.0,
- "gini": null,
+ "area": 36,
"timezones": [
"UTC+11:30"
],
- "borders": [],
"nativeName": "Norfolk Island",
"numericCode": "574",
+ "flags": {
+ "svg": "https://flagcdn.com/nf.svg",
+ "png": "https://flagcdn.com/w320/nf.png"
+ },
"currencies": [
{
"code": "AUD",
@@ -12901,20 +13527,20 @@
}
],
"translations": {
+ "br": "Enez Norfolk",
+ "pt": "Ilha Norfolk",
+ "nl": "Norfolkeiland",
+ "hr": "Otok Norfolk",
+ "fa": "جزیره نورفک",
"de": "Norfolkinsel",
"es": "Isla de Norfolk",
"fr": "Île de Norfolk",
"ja": "ノーフォーク島",
"it": "Isola Norfolk",
- "br": "Ilha Norfolk",
- "pt": "Ilha Norfolk",
- "nl": "Norfolkeiland",
- "hr": "Otok Norfolk",
- "fa": "جزیره نورفک"
+ "hu": "Norfolk-sziget"
},
- "flag": "https://restcountries.eu/data/nfk.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/nf.svg",
+ "independent": false
},
{
"name": "Korea (Democratic People's Republic of)",
@@ -12933,16 +13559,15 @@
"조선민주주의인민공화국",
"Chosŏn Minjujuŭi Inmin Konghwaguk"
],
- "region": "Asia",
"subregion": "Eastern Asia",
- "population": 25281000,
+ "region": "Asia",
+ "population": 25778815,
"latlng": [
- 40.0,
- 127.0
+ 40,
+ 127
],
"demonym": "North Korean",
- "area": 120538.0,
- "gini": null,
+ "area": 120538,
"timezones": [
"UTC+09:00"
],
@@ -12953,6 +13578,10 @@
],
"nativeName": "북한",
"numericCode": "408",
+ "flags": {
+ "svg": "https://flagcdn.com/kp.svg",
+ "png": "https://flagcdn.com/w320/kp.png"
+ },
"currencies": [
{
"code": "KPW",
@@ -12969,20 +13598,21 @@
}
],
"translations": {
+ "br": "Korea an Norzh",
+ "pt": "Coreia do Norte",
+ "nl": "Noord-Korea",
+ "hr": "Sjeverna Koreja",
+ "fa": "کره جنوبی",
"de": "Nordkorea",
"es": "Corea del Norte",
"fr": "Corée du Nord",
"ja": "朝鮮民主主義人民共和国",
"it": "Corea del Nord",
- "br": "Coreia do Norte",
- "pt": "Coreia do Norte",
- "nl": "Noord-Korea",
- "hr": "Sjeverna Koreja",
- "fa": "کره جنوبی"
+ "hu": "Észak-Korea"
},
- "flag": "https://restcountries.eu/data/prk.svg",
- "regionalBlocs": [],
- "cioc": "PRK"
+ "flag": "https://flagcdn.com/kp.svg",
+ "cioc": "PRK",
+ "independent": true
},
{
"name": "Northern Mariana Islands",
@@ -12992,7 +13622,7 @@
"alpha2Code": "MP",
"alpha3Code": "MNP",
"callingCodes": [
- "1670"
+ "1"
],
"capital": "Saipan",
"altSpellings": [
@@ -13000,22 +13630,24 @@
"Commonwealth of the Northern Mariana Islands",
"Sankattan Siha Na Islas Mariånas"
],
- "region": "Oceania",
"subregion": "Micronesia",
- "population": 56940,
+ "region": "Oceania",
+ "population": 57557,
"latlng": [
15.2,
145.75
],
"demonym": "American",
- "area": 464.0,
- "gini": null,
+ "area": 464,
"timezones": [
"UTC+10:00"
],
- "borders": [],
"nativeName": "Northern Mariana Islands",
"numericCode": "580",
+ "flags": {
+ "svg": "https://flagcdn.com/mp.svg",
+ "png": "https://flagcdn.com/w320/mp.png"
+ },
"currencies": [
{
"code": "USD",
@@ -13038,20 +13670,20 @@
}
],
"translations": {
+ "br": "Inizi Mariana an Norzh",
+ "pt": "Ilhas Marianas",
+ "nl": "Noordelijke Marianeneilanden",
+ "hr": "Sjevernomarijanski otoci",
+ "fa": "جزایر ماریانای شمالی",
"de": "Nördliche Marianen",
"es": "Islas Marianas del Norte",
"fr": "Îles Mariannes du Nord",
"ja": "北マリアナ諸島",
"it": "Isole Marianne Settentrionali",
- "br": "Ilhas Marianas",
- "pt": "Ilhas Marianas",
- "nl": "Noordelijke Marianeneilanden",
- "hr": "Sjevernomarijanski otoci",
- "fa": "جزایر ماریانای شمالی"
+ "hu": "Északi-Mariana-szigetek"
},
- "flag": "https://restcountries.eu/data/mnp.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/mp.svg",
+ "independent": false
},
{
"name": "Norway",
@@ -13072,16 +13704,16 @@
"Kongeriket Norge",
"Kongeriket Noreg"
],
- "region": "Europe",
"subregion": "Northern Europe",
- "population": 5223256,
+ "region": "Europe",
+ "population": 5379475,
"latlng": [
- 62.0,
- 10.0
+ 62,
+ 10
],
"demonym": "Norwegian",
- "area": 323802.0,
- "gini": 25.8,
+ "area": 323802,
+ "gini": 27.6,
"timezones": [
"UTC+01:00"
],
@@ -13092,6 +13724,10 @@
],
"nativeName": "Norge",
"numericCode": "578",
+ "flags": {
+ "svg": "https://flagcdn.com/no.svg",
+ "png": "https://flagcdn.com/w320/no.png"
+ },
"currencies": [
{
"code": "NOK",
@@ -13120,27 +13756,27 @@
}
],
"translations": {
+ "br": "Norvegia",
+ "pt": "Noruega",
+ "nl": "Noorwegen",
+ "hr": "Norveška",
+ "fa": "نروژ",
"de": "Norwegen",
"es": "Noruega",
"fr": "Norvège",
"ja": "ノルウェー",
"it": "Norvegia",
- "br": "Noruega",
- "pt": "Noruega",
- "nl": "Noorwegen",
- "hr": "Norveška",
- "fa": "نروژ"
+ "hu": "Norvégia"
},
- "flag": "https://restcountries.eu/data/nor.svg",
+ "flag": "https://flagcdn.com/no.svg",
"regionalBlocs": [
{
"acronym": "EFTA",
- "name": "European Free Trade Association",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Free Trade Association"
}
],
- "cioc": "NOR"
+ "cioc": "NOR",
+ "independent": true
},
{
"name": "Oman",
@@ -13158,16 +13794,15 @@
"Sultanate of Oman",
"Salṭanat ʻUmān"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 4420133,
+ "region": "Asia",
+ "population": 5106622,
"latlng": [
- 21.0,
- 57.0
+ 21,
+ 57
],
"demonym": "Omani",
- "area": 309500.0,
- "gini": null,
+ "area": 309500,
"timezones": [
"UTC+04:00"
],
@@ -13178,6 +13813,10 @@
],
"nativeName": "عمان",
"numericCode": "512",
+ "flags": {
+ "svg": "https://flagcdn.com/om.svg",
+ "png": "https://flagcdn.com/w320/om.png"
+ },
"currencies": [
{
"code": "OMR",
@@ -13194,23 +13833,23 @@
}
],
"translations": {
+ "br": "Oman",
+ "pt": "Omã",
+ "nl": "Oman",
+ "hr": "Oman",
+ "fa": "عمان",
"de": "Oman",
"es": "Omán",
"fr": "Oman",
"ja": "オマーン",
"it": "oman",
- "br": "Omã",
- "pt": "Omã",
- "nl": "Oman",
- "hr": "Oman",
- "fa": "عمان"
+ "hu": "Omán"
},
- "flag": "https://restcountries.eu/data/omn.svg",
+ "flag": "https://flagcdn.com/om.svg",
"regionalBlocs": [
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -13218,7 +13857,8 @@
]
}
],
- "cioc": "OMA"
+ "cioc": "OMA",
+ "independent": true
},
{
"name": "Pakistan",
@@ -13237,16 +13877,16 @@
"Islamic Republic of Pakistan",
"Islāmī Jumhūriya'eh Pākistān"
],
- "region": "Asia",
"subregion": "Southern Asia",
- "population": 194125062,
+ "region": "Asia",
+ "population": 220892331,
"latlng": [
- 30.0,
- 70.0
+ 30,
+ 70
],
"demonym": "Pakistani",
- "area": 881912.0,
- "gini": 30.0,
+ "area": 881912,
+ "gini": 31.6,
"timezones": [
"UTC+05:00"
],
@@ -13258,6 +13898,10 @@
],
"nativeName": "Pakistan",
"numericCode": "586",
+ "flags": {
+ "svg": "https://flagcdn.com/pk.svg",
+ "png": "https://flagcdn.com/w320/pk.png"
+ },
"currencies": [
{
"code": "PKR",
@@ -13266,41 +13910,41 @@
}
],
"languages": [
- {
- "iso639_1": "en",
- "iso639_2": "eng",
- "name": "English",
- "nativeName": "English"
- },
{
"iso639_1": "ur",
"iso639_2": "urd",
"name": "Urdu",
"nativeName": "اردو"
+ },
+ {
+ "iso639_1": "en",
+ "iso639_2": "eng",
+ "name": "English",
+ "nativeName": "English"
}
],
"translations": {
+ "br": "Pakistan",
+ "pt": "Paquistão",
+ "nl": "Pakistan",
+ "hr": "Pakistan",
+ "fa": "پاکستان",
"de": "Pakistan",
"es": "Pakistán",
"fr": "Pakistan",
"ja": "パキスタン",
"it": "Pakistan",
- "br": "Paquistão",
- "pt": "Paquistão",
- "nl": "Pakistan",
- "hr": "Pakistan",
- "fa": "پاکستان"
+ "hu": "Pakisztán"
},
- "flag": "https://restcountries.eu/data/pak.svg",
+ "flag": "https://flagcdn.com/pk.svg",
"regionalBlocs": [
{
"acronym": "SAARC",
- "name": "South Asian Association for Regional Cooperation",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "South Asian Association for Regional Cooperation"
}
],
- "cioc": "PAK"
+ "cioc": "PAK",
+ "independent": true
},
{
"name": "Palau",
@@ -13318,28 +13962,25 @@
"Republic of Palau",
"Beluu er a Belau"
],
- "region": "Oceania",
"subregion": "Micronesia",
- "population": 17950,
+ "region": "Oceania",
+ "population": 18092,
"latlng": [
7.5,
134.5
],
"demonym": "Palauan",
- "area": 459.0,
- "gini": null,
+ "area": 459,
"timezones": [
"UTC+09:00"
],
- "borders": [],
"nativeName": "Palau",
"numericCode": "585",
+ "flags": {
+ "svg": "https://flagcdn.com/pw.svg",
+ "png": "https://flagcdn.com/w320/pw.png"
+ },
"currencies": [
- {
- "code": "(none)",
- "name": "[E]",
- "symbol": "$"
- },
{
"code": "USD",
"name": "United States dollar",
@@ -13355,20 +13996,21 @@
}
],
"translations": {
+ "br": "Palau",
+ "pt": "Palau",
+ "nl": "Palau",
+ "hr": "Palau",
+ "fa": "پالائو",
"de": "Palau",
"es": "Palau",
"fr": "Palaos",
"ja": "パラオ",
"it": "Palau",
- "br": "Palau",
- "pt": "Palau",
- "nl": "Palau",
- "hr": "Palau",
- "fa": "پالائو"
+ "hu": "Palau"
},
- "flag": "https://restcountries.eu/data/plw.svg",
- "regionalBlocs": [],
- "cioc": "PLW"
+ "flag": "https://flagcdn.com/pw.svg",
+ "cioc": "PLW",
+ "independent": true
},
{
"name": "Palestine, State of",
@@ -13386,16 +14028,15 @@
"State of Palestine",
"Dawlat Filasṭin"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 4682467,
+ "region": "Asia",
+ "population": 4803269,
"latlng": [
31.9,
35.2
],
"demonym": "Palestinian",
- "area": null,
- "gini": 35.5,
+ "gini": 33.7,
"timezones": [
"UTC+02:00"
],
@@ -13406,11 +14047,25 @@
],
"nativeName": "فلسطين",
"numericCode": "275",
+ "flags": {
+ "svg": "https://flagcdn.com/ps.svg",
+ "png": "https://flagcdn.com/w320/ps.png"
+ },
"currencies": [
+ {
+ "code": "EGP",
+ "name": "Egyptian pound",
+ "symbol": "E£"
+ },
{
"code": "ILS",
- "name": "Israeli new sheqel",
+ "name": "Israeli new shekel",
"symbol": "₪"
+ },
+ {
+ "code": "JOD",
+ "name": "Jordanian dinar",
+ "symbol": "د.أ"
}
],
"languages": [
@@ -13422,23 +14077,23 @@
}
],
"translations": {
+ "br": "Palestina",
+ "pt": "Palestina",
+ "nl": "Palestijnse gebieden",
+ "hr": "Palestina",
+ "fa": "فلسطین",
"de": "Palästina",
"es": "Palestina",
"fr": "Palestine",
"ja": "パレスチナ",
"it": "Palestina",
- "br": "Palestina",
- "pt": "Palestina",
- "nl": "Palestijnse gebieden",
- "hr": "Palestina",
- "fa": "فلسطین"
+ "hu": "Palesztina"
},
- "flag": "https://restcountries.eu/data/pse.svg",
+ "flag": "https://flagcdn.com/ps.svg",
"regionalBlocs": [
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -13446,7 +14101,8 @@
]
}
],
- "cioc": "PLE"
+ "cioc": "PLE",
+ "independent": true
},
{
"name": "Panama",
@@ -13464,16 +14120,16 @@
"Republic of Panama",
"República de Panamá"
],
- "region": "Americas",
"subregion": "Central America",
- "population": 3814672,
+ "region": "Americas",
+ "population": 4314768,
"latlng": [
- 9.0,
- -80.0
+ 9,
+ -80
],
"demonym": "Panamanian",
- "area": 75417.0,
- "gini": 51.9,
+ "area": 75417,
+ "gini": 49.8,
"timezones": [
"UTC-05:00"
],
@@ -13483,6 +14139,10 @@
],
"nativeName": "Panamá",
"numericCode": "591",
+ "flags": {
+ "svg": "https://flagcdn.com/pa.svg",
+ "png": "https://flagcdn.com/w320/pa.png"
+ },
"currencies": [
{
"code": "PAB",
@@ -13504,18 +14164,19 @@
}
],
"translations": {
+ "br": "Panama",
+ "pt": "Panamá",
+ "nl": "Panama",
+ "hr": "Panama",
+ "fa": "پاناما",
"de": "Panama",
"es": "Panamá",
"fr": "Panama",
"ja": "パナマ",
"it": "Panama",
- "br": "Panamá",
- "pt": "Panamá",
- "nl": "Panama",
- "hr": "Panama",
- "fa": "پاناما"
+ "hu": "Panama"
},
- "flag": "https://restcountries.eu/data/pan.svg",
+ "flag": "https://flagcdn.com/pa.svg",
"regionalBlocs": [
{
"acronym": "CAIS",
@@ -13528,7 +14189,8 @@
]
}
],
- "cioc": "PAN"
+ "cioc": "PAN",
+ "independent": true
},
{
"name": "Papua New Guinea",
@@ -13546,16 +14208,16 @@
"Independent State of Papua New Guinea",
"Independen Stet bilong Papua Niugini"
],
- "region": "Oceania",
"subregion": "Melanesia",
- "population": 8083700,
+ "region": "Oceania",
+ "population": 8947027,
"latlng": [
- -6.0,
- 147.0
+ -6,
+ 147
],
"demonym": "Papua New Guinean",
- "area": 462840.0,
- "gini": 50.9,
+ "area": 462840,
+ "gini": 41.9,
"timezones": [
"UTC+10:00"
],
@@ -13564,6 +14226,10 @@
],
"nativeName": "Papua Niugini",
"numericCode": "598",
+ "flags": {
+ "svg": "https://flagcdn.com/pg.svg",
+ "png": "https://flagcdn.com/w320/pg.png"
+ },
"currencies": [
{
"code": "PGK",
@@ -13580,20 +14246,21 @@
}
],
"translations": {
+ "br": "Papoua-Ginea Nevez",
+ "pt": "Papua Nova Guiné",
+ "nl": "Papoea-Nieuw-Guinea",
+ "hr": "Papua Nova Gvineja",
+ "fa": "پاپوآ گینه نو",
"de": "Papua-Neuguinea",
"es": "Papúa Nueva Guinea",
"fr": "Papouasie-Nouvelle-Guinée",
"ja": "パプアニューギニア",
"it": "Papua Nuova Guinea",
- "br": "Papua Nova Guiné",
- "pt": "Papua Nova Guiné",
- "nl": "Papoea-Nieuw-Guinea",
- "hr": "Papua Nova Gvineja",
- "fa": "پاپوآ گینه نو"
+ "hu": "Pápua Új-Guinea"
},
- "flag": "https://restcountries.eu/data/png.svg",
- "regionalBlocs": [],
- "cioc": "PNG"
+ "flag": "https://flagcdn.com/pg.svg",
+ "cioc": "PNG",
+ "independent": true
},
{
"name": "Paraguay",
@@ -13612,16 +14279,16 @@
"República del Paraguay",
"Tetã Paraguái"
],
- "region": "Americas",
"subregion": "South America",
- "population": 6854536,
+ "region": "Americas",
+ "population": 7132530,
"latlng": [
- -23.0,
- -58.0
+ -23,
+ -58
],
"demonym": "Paraguayan",
- "area": 406752.0,
- "gini": 52.4,
+ "area": 406752,
+ "gini": 45.7,
"timezones": [
"UTC-04:00"
],
@@ -13632,6 +14299,10 @@
],
"nativeName": "Paraguay",
"numericCode": "600",
+ "flags": {
+ "svg": "https://flagcdn.com/py.svg",
+ "png": "https://flagcdn.com/w320/py.png"
+ },
"currencies": [
{
"code": "PYG",
@@ -13654,18 +14325,19 @@
}
],
"translations": {
+ "br": "Paraguay",
+ "pt": "Paraguai",
+ "nl": "Paraguay",
+ "hr": "Paragvaj",
+ "fa": "پاراگوئه",
"de": "Paraguay",
"es": "Paraguay",
"fr": "Paraguay",
"ja": "パラグアイ",
"it": "Paraguay",
- "br": "Paraguai",
- "pt": "Paraguai",
- "nl": "Paraguay",
- "hr": "Paragvaj",
- "fa": "پاراگوئه"
+ "hu": "Paraguay"
},
- "flag": "https://restcountries.eu/data/pry.svg",
+ "flag": "https://flagcdn.com/py.svg",
"regionalBlocs": [
{
"acronym": "USAN",
@@ -13683,7 +14355,8 @@
]
}
],
- "cioc": "PAR"
+ "cioc": "PAR",
+ "independent": true
},
{
"name": "Peru",
@@ -13701,16 +14374,16 @@
"Republic of Peru",
" República del Perú"
],
- "region": "Americas",
"subregion": "South America",
- "population": 31488700,
+ "region": "Americas",
+ "population": 32971846,
"latlng": [
- -10.0,
- -76.0
+ -10,
+ -76
],
"demonym": "Peruvian",
- "area": 1285216.0,
- "gini": 48.1,
+ "area": 1285216,
+ "gini": 41.5,
"timezones": [
"UTC-05:00"
],
@@ -13723,6 +14396,10 @@
],
"nativeName": "Perú",
"numericCode": "604",
+ "flags": {
+ "svg": "https://flagcdn.com/pe.svg",
+ "png": "https://flagcdn.com/w320/pe.png"
+ },
"currencies": [
{
"code": "PEN",
@@ -13739,23 +14416,23 @@
}
],
"translations": {
+ "br": "Perou",
+ "pt": "Peru",
+ "nl": "Peru",
+ "hr": "Peru",
+ "fa": "پرو",
"de": "Peru",
"es": "Perú",
"fr": "Pérou",
"ja": "ペルー",
"it": "Perù",
- "br": "Peru",
- "pt": "Peru",
- "nl": "Peru",
- "hr": "Peru",
- "fa": "پرو"
+ "hu": "Peru"
},
- "flag": "https://restcountries.eu/data/per.svg",
+ "flag": "https://flagcdn.com/pe.svg",
"regionalBlocs": [
{
"acronym": "PA",
"name": "Pacific Alliance",
- "otherAcronyms": [],
"otherNames": [
"Alianza del Pacífico"
]
@@ -13776,7 +14453,8 @@
]
}
],
- "cioc": "PER"
+ "cioc": "PER",
+ "independent": true
},
{
"name": "Philippines",
@@ -13794,22 +14472,25 @@
"Republic of the Philippines",
"Repúblika ng Pilipinas"
],
- "region": "Asia",
"subregion": "South-Eastern Asia",
- "population": 103279800,
+ "region": "Asia",
+ "population": 109581085,
"latlng": [
- 13.0,
- 122.0
+ 13,
+ 122
],
"demonym": "Filipino",
- "area": 342353.0,
- "gini": 43.0,
+ "area": 342353,
+ "gini": 42.3,
"timezones": [
"UTC+08:00"
],
- "borders": [],
"nativeName": "Pilipinas",
"numericCode": "608",
+ "flags": {
+ "svg": "https://flagcdn.com/ph.svg",
+ "png": "https://flagcdn.com/w320/ph.png"
+ },
"currencies": [
{
"code": "PHP",
@@ -13826,27 +14507,27 @@
}
],
"translations": {
+ "br": "Filipinez",
+ "pt": "Filipinas",
+ "nl": "Filipijnen",
+ "hr": "Filipini",
+ "fa": "جزایر الندفیلیپین",
"de": "Philippinen",
"es": "Filipinas",
"fr": "Philippines",
"ja": "フィリピン",
"it": "Filippine",
- "br": "Filipinas",
- "pt": "Filipinas",
- "nl": "Filipijnen",
- "hr": "Filipini",
- "fa": "جزایر الندفیلیپین"
+ "hu": "Fülöp-szigetek"
},
- "flag": "https://restcountries.eu/data/phl.svg",
+ "flag": "https://flagcdn.com/ph.svg",
"regionalBlocs": [
{
"acronym": "ASEAN",
- "name": "Association of Southeast Asian Nations",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Association of Southeast Asian Nations"
}
],
- "cioc": "PHI"
+ "cioc": "PHI",
+ "independent": true
},
{
"name": "Pitcairn",
@@ -13863,22 +14544,24 @@
"PN",
"Pitcairn Henderson Ducie and Oeno Islands"
],
- "region": "Oceania",
"subregion": "Polynesia",
+ "region": "Oceania",
"population": 56,
"latlng": [
-25.06666666,
-130.1
],
"demonym": "Pitcairn Islander",
- "area": 47.0,
- "gini": null,
+ "area": 47,
"timezones": [
"UTC-08:00"
],
- "borders": [],
"nativeName": "Pitcairn Islands",
"numericCode": "612",
+ "flags": {
+ "svg": "https://flagcdn.com/pn.svg",
+ "png": "https://flagcdn.com/w320/pn.png"
+ },
"currencies": [
{
"code": "NZD",
@@ -13886,7 +14569,7 @@
"symbol": "$"
},
{
- "code": null,
+ "code": "PND",
"name": "Pitcairn Islands dollar",
"symbol": "$"
}
@@ -13900,20 +14583,20 @@
}
],
"translations": {
+ "br": "Inizi Pitcairn",
+ "pt": "Ilhas Picárnia",
+ "nl": "Pitcairneilanden",
+ "hr": "Pitcairnovo otočje",
+ "fa": "پیتکرن",
"de": "Pitcairn",
"es": "Islas Pitcairn",
"fr": "Îles Pitcairn",
"ja": "ピトケアン",
"it": "Isole Pitcairn",
- "br": "Ilhas Pitcairn",
- "pt": "Ilhas Picárnia",
- "nl": "Pitcairneilanden",
- "hr": "Pitcairnovo otočje",
- "fa": "پیتکرن"
+ "hu": "Pitcairn-szigetek"
},
- "flag": "https://restcountries.eu/data/pcn.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/pn.svg",
+ "independent": true
},
{
"name": "Poland",
@@ -13931,16 +14614,16 @@
"Republic of Poland",
"Rzeczpospolita Polska"
],
+ "subregion": "Central Europe",
"region": "Europe",
- "subregion": "Eastern Europe",
- "population": 38437239,
+ "population": 37950802,
"latlng": [
- 52.0,
- 20.0
+ 52,
+ 20
],
"demonym": "Polish",
- "area": 312679.0,
- "gini": 34.1,
+ "area": 312679,
+ "gini": 30.2,
"timezones": [
"UTC+01:00"
],
@@ -13955,6 +14638,10 @@
],
"nativeName": "Polska",
"numericCode": "616",
+ "flags": {
+ "svg": "https://flagcdn.com/pl.svg",
+ "png": "https://flagcdn.com/w320/pl.png"
+ },
"currencies": [
{
"code": "PLN",
@@ -13971,27 +14658,27 @@
}
],
"translations": {
+ "br": "Polonia",
+ "pt": "Polónia",
+ "nl": "Polen",
+ "hr": "Poljska",
+ "fa": "لهستان",
"de": "Polen",
"es": "Polonia",
"fr": "Pologne",
"ja": "ポーランド",
"it": "Polonia",
- "br": "Polônia",
- "pt": "Polónia",
- "nl": "Polen",
- "hr": "Poljska",
- "fa": "لهستان"
+ "hu": "Lengyelország"
},
- "flag": "https://restcountries.eu/data/pol.svg",
+ "flag": "https://flagcdn.com/pl.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "POL"
+ "cioc": "POL",
+ "independent": true
},
{
"name": "Portugal",
@@ -14010,16 +14697,16 @@
"Portuguese Republic",
"República Portuguesa"
],
- "region": "Europe",
"subregion": "Southern Europe",
- "population": 10374822,
+ "region": "Europe",
+ "population": 10305564,
"latlng": [
39.5,
- -8.0
+ -8
],
"demonym": "Portuguese",
- "area": 92090.0,
- "gini": 38.5,
+ "area": 92090,
+ "gini": 33.5,
"timezones": [
"UTC-01:00",
"UTC"
@@ -14029,6 +14716,10 @@
],
"nativeName": "Portugal",
"numericCode": "620",
+ "flags": {
+ "svg": "https://flagcdn.com/pt.svg",
+ "png": "https://flagcdn.com/w320/pt.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -14045,27 +14736,27 @@
}
],
"translations": {
+ "br": "Portugal",
+ "pt": "Portugal",
+ "nl": "Portugal",
+ "hr": "Portugal",
+ "fa": "پرتغال",
"de": "Portugal",
"es": "Portugal",
"fr": "Portugal",
"ja": "ポルトガル",
"it": "Portogallo",
- "br": "Portugal",
- "pt": "Portugal",
- "nl": "Portugal",
- "hr": "Portugal",
- "fa": "پرتغال"
+ "hu": "Portugália"
},
- "flag": "https://restcountries.eu/data/prt.svg",
+ "flag": "https://flagcdn.com/pt.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "POR"
+ "cioc": "POR",
+ "independent": true
},
{
"name": "Puerto Rico",
@@ -14075,8 +14766,7 @@
"alpha2Code": "PR",
"alpha3Code": "PRI",
"callingCodes": [
- "1787",
- "1939"
+ "1"
],
"capital": "San Juan",
"altSpellings": [
@@ -14084,22 +14774,24 @@
"Commonwealth of Puerto Rico",
"Estado Libre Asociado de Puerto Rico"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 3474182,
+ "region": "Americas",
+ "population": 3194034,
"latlng": [
18.25,
-66.5
],
"demonym": "Puerto Rican",
- "area": 8870.0,
- "gini": null,
+ "area": 8870,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Puerto Rico",
"numericCode": "630",
+ "flags": {
+ "svg": "https://flagcdn.com/pr.svg",
+ "png": "https://flagcdn.com/w320/pr.png"
+ },
"currencies": [
{
"code": "USD",
@@ -14122,20 +14814,21 @@
}
],
"translations": {
+ "br": "Puerto Rico",
+ "pt": "Porto Rico",
+ "nl": "Puerto Rico",
+ "hr": "Portoriko",
+ "fa": "پورتو ریکو",
"de": "Puerto Rico",
"es": "Puerto Rico",
"fr": "Porto Rico",
"ja": "プエルトリコ",
"it": "Porto Rico",
- "br": "Porto Rico",
- "pt": "Porto Rico",
- "nl": "Puerto Rico",
- "hr": "Portoriko",
- "fa": "پورتو ریکو"
+ "hu": "Puerto Rico"
},
- "flag": "https://restcountries.eu/data/pri.svg",
- "regionalBlocs": [],
- "cioc": "PUR"
+ "flag": "https://flagcdn.com/pr.svg",
+ "cioc": "PUR",
+ "independent": false
},
{
"name": "Qatar",
@@ -14153,16 +14846,15 @@
"State of Qatar",
"Dawlat Qaṭar"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 2587564,
+ "region": "Asia",
+ "population": 2881060,
"latlng": [
25.5,
51.25
],
"demonym": "Qatari",
- "area": 11586.0,
- "gini": 41.1,
+ "area": 11586,
"timezones": [
"UTC+03:00"
],
@@ -14171,6 +14863,10 @@
],
"nativeName": "قطر",
"numericCode": "634",
+ "flags": {
+ "svg": "https://flagcdn.com/qa.svg",
+ "png": "https://flagcdn.com/w320/qa.png"
+ },
"currencies": [
{
"code": "QAR",
@@ -14187,23 +14883,23 @@
}
],
"translations": {
+ "br": "Katar",
+ "pt": "Catar",
+ "nl": "Qatar",
+ "hr": "Katar",
+ "fa": "قطر",
"de": "Katar",
"es": "Catar",
"fr": "Qatar",
"ja": "カタール",
"it": "Qatar",
- "br": "Catar",
- "pt": "Catar",
- "nl": "Qatar",
- "hr": "Katar",
- "fa": "قطر"
+ "hu": "Katar"
},
- "flag": "https://restcountries.eu/data/qat.svg",
+ "flag": "https://flagcdn.com/qa.svg",
"regionalBlocs": [
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -14211,7 +14907,8 @@
]
}
],
- "cioc": "QAT"
+ "cioc": "QAT",
+ "independent": true
},
{
"name": "Republic of Kosovo",
@@ -14219,7 +14916,7 @@
""
],
"alpha2Code": "XK",
- "alpha3Code": "KOS",
+ "alpha3Code": "UNK",
"callingCodes": [
"383"
],
@@ -14228,16 +14925,16 @@
"XK",
"Република Косово"
],
- "region": "Europe",
"subregion": "Eastern Europe",
- "population": 1733842,
+ "region": "Europe",
+ "population": 1775378,
"latlng": [
42.666667,
21.166667
],
"demonym": "Kosovar",
- "area": 10908.0,
- "gini": null,
+ "area": 10908,
+ "gini": 29,
"timezones": [
"UTC+01:00"
],
@@ -14248,7 +14945,11 @@
"SRB"
],
"nativeName": "Republika e Kosovës",
- "numericCode": null,
+ "numericCode": "926",
+ "flags": {
+ "svg": "https://flagcdn.com/xk.svg",
+ "png": "https://flagcdn.com/w320/xk.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -14271,27 +14972,26 @@
}
],
"translations": {
- "de": null,
- "es": "Kosovo",
- "fr": null,
- "ja": null,
- "it": null,
"br": "Kosovo",
"pt": "Kosovo",
- "nl": null,
+ "nl": "Republiek van Kosovo",
"hr": "Kosovo",
- "fa": "کوزوو"
+ "fa": "کوزوو",
+ "de": "Republic of Kosovo",
+ "es": "Kosovo",
+ "fr": "Kosovo",
+ "ja": "Republic of Kosovo",
+ "it": "Republic of Kosovo",
+ "hu": "Koszovó"
},
- "flag": "https://restcountries.eu/data/kos.svg",
+ "flag": "https://flagcdn.com/xk.svg",
"regionalBlocs": [
{
"acronym": "CEFTA",
- "name": "Central European Free Trade Agreement",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Central European Free Trade Agreement"
}
],
- "cioc": null
+ "independent": true
},
{
"name": "Réunion",
@@ -14308,22 +15008,23 @@
"RE",
"Reunion"
],
- "region": "Africa",
"subregion": "Eastern Africa",
+ "region": "Africa",
"population": 840974,
"latlng": [
-21.15,
55.5
],
"demonym": "French",
- "area": null,
- "gini": null,
"timezones": [
"UTC+04:00"
],
- "borders": [],
"nativeName": "La Réunion",
"numericCode": "638",
+ "flags": {
+ "svg": "https://flagcdn.com/re.svg",
+ "png": "https://flagcdn.com/w320/re.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -14340,23 +15041,23 @@
}
],
"translations": {
+ "br": "Reünion",
+ "pt": "Reunião",
+ "nl": "Réunion",
+ "hr": "Réunion",
+ "fa": "رئونیون",
"de": "Réunion",
"es": "Reunión",
"fr": "Réunion",
"ja": "レユニオン",
"it": "Riunione",
- "br": "Reunião",
- "pt": "Reunião",
- "nl": "Réunion",
- "hr": "Réunion",
- "fa": "رئونیون"
+ "hu": "Réunion"
},
- "flag": "https://restcountries.eu/data/reu.svg",
+ "flag": "https://flagcdn.com/re.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -14366,7 +15067,7 @@
]
}
],
- "cioc": ""
+ "independent": false
},
{
"name": "Romania",
@@ -14385,16 +15086,16 @@
"Roumania",
"România"
],
- "region": "Europe",
"subregion": "Eastern Europe",
- "population": 19861408,
+ "region": "Europe",
+ "population": 19286123,
"latlng": [
- 46.0,
- 25.0
+ 46,
+ 25
],
"demonym": "Romanian",
- "area": 238391.0,
- "gini": 30.0,
+ "area": 238391,
+ "gini": 35.8,
"timezones": [
"UTC+02:00"
],
@@ -14407,6 +15108,10 @@
],
"nativeName": "România",
"numericCode": "642",
+ "flags": {
+ "svg": "https://flagcdn.com/ro.svg",
+ "png": "https://flagcdn.com/w320/ro.png"
+ },
"currencies": [
{
"code": "RON",
@@ -14423,27 +15128,27 @@
}
],
"translations": {
+ "br": "Roumania",
+ "pt": "Roménia",
+ "nl": "Roemenië",
+ "hr": "Rumunjska",
+ "fa": "رومانی",
"de": "Rumänien",
"es": "Rumania",
"fr": "Roumanie",
"ja": "ルーマニア",
"it": "Romania",
- "br": "Romênia",
- "pt": "Roménia",
- "nl": "Roemenië",
- "hr": "Rumunjska",
- "fa": "رومانی"
+ "hu": "Románia"
},
- "flag": "https://restcountries.eu/data/rou.svg",
+ "flag": "https://flagcdn.com/ro.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "ROU"
+ "cioc": "ROU",
+ "independent": true
},
{
"name": "Russian Federation",
@@ -14463,16 +15168,16 @@
"Российская Федерация",
"Rossiyskaya Federatsiya"
],
- "region": "Europe",
"subregion": "Eastern Europe",
- "population": 146599183,
+ "region": "Europe",
+ "population": 144104080,
"latlng": [
- 60.0,
- 100.0
+ 60,
+ 100
],
"demonym": "Russian",
- "area": 1.7124442e7,
- "gini": 40.1,
+ "area": 17124442,
+ "gini": 37.5,
"timezones": [
"UTC+03:00",
"UTC+04:00",
@@ -14502,6 +15207,10 @@
],
"nativeName": "Россия",
"numericCode": "643",
+ "flags": {
+ "svg": "https://flagcdn.com/ru.svg",
+ "png": "https://flagcdn.com/w320/ru.png"
+ },
"currencies": [
{
"code": "RUB",
@@ -14518,29 +15227,30 @@
}
],
"translations": {
+ "br": "Rusia",
+ "pt": "Rússia",
+ "nl": "Rusland",
+ "hr": "Rusija",
+ "fa": "روسیه",
"de": "Russland",
"es": "Rusia",
"fr": "Russie",
"ja": "ロシア連邦",
"it": "Russia",
- "br": "Rússia",
- "pt": "Rússia",
- "nl": "Rusland",
- "hr": "Rusija",
- "fa": "روسیه"
+ "hu": "Oroszország"
},
- "flag": "https://restcountries.eu/data/rus.svg",
+ "flag": "https://flagcdn.com/ru.svg",
"regionalBlocs": [
{
"acronym": "EEU",
"name": "Eurasian Economic Union",
"otherAcronyms": [
"EAEU"
- ],
- "otherNames": []
+ ]
}
],
- "cioc": "RUS"
+ "cioc": "RUS",
+ "independent": true
},
{
"name": "Rwanda",
@@ -14559,16 +15269,16 @@
"Repubulika y'u Rwanda",
"République du Rwanda"
],
- "region": "Africa",
"subregion": "Eastern Africa",
- "population": 11553188,
+ "region": "Africa",
+ "population": 12952209,
"latlng": [
- -2.0,
- 30.0
+ -2,
+ 30
],
"demonym": "Rwandan",
- "area": 26338.0,
- "gini": 50.8,
+ "area": 26338,
+ "gini": 43.7,
"timezones": [
"UTC+02:00"
],
@@ -14580,6 +15290,10 @@
],
"nativeName": "Rwanda",
"numericCode": "646",
+ "flags": {
+ "svg": "https://flagcdn.com/rw.svg",
+ "png": "https://flagcdn.com/w320/rw.png"
+ },
"currencies": [
{
"code": "RWF",
@@ -14608,23 +15322,23 @@
}
],
"translations": {
+ "br": "Rwanda",
+ "pt": "Ruanda",
+ "nl": "Rwanda",
+ "hr": "Ruanda",
+ "fa": "رواندا",
"de": "Ruanda",
"es": "Ruanda",
"fr": "Rwanda",
"ja": "ルワンダ",
"it": "Ruanda",
- "br": "Ruanda",
- "pt": "Ruanda",
- "nl": "Rwanda",
- "hr": "Ruanda",
- "fa": "رواندا"
+ "hu": "Ruanda"
},
- "flag": "https://restcountries.eu/data/rwa.svg",
+ "flag": "https://flagcdn.com/rw.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -14634,7 +15348,8 @@
]
}
],
- "cioc": "RWA"
+ "cioc": "RWA",
+ "independent": true
},
{
"name": "Saint Barthélemy",
@@ -14653,22 +15368,24 @@
"Collectivity of Saint Barthélemy",
"Collectivité de Saint-Barthélemy"
],
- "region": "Americas",
"subregion": "Caribbean",
+ "region": "Americas",
"population": 9417,
"latlng": [
18.5,
-63.41666666
],
"demonym": "Saint Barthélemy Islander",
- "area": 21.0,
- "gini": null,
+ "area": 21,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Saint-Barthélemy",
"numericCode": "652",
+ "flags": {
+ "svg": "https://flagcdn.com/bl.svg",
+ "png": "https://flagcdn.com/w320/bl.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -14685,20 +15402,20 @@
}
],
"translations": {
+ "br": "Saint-Barthélemy",
+ "pt": "São Bartolomeu",
+ "nl": "Saint Barthélemy",
+ "hr": "Saint Barthélemy",
+ "fa": "سن-بارتلمی",
"de": "Saint-Barthélemy",
"es": "San Bartolomé",
"fr": "Saint-Barthélemy",
"ja": "サン・バルテルミー",
"it": "Antille Francesi",
- "br": "São Bartolomeu",
- "pt": "São Bartolomeu",
- "nl": "Saint Barthélemy",
- "hr": "Saint Barthélemy",
- "fa": "سن-بارتلمی"
+ "hu": "Saint-Barthélemy"
},
- "flag": "https://restcountries.eu/data/blm.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/bl.svg",
+ "independent": false
},
{
"name": "Saint Helena, Ascension and Tristan da Cunha",
@@ -14714,22 +15431,23 @@
"altSpellings": [
"SH"
],
- "region": "Africa",
"subregion": "Western Africa",
+ "region": "Africa",
"population": 4255,
"latlng": [
-15.95,
-5.7
],
"demonym": "Saint Helenian",
- "area": null,
- "gini": null,
"timezones": [
"UTC+00:00"
],
- "borders": [],
"nativeName": "Saint Helena",
"numericCode": "654",
+ "flags": {
+ "svg": "https://flagcdn.com/sh.svg",
+ "png": "https://flagcdn.com/w320/sh.png"
+ },
"currencies": [
{
"code": "SHP",
@@ -14746,23 +15464,23 @@
}
],
"translations": {
+ "br": "Saint Helena, Ascension ha Tristan da Cunha",
+ "pt": "Santa Helena",
+ "nl": "Sint-Helena",
+ "hr": "Sveta Helena",
+ "fa": "سنت هلنا، اسنشن و تریستان دا کونا",
"de": "Sankt Helena",
"es": "Santa Helena",
"fr": "Sainte-Hélène",
"ja": "セントヘレナ・アセンションおよびトリスタンダクーニャ",
"it": "Sant'Elena",
- "br": "Santa Helena",
- "pt": "Santa Helena",
- "nl": "Sint-Helena",
- "hr": "Sveta Helena",
- "fa": "سنت هلنا، اسنشن و تریستان دا کونا"
+ "hu": "Szent Ilona"
},
- "flag": "https://restcountries.eu/data/shn.svg",
+ "flag": "https://flagcdn.com/sh.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -14772,7 +15490,7 @@
]
}
],
- "cioc": null
+ "independent": false
},
{
"name": "Saint Kitts and Nevis",
@@ -14782,29 +15500,31 @@
"alpha2Code": "KN",
"alpha3Code": "KNA",
"callingCodes": [
- "1869"
+ "1"
],
"capital": "Basseterre",
"altSpellings": [
"KN",
"Federation of Saint Christopher and Nevis"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 46204,
+ "region": "Americas",
+ "population": 53192,
"latlng": [
17.33333333,
-62.75
],
"demonym": "Kittian and Nevisian",
- "area": 261.0,
- "gini": null,
+ "area": 261,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Saint Kitts and Nevis",
"numericCode": "659",
+ "flags": {
+ "svg": "https://flagcdn.com/kn.svg",
+ "png": "https://flagcdn.com/w320/kn.png"
+ },
"currencies": [
{
"code": "XCD",
@@ -14821,23 +15541,23 @@
}
],
"translations": {
+ "br": "Saint Kitts ha Nevis",
+ "pt": "São Cristóvão e Neves",
+ "nl": "Saint Kitts en Nevis",
+ "hr": "Sveti Kristof i Nevis",
+ "fa": "سنت کیتس و نویس",
"de": "St. Kitts und Nevis",
"es": "San Cristóbal y Nieves",
"fr": "Saint-Christophe-et-Niévès",
"ja": "セントクリストファー・ネイビス",
"it": "Saint Kitts e Nevis",
- "br": "São Cristóvão e Neves",
- "pt": "São Cristóvão e Neves",
- "nl": "Saint Kitts en Nevis",
- "hr": "Sveti Kristof i Nevis",
- "fa": "سنت کیتس و نویس"
+ "hu": "Saint Kitts és Nevis"
},
- "flag": "https://restcountries.eu/data/kna.svg",
+ "flag": "https://flagcdn.com/kn.svg",
"regionalBlocs": [
{
"acronym": "CARICOM",
"name": "Caribbean Community",
- "otherAcronyms": [],
"otherNames": [
"Comunidad del Caribe",
"Communauté Caribéenne",
@@ -14845,7 +15565,8 @@
]
}
],
- "cioc": "SKN"
+ "cioc": "SKN",
+ "independent": true
},
{
"name": "Saint Lucia",
@@ -14855,28 +15576,31 @@
"alpha2Code": "LC",
"alpha3Code": "LCA",
"callingCodes": [
- "1758"
+ "1"
],
"capital": "Castries",
"altSpellings": [
"LC"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 186000,
+ "region": "Americas",
+ "population": 183629,
"latlng": [
13.88333333,
-60.96666666
],
"demonym": "Saint Lucian",
- "area": 616.0,
- "gini": 42.6,
+ "area": 616,
+ "gini": 51.2,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Saint Lucia",
"numericCode": "662",
+ "flags": {
+ "svg": "https://flagcdn.com/lc.svg",
+ "png": "https://flagcdn.com/w320/lc.png"
+ },
"currencies": [
{
"code": "XCD",
@@ -14893,23 +15617,23 @@
}
],
"translations": {
+ "br": "Santez-Lusia",
+ "pt": "Santa Lúcia",
+ "nl": "Saint Lucia",
+ "hr": "Sveta Lucija",
+ "fa": "سنت لوسیا",
"de": "Saint Lucia",
"es": "Santa Lucía",
"fr": "Saint-Lucie",
"ja": "セントルシア",
"it": "Santa Lucia",
- "br": "Santa Lúcia",
- "pt": "Santa Lúcia",
- "nl": "Saint Lucia",
- "hr": "Sveta Lucija",
- "fa": "سنت لوسیا"
+ "hu": "Saint Lucia"
},
- "flag": "https://restcountries.eu/data/lca.svg",
+ "flag": "https://flagcdn.com/lc.svg",
"regionalBlocs": [
{
"acronym": "CARICOM",
"name": "Caribbean Community",
- "otherAcronyms": [],
"otherNames": [
"Comunidad del Caribe",
"Communauté Caribéenne",
@@ -14917,7 +15641,8 @@
]
}
],
- "cioc": "LCA"
+ "cioc": "LCA",
+ "independent": true
},
{
"name": "Saint Martin (French part)",
@@ -14937,16 +15662,15 @@
"Collectivity of Saint Martin",
"Collectivité de Saint-Martin"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 36979,
+ "region": "Americas",
+ "population": 38659,
"latlng": [
18.08333333,
-63.95
],
"demonym": "Saint Martin Islander",
- "area": 53.0,
- "gini": null,
+ "area": 53,
"timezones": [
"UTC-04:00"
],
@@ -14956,6 +15680,10 @@
],
"nativeName": "Saint-Martin",
"numericCode": "663",
+ "flags": {
+ "svg": "https://flagcdn.com/mf.svg",
+ "png": "https://flagcdn.com/w320/mf.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -14984,20 +15712,20 @@
}
],
"translations": {
+ "br": "Saint-Martin",
+ "pt": "Ilha São Martinho",
+ "nl": "Saint-Martin",
+ "hr": "Sveti Martin",
+ "fa": "سینت مارتن",
"de": "Saint Martin",
"es": "Saint Martin",
"fr": "Saint-Martin",
"ja": "サン・マルタン(フランス領)",
"it": "Saint Martin",
- "br": "Saint Martin",
- "pt": "Ilha São Martinho",
- "nl": "Saint-Martin",
- "hr": "Sveti Martin",
- "fa": "سینت مارتن"
+ "hu": "Saint-Martin"
},
- "flag": "https://restcountries.eu/data/maf.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/mf.svg",
+ "independent": false
},
{
"name": "Saint Pierre and Miquelon",
@@ -15014,22 +15742,24 @@
"PM",
"Collectivité territoriale de Saint-Pierre-et-Miquelon"
],
- "region": "Americas",
"subregion": "Northern America",
+ "region": "Americas",
"population": 6069,
"latlng": [
46.83333333,
-56.33333333
],
"demonym": "French",
- "area": 242.0,
- "gini": null,
+ "area": 242,
"timezones": [
"UTC-03:00"
],
- "borders": [],
"nativeName": "Saint-Pierre-et-Miquelon",
"numericCode": "666",
+ "flags": {
+ "svg": "https://flagcdn.com/pm.svg",
+ "png": "https://flagcdn.com/w320/pm.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -15046,20 +15776,20 @@
}
],
"translations": {
+ "br": "Sant-Pêr-ha-Mikelon",
+ "pt": "São Pedro e Miquelon",
+ "nl": "Saint Pierre en Miquelon",
+ "hr": "Sveti Petar i Mikelon",
+ "fa": "سن پیر و میکلن",
"de": "Saint-Pierre und Miquelon",
"es": "San Pedro y Miquelón",
"fr": "Saint-Pierre-et-Miquelon",
"ja": "サンピエール島・ミクロン島",
"it": "Saint-Pierre e Miquelon",
- "br": "Saint-Pierre e Miquelon",
- "pt": "São Pedro e Miquelon",
- "nl": "Saint Pierre en Miquelon",
- "hr": "Sveti Petar i Mikelon",
- "fa": "سن پیر و میکلن"
+ "hu": "Saint-Pierre és Miquelon"
},
- "flag": "https://restcountries.eu/data/spm.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/pm.svg",
+ "independent": false
},
{
"name": "Saint Vincent and the Grenadines",
@@ -15069,28 +15799,30 @@
"alpha2Code": "VC",
"alpha3Code": "VCT",
"callingCodes": [
- "1784"
+ "1"
],
"capital": "Kingstown",
"altSpellings": [
"VC"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 109991,
+ "region": "Americas",
+ "population": 110947,
"latlng": [
13.25,
-61.2
],
"demonym": "Saint Vincentian",
- "area": 389.0,
- "gini": null,
+ "area": 389,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Saint Vincent and the Grenadines",
"numericCode": "670",
+ "flags": {
+ "svg": "https://flagcdn.com/vc.svg",
+ "png": "https://flagcdn.com/w320/vc.png"
+ },
"currencies": [
{
"code": "XCD",
@@ -15107,23 +15839,23 @@
}
],
"translations": {
+ "br": "Sant-Visant hag ar Grenadinez",
+ "pt": "São Vicente e Granadinas",
+ "nl": "Saint Vincent en de Grenadines",
+ "hr": "Sveti Vincent i Grenadini",
+ "fa": "سنت وینسنت و گرنادینها",
"de": "Saint Vincent und die Grenadinen",
"es": "San Vicente y Granadinas",
"fr": "Saint-Vincent-et-les-Grenadines",
"ja": "セントビンセントおよびグレナディーン諸島",
"it": "Saint Vincent e Grenadine",
- "br": "São Vicente e Granadinas",
- "pt": "São Vicente e Granadinas",
- "nl": "Saint Vincent en de Grenadines",
- "hr": "Sveti Vincent i Grenadini",
- "fa": "سنت وینسنت و گرنادینها"
+ "hu": "Saint Vincent és a Grenadine-szigetek"
},
- "flag": "https://restcountries.eu/data/vct.svg",
+ "flag": "https://flagcdn.com/vc.svg",
"regionalBlocs": [
{
"acronym": "CARICOM",
"name": "Caribbean Community",
- "otherAcronyms": [],
"otherNames": [
"Comunidad del Caribe",
"Communauté Caribéenne",
@@ -15131,7 +15863,8 @@
]
}
],
- "cioc": "VIN"
+ "cioc": "VIN",
+ "independent": true
},
{
"name": "Samoa",
@@ -15149,22 +15882,25 @@
"Independent State of Samoa",
"Malo Saʻoloto Tutoʻatasi o Sāmoa"
],
- "region": "Oceania",
"subregion": "Polynesia",
- "population": 194899,
+ "region": "Oceania",
+ "population": 198410,
"latlng": [
-13.58333333,
-172.33333333
],
"demonym": "Samoan",
- "area": 2842.0,
- "gini": null,
+ "area": 2842,
+ "gini": 38.7,
"timezones": [
"UTC+13:00"
],
- "borders": [],
"nativeName": "Samoa",
"numericCode": "882",
+ "flags": {
+ "svg": "https://flagcdn.com/ws.svg",
+ "png": "https://flagcdn.com/w320/ws.png"
+ },
"currencies": [
{
"code": "WST",
@@ -15187,20 +15923,21 @@
}
],
"translations": {
+ "br": "Samoa",
+ "pt": "Samoa",
+ "nl": "Samoa",
+ "hr": "Samoa",
+ "fa": "ساموآ",
"de": "Samoa",
"es": "Samoa",
"fr": "Samoa",
"ja": "サモア",
"it": "Samoa",
- "br": "Samoa",
- "pt": "Samoa",
- "nl": "Samoa",
- "hr": "Samoa",
- "fa": "ساموآ"
+ "hu": "Szamoa"
},
- "flag": "https://restcountries.eu/data/wsm.svg",
- "regionalBlocs": [],
- "cioc": "SAM"
+ "flag": "https://flagcdn.com/ws.svg",
+ "cioc": "SAM",
+ "independent": true
},
{
"name": "San Marino",
@@ -15218,16 +15955,15 @@
"Republic of San Marino",
"Repubblica di San Marino"
],
- "region": "Europe",
"subregion": "Southern Europe",
- "population": 33005,
+ "region": "Europe",
+ "population": 33938,
"latlng": [
43.76666666,
12.41666666
],
"demonym": "Sammarinese",
- "area": 61.0,
- "gini": null,
+ "area": 61,
"timezones": [
"UTC+01:00"
],
@@ -15236,6 +15972,10 @@
],
"nativeName": "San Marino",
"numericCode": "674",
+ "flags": {
+ "svg": "https://flagcdn.com/sm.svg",
+ "png": "https://flagcdn.com/w320/sm.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -15252,20 +15992,21 @@
}
],
"translations": {
+ "br": "San Marino",
+ "pt": "São Marinho",
+ "nl": "San Marino",
+ "hr": "San Marino",
+ "fa": "سان مارینو",
"de": "San Marino",
"es": "San Marino",
"fr": "Saint-Marin",
"ja": "サンマリノ",
"it": "San Marino",
- "br": "San Marino",
- "pt": "São Marinho",
- "nl": "San Marino",
- "hr": "San Marino",
- "fa": "سان مارینو"
+ "hu": "San Marino"
},
- "flag": "https://restcountries.eu/data/smr.svg",
- "regionalBlocs": [],
- "cioc": "SMR"
+ "flag": "https://flagcdn.com/sm.svg",
+ "cioc": "SMR",
+ "independent": true
},
{
"name": "Sao Tome and Principe",
@@ -15283,22 +16024,25 @@
"Democratic Republic of São Tomé and Príncipe",
"República Democrática de São Tomé e Príncipe"
],
- "region": "Africa",
"subregion": "Middle Africa",
- "population": 187356,
+ "region": "Africa",
+ "population": 219161,
"latlng": [
- 1.0,
- 7.0
+ 1,
+ 7
],
"demonym": "Sao Tomean",
- "area": 964.0,
- "gini": 50.8,
+ "area": 964,
+ "gini": 56.3,
"timezones": [
"UTC"
],
- "borders": [],
"nativeName": "São Tomé e Príncipe",
"numericCode": "678",
+ "flags": {
+ "svg": "https://flagcdn.com/st.svg",
+ "png": "https://flagcdn.com/w320/st.png"
+ },
"currencies": [
{
"code": "STD",
@@ -15315,23 +16059,23 @@
}
],
"translations": {
+ "br": "São Tomé ha Príncipe",
+ "pt": "São Tomé e Príncipe",
+ "nl": "Sao Tomé en Principe",
+ "hr": "Sveti Toma i Princip",
+ "fa": "کواترو دو فرویرو",
"de": "São Tomé und Príncipe",
"es": "Santo Tomé y Príncipe",
"fr": "Sao Tomé-et-Principe",
"ja": "サントメ・プリンシペ",
"it": "São Tomé e Príncipe",
- "br": "São Tomé e Príncipe",
- "pt": "São Tomé e Príncipe",
- "nl": "Sao Tomé en Principe",
- "hr": "Sveti Toma i Princip",
- "fa": "کواترو دو فرویرو"
+ "hu": "São Tomé és Príncipe"
},
- "flag": "https://restcountries.eu/data/stp.svg",
+ "flag": "https://flagcdn.com/st.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -15341,7 +16085,8 @@
]
}
],
- "cioc": "STP"
+ "cioc": "STP",
+ "independent": true
},
{
"name": "Saudi Arabia",
@@ -15359,16 +16104,15 @@
"Kingdom of Saudi Arabia",
"Al-Mamlakah al-‘Arabiyyah as-Su‘ūdiyyah"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 32248200,
+ "region": "Asia",
+ "population": 34813867,
"latlng": [
- 25.0,
- 45.0
+ 25,
+ 45
],
"demonym": "Saudi Arabian",
- "area": 2149690.0,
- "gini": null,
+ "area": 2149690,
"timezones": [
"UTC+03:00"
],
@@ -15383,6 +16127,10 @@
],
"nativeName": "العربية السعودية",
"numericCode": "682",
+ "flags": {
+ "svg": "https://flagcdn.com/sa.svg",
+ "png": "https://flagcdn.com/w320/sa.png"
+ },
"currencies": [
{
"code": "SAR",
@@ -15399,23 +16147,23 @@
}
],
"translations": {
+ "br": "Arabia Saoudat",
+ "pt": "Arábia Saudita",
+ "nl": "Saoedi-Arabië",
+ "hr": "Saudijska Arabija",
+ "fa": "عربستان سعودی",
"de": "Saudi-Arabien",
"es": "Arabia Saudí",
"fr": "Arabie Saoudite",
"ja": "サウジアラビア",
"it": "Arabia Saudita",
- "br": "Arábia Saudita",
- "pt": "Arábia Saudita",
- "nl": "Saoedi-Arabië",
- "hr": "Saudijska Arabija",
- "fa": "عربستان سعودی"
+ "hu": "Szaúd-Arábia"
},
- "flag": "https://restcountries.eu/data/sau.svg",
+ "flag": "https://flagcdn.com/sa.svg",
"regionalBlocs": [
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -15423,7 +16171,8 @@
]
}
],
- "cioc": "KSA"
+ "cioc": "KSA",
+ "independent": true
},
{
"name": "Senegal",
@@ -15441,16 +16190,16 @@
"Republic of Senegal",
"République du Sénégal"
],
- "region": "Africa",
"subregion": "Western Africa",
- "population": 14799859,
+ "region": "Africa",
+ "population": 16743930,
"latlng": [
- 14.0,
- -14.0
+ 14,
+ -14
],
"demonym": "Senegalese",
- "area": 196722.0,
- "gini": 39.2,
+ "area": 196722,
+ "gini": 40.3,
"timezones": [
"UTC"
],
@@ -15463,6 +16212,10 @@
],
"nativeName": "Sénégal",
"numericCode": "686",
+ "flags": {
+ "svg": "https://flagcdn.com/sn.svg",
+ "png": "https://flagcdn.com/w320/sn.png"
+ },
"currencies": [
{
"code": "XOF",
@@ -15479,23 +16232,23 @@
}
],
"translations": {
+ "br": "Senegal",
+ "pt": "Senegal",
+ "nl": "Senegal",
+ "hr": "Senegal",
+ "fa": "سنگال",
"de": "Senegal",
"es": "Senegal",
"fr": "Sénégal",
"ja": "セネガル",
"it": "Senegal",
- "br": "Senegal",
- "pt": "Senegal",
- "nl": "Senegal",
- "hr": "Senegal",
- "fa": "سنگال"
+ "hu": "Szenegál"
},
- "flag": "https://restcountries.eu/data/sen.svg",
+ "flag": "https://flagcdn.com/sn.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -15505,7 +16258,8 @@
]
}
],
- "cioc": "SEN"
+ "cioc": "SEN",
+ "independent": true
},
{
"name": "Serbia",
@@ -15525,16 +16279,16 @@
"Република Србија",
"Republika Srbija"
],
- "region": "Europe",
"subregion": "Southern Europe",
- "population": 7076372,
+ "region": "Europe",
+ "population": 6908224,
"latlng": [
- 44.0,
- 21.0
+ 44,
+ 21
],
"demonym": "Serbian",
- "area": 88361.0,
- "gini": 27.8,
+ "area": 88361,
+ "gini": 36.2,
"timezones": [
"UTC+01:00"
],
@@ -15543,13 +16297,17 @@
"BGR",
"HRV",
"HUN",
- "KOS",
+ "UNK",
"MKD",
"MNE",
"ROU"
],
"nativeName": "Србија",
"numericCode": "688",
+ "flags": {
+ "svg": "https://flagcdn.com/rs.svg",
+ "png": "https://flagcdn.com/w320/rs.png"
+ },
"currencies": [
{
"code": "RSD",
@@ -15566,27 +16324,27 @@
}
],
"translations": {
+ "br": "Serbia",
+ "pt": "Sérvia",
+ "nl": "Servië",
+ "hr": "Srbija",
+ "fa": "صربستان",
"de": "Serbien",
"es": "Serbia",
"fr": "Serbie",
"ja": "セルビア",
"it": "Serbia",
- "br": "Sérvia",
- "pt": "Sérvia",
- "nl": "Servië",
- "hr": "Srbija",
- "fa": "صربستان"
+ "hu": "Szerbia"
},
- "flag": "https://restcountries.eu/data/srb.svg",
+ "flag": "https://flagcdn.com/rs.svg",
"regionalBlocs": [
{
"acronym": "CEFTA",
- "name": "Central European Free Trade Agreement",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Central European Free Trade Agreement"
}
],
- "cioc": "SRB"
+ "cioc": "SRB",
+ "independent": true
},
{
"name": "Seychelles",
@@ -15605,22 +16363,25 @@
"Repiblik Sesel",
"République des Seychelles"
],
- "region": "Africa",
"subregion": "Eastern Africa",
- "population": 91400,
+ "region": "Africa",
+ "population": 98462,
"latlng": [
-4.58333333,
55.66666666
],
"demonym": "Seychellois",
- "area": 452.0,
- "gini": 65.8,
+ "area": 452,
+ "gini": 32.1,
"timezones": [
"UTC+04:00"
],
- "borders": [],
"nativeName": "Seychelles",
"numericCode": "690",
+ "flags": {
+ "svg": "https://flagcdn.com/sc.svg",
+ "png": "https://flagcdn.com/w320/sc.png"
+ },
"currencies": [
{
"code": "SCR",
@@ -15643,23 +16404,23 @@
}
],
"translations": {
+ "br": "Sechelez",
+ "pt": "Seicheles",
+ "nl": "Seychellen",
+ "hr": "Sejšeli",
+ "fa": "سیشل",
"de": "Seychellen",
"es": "Seychelles",
"fr": "Seychelles",
"ja": "セーシェル",
"it": "Seychelles",
- "br": "Seicheles",
- "pt": "Seicheles",
- "nl": "Seychellen",
- "hr": "Sejšeli",
- "fa": "سیشل"
+ "hu": "Seychelle-szigetek"
},
- "flag": "https://restcountries.eu/data/syc.svg",
+ "flag": "https://flagcdn.com/sc.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -15669,7 +16430,8 @@
]
}
],
- "cioc": "SEY"
+ "cioc": "SEY",
+ "independent": true
},
{
"name": "Sierra Leone",
@@ -15686,16 +16448,16 @@
"SL",
"Republic of Sierra Leone"
],
- "region": "Africa",
"subregion": "Western Africa",
- "population": 7075641,
+ "region": "Africa",
+ "population": 7976985,
"latlng": [
8.5,
-11.5
],
"demonym": "Sierra Leonean",
- "area": 71740.0,
- "gini": 42.5,
+ "area": 71740,
+ "gini": 35.7,
"timezones": [
"UTC"
],
@@ -15705,6 +16467,10 @@
],
"nativeName": "Sierra Leone",
"numericCode": "694",
+ "flags": {
+ "svg": "https://flagcdn.com/sl.svg",
+ "png": "https://flagcdn.com/w320/sl.png"
+ },
"currencies": [
{
"code": "SLL",
@@ -15721,23 +16487,23 @@
}
],
"translations": {
+ "br": "Sierra Leone",
+ "pt": "Serra Leoa",
+ "nl": "Sierra Leone",
+ "hr": "Sijera Leone",
+ "fa": "سیرالئون",
"de": "Sierra Leone",
"es": "Sierra Leone",
"fr": "Sierra Leone",
"ja": "シエラレオネ",
"it": "Sierra Leone",
- "br": "Serra Leoa",
- "pt": "Serra Leoa",
- "nl": "Sierra Leone",
- "hr": "Sijera Leone",
- "fa": "سیرالئون"
+ "hu": "Sierra Leone"
},
- "flag": "https://restcountries.eu/data/sle.svg",
+ "flag": "https://flagcdn.com/sl.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -15747,7 +16513,8 @@
]
}
],
- "cioc": "SLE"
+ "cioc": "SLE",
+ "independent": true
},
{
"name": "Singapore",
@@ -15766,28 +16533,25 @@
"Republik Singapura",
"新加坡共和国"
],
- "region": "Asia",
"subregion": "South-Eastern Asia",
- "population": 5535000,
+ "region": "Asia",
+ "population": 5685807,
"latlng": [
1.36666666,
103.8
],
"demonym": "Singaporean",
- "area": 710.0,
- "gini": 48.1,
+ "area": 710,
"timezones": [
"UTC+08:00"
],
- "borders": [],
"nativeName": "Singapore",
"numericCode": "702",
+ "flags": {
+ "svg": "https://flagcdn.com/sg.svg",
+ "png": "https://flagcdn.com/w320/sg.png"
+ },
"currencies": [
- {
- "code": "BND",
- "name": "Brunei dollar",
- "symbol": "$"
- },
{
"code": "SGD",
"name": "Singapore dollar",
@@ -15821,27 +16585,27 @@
}
],
"translations": {
+ "br": "Singapour",
+ "pt": "Singapura",
+ "nl": "Singapore",
+ "hr": "Singapur",
+ "fa": "سنگاپور",
"de": "Singapur",
"es": "Singapur",
"fr": "Singapour",
"ja": "シンガポール",
"it": "Singapore",
- "br": "Singapura",
- "pt": "Singapura",
- "nl": "Singapore",
- "hr": "Singapur",
- "fa": "سنگاپور"
+ "hu": "Szingapúr"
},
- "flag": "https://restcountries.eu/data/sgp.svg",
+ "flag": "https://flagcdn.com/sg.svg",
"regionalBlocs": [
{
"acronym": "ASEAN",
- "name": "Association of Southeast Asian Nations",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Association of Southeast Asian Nations"
}
],
- "cioc": "SIN"
+ "cioc": "SIN",
+ "independent": true
},
{
"name": "Sint Maarten (Dutch part)",
@@ -15851,22 +16615,21 @@
"alpha2Code": "SX",
"alpha3Code": "SXM",
"callingCodes": [
- "1721"
+ "1"
],
"capital": "Philipsburg",
"altSpellings": [
"SX"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 38247,
+ "region": "Americas",
+ "population": 40812,
"latlng": [
18.033333,
-63.05
],
"demonym": "Dutch",
- "area": 34.0,
- "gini": null,
+ "area": 34,
"timezones": [
"UTC-04:00"
],
@@ -15875,6 +16638,10 @@
],
"nativeName": "Sint Maarten",
"numericCode": "534",
+ "flags": {
+ "svg": "https://flagcdn.com/sx.svg",
+ "png": "https://flagcdn.com/w320/sx.png"
+ },
"currencies": [
{
"code": "ANG",
@@ -15897,20 +16664,20 @@
}
],
"translations": {
- "de": "Sint Maarten (niederl. Teil)",
- "es": null,
- "fr": "Saint Martin (partie néerlandaise)",
- "ja": null,
- "it": "Saint Martin (parte olandese)",
"br": "Sint Maarten",
"pt": "São Martinho",
"nl": "Sint Maarten",
- "hr": null,
- "fa": "سینت مارتن"
+ "hr": "Sint Maarten (Dutch part)",
+ "fa": "سینت مارتن",
+ "de": "Sint Maarten (niederl. Teil)",
+ "es": "Sint Maarten (Dutch part)",
+ "fr": "Saint Martin (partie néerlandaise)",
+ "ja": "Sint Maarten (Dutch part)",
+ "it": "Saint Martin (parte olandese)",
+ "hu": "Sint Maarten"
},
- "flag": "https://restcountries.eu/data/sxm.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/sx.svg",
+ "independent": false
},
{
"name": "Slovakia",
@@ -15928,16 +16695,16 @@
"Slovak Republic",
"Slovenská republika"
],
+ "subregion": "Central Europe",
"region": "Europe",
- "subregion": "Eastern Europe",
- "population": 5426252,
+ "population": 5458827,
"latlng": [
48.66666666,
19.5
],
"demonym": "Slovak",
- "area": 49037.0,
- "gini": 26.0,
+ "area": 49037,
+ "gini": 25,
"timezones": [
"UTC+01:00"
],
@@ -15950,6 +16717,10 @@
],
"nativeName": "Slovensko",
"numericCode": "703",
+ "flags": {
+ "svg": "https://flagcdn.com/sk.svg",
+ "png": "https://flagcdn.com/w320/sk.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -15966,27 +16737,27 @@
}
],
"translations": {
+ "br": "Slovakia",
+ "pt": "Eslováquia",
+ "nl": "Slowakije",
+ "hr": "Slovačka",
+ "fa": "اسلواکی",
"de": "Slowakei",
"es": "República Eslovaca",
"fr": "Slovaquie",
"ja": "スロバキア",
"it": "Slovacchia",
- "br": "Eslováquia",
- "pt": "Eslováquia",
- "nl": "Slowakije",
- "hr": "Slovačka",
- "fa": "اسلواکی"
+ "hu": "Szlovákia"
},
- "flag": "https://restcountries.eu/data/svk.svg",
+ "flag": "https://flagcdn.com/sk.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "SVK"
+ "cioc": "SVK",
+ "independent": true
},
{
"name": "Slovenia",
@@ -16004,16 +16775,16 @@
"Republic of Slovenia",
"Republika Slovenija"
],
- "region": "Europe",
"subregion": "Southern Europe",
- "population": 2064188,
+ "region": "Europe",
+ "population": 2100126,
"latlng": [
46.11666666,
14.81666666
],
"demonym": "Slovene",
- "area": 20273.0,
- "gini": 31.2,
+ "area": 20273,
+ "gini": 24.6,
"timezones": [
"UTC+01:00"
],
@@ -16025,6 +16796,10 @@
],
"nativeName": "Slovenija",
"numericCode": "705",
+ "flags": {
+ "svg": "https://flagcdn.com/si.svg",
+ "png": "https://flagcdn.com/w320/si.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -16041,27 +16816,27 @@
}
],
"translations": {
+ "br": "Slovenia",
+ "pt": "Eslovénia",
+ "nl": "Slovenië",
+ "hr": "Slovenija",
+ "fa": "اسلوونی",
"de": "Slowenien",
"es": "Eslovenia",
"fr": "Slovénie",
"ja": "スロベニア",
"it": "Slovenia",
- "br": "Eslovênia",
- "pt": "Eslovénia",
- "nl": "Slovenië",
- "hr": "Slovenija",
- "fa": "اسلوونی"
+ "hu": "Szlovénia"
},
- "flag": "https://restcountries.eu/data/svn.svg",
+ "flag": "https://flagcdn.com/si.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "SLO"
+ "cioc": "SLO",
+ "independent": true
},
{
"name": "Solomon Islands",
@@ -16077,22 +16852,25 @@
"altSpellings": [
"SB"
],
- "region": "Oceania",
"subregion": "Melanesia",
- "population": 642000,
+ "region": "Oceania",
+ "population": 686878,
"latlng": [
- -8.0,
- 159.0
+ -8,
+ 159
],
"demonym": "Solomon Islander",
- "area": 28896.0,
- "gini": null,
+ "area": 28896,
+ "gini": 37.1,
"timezones": [
"UTC+11:00"
],
- "borders": [],
"nativeName": "Solomon Islands",
"numericCode": "090",
+ "flags": {
+ "svg": "https://flagcdn.com/sb.svg",
+ "png": "https://flagcdn.com/w320/sb.png"
+ },
"currencies": [
{
"code": "SBD",
@@ -16109,20 +16887,21 @@
}
],
"translations": {
+ "br": "Inizi Salomon",
+ "pt": "Ilhas Salomão",
+ "nl": "Salomonseilanden",
+ "hr": "Solomonski Otoci",
+ "fa": "جزایر سلیمان",
"de": "Salomonen",
"es": "Islas Salomón",
"fr": "Îles Salomon",
"ja": "ソロモン諸島",
"it": "Isole Salomone",
- "br": "Ilhas Salomão",
- "pt": "Ilhas Salomão",
- "nl": "Salomonseilanden",
- "hr": "Solomonski Otoci",
- "fa": "جزایر سلیمان"
+ "hu": "Salamon-szigetek"
},
- "flag": "https://restcountries.eu/data/slb.svg",
- "regionalBlocs": [],
- "cioc": "SOL"
+ "flag": "https://flagcdn.com/sb.svg",
+ "cioc": "SOL",
+ "independent": true
},
{
"name": "Somalia",
@@ -16142,16 +16921,16 @@
"Jamhuuriyadda Federaalka Soomaaliya",
"Jumhūriyyat aṣ-Ṣūmāl al-Fiderāliyya"
],
- "region": "Africa",
"subregion": "Eastern Africa",
- "population": 11079000,
+ "region": "Africa",
+ "population": 15893219,
"latlng": [
- 10.0,
- 49.0
+ 10,
+ 49
],
"demonym": "Somali",
- "area": 637657.0,
- "gini": null,
+ "area": 637657,
+ "gini": 36.8,
"timezones": [
"UTC+03:00"
],
@@ -16162,6 +16941,10 @@
],
"nativeName": "Soomaaliya",
"numericCode": "706",
+ "flags": {
+ "svg": "https://flagcdn.com/so.svg",
+ "png": "https://flagcdn.com/w320/so.png"
+ },
"currencies": [
{
"code": "SOS",
@@ -16184,23 +16967,23 @@
}
],
"translations": {
+ "br": "Somalia",
+ "pt": "Somália",
+ "nl": "Somalië",
+ "hr": "Somalija",
+ "fa": "سومالی",
"de": "Somalia",
"es": "Somalia",
"fr": "Somalie",
"ja": "ソマリア",
"it": "Somalia",
- "br": "Somália",
- "pt": "Somália",
- "nl": "Somalië",
- "hr": "Somalija",
- "fa": "سومالی"
+ "hu": "Szomália"
},
- "flag": "https://restcountries.eu/data/som.svg",
+ "flag": "https://flagcdn.com/so.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -16212,7 +16995,6 @@
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -16220,7 +17002,8 @@
]
}
],
- "cioc": "SOM"
+ "cioc": "SOM",
+ "independent": true
},
{
"name": "South Africa",
@@ -16239,16 +17022,16 @@
"Suid-Afrika",
"Republic of South Africa"
],
- "region": "Africa",
"subregion": "Southern Africa",
- "population": 55653654,
+ "region": "Africa",
+ "population": 59308690,
"latlng": [
- -29.0,
- 24.0
+ -29,
+ 24
],
"demonym": "South African",
- "area": 1221037.0,
- "gini": 63.1,
+ "area": 1221037,
+ "gini": 63,
"timezones": [
"UTC+02:00"
],
@@ -16262,6 +17045,10 @@
],
"nativeName": "South Africa",
"numericCode": "710",
+ "flags": {
+ "svg": "https://flagcdn.com/za.svg",
+ "png": "https://flagcdn.com/w320/za.png"
+ },
"currencies": [
{
"code": "ZAR",
@@ -16332,23 +17119,23 @@
}
],
"translations": {
+ "br": "Suafrika",
+ "pt": "República Sul-Africana",
+ "nl": "Zuid-Afrika",
+ "hr": "Južnoafrička Republika",
+ "fa": "آفریقای جنوبی",
"de": "Republik Südafrika",
"es": "República de Sudáfrica",
"fr": "Afrique du Sud",
"ja": "南アフリカ",
"it": "Sud Africa",
- "br": "República Sul-Africana",
- "pt": "República Sul-Africana",
- "nl": "Zuid-Afrika",
- "hr": "Južnoafrička Republika",
- "fa": "آفریقای جنوبی"
+ "hu": "Dél-afrikai Köztársaság"
},
- "flag": "https://restcountries.eu/data/zaf.svg",
+ "flag": "https://flagcdn.com/za.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -16358,7 +17145,8 @@
]
}
],
- "cioc": "RSA"
+ "cioc": "RSA",
+ "independent": true
},
{
"name": "South Georgia and the South Sandwich Islands",
@@ -16375,31 +17163,27 @@
"GS",
"South Georgia and the South Sandwich Islands"
],
- "region": "Americas",
"subregion": "South America",
+ "region": "Americas",
"population": 30,
"latlng": [
-54.5,
- -37.0
+ -37
],
"demonym": "South Georgia and the South Sandwich Islander",
- "area": null,
- "gini": null,
"timezones": [
"UTC-02:00"
],
- "borders": [],
"nativeName": "South Georgia",
"numericCode": "239",
+ "flags": {
+ "svg": "https://flagcdn.com/gs.svg",
+ "png": "https://flagcdn.com/w320/gs.png"
+ },
"currencies": [
{
- "code": "GBP",
- "name": "British pound",
- "symbol": "£"
- },
- {
- "code": "(none)",
- "name": null,
+ "code": "FKP",
+ "name": "Falkland Islands Pound",
"symbol": "£"
}
],
@@ -16412,18 +17196,19 @@
}
],
"translations": {
+ "br": "Georgia ar Su hag Inizi Sandwich ar Su",
+ "pt": "Ilhas Geórgia do Sul e Sanduíche do Sul",
+ "nl": "Zuid-Georgia en Zuidelijke Sandwicheilanden",
+ "hr": "Južna Georgija i otočje Južni Sandwich",
+ "fa": "جزایر جورجیای جنوبی و ساندویچ جنوبی",
"de": "Südgeorgien und die Südlichen Sandwichinseln",
"es": "Islas Georgias del Sur y Sandwich del Sur",
"fr": "Géorgie du Sud-et-les Îles Sandwich du Sud",
"ja": "サウスジョージア・サウスサンドウィッチ諸島",
"it": "Georgia del Sud e Isole Sandwich Meridionali",
- "br": "Ilhas Geórgias do Sul e Sandwich do Sul",
- "pt": "Ilhas Geórgia do Sul e Sanduíche do Sul",
- "nl": "Zuid-Georgia en Zuidelijke Sandwicheilanden",
- "hr": "Južna Georgija i otočje Južni Sandwich",
- "fa": "جزایر جورجیای جنوبی و ساندویچ جنوبی"
+ "hu": "Déli-Georgia és Déli-Sandwich-szigetek"
},
- "flag": "https://restcountries.eu/data/sgs.svg",
+ "flag": "https://flagcdn.com/gs.svg",
"regionalBlocs": [
{
"acronym": "USAN",
@@ -16441,7 +17226,7 @@
]
}
],
- "cioc": ""
+ "independent": false
},
{
"name": "Korea (Republic of)",
@@ -16458,16 +17243,16 @@
"KR",
"Republic of Korea"
],
- "region": "Asia",
"subregion": "Eastern Asia",
- "population": 50801405,
+ "region": "Asia",
+ "population": 51780579,
"latlng": [
- 37.0,
+ 37,
127.5
],
"demonym": "South Korean",
- "area": 100210.0,
- "gini": 31.3,
+ "area": 100210,
+ "gini": 31.4,
"timezones": [
"UTC+09:00"
],
@@ -16476,6 +17261,10 @@
],
"nativeName": "대한민국",
"numericCode": "410",
+ "flags": {
+ "svg": "https://flagcdn.com/kr.svg",
+ "png": "https://flagcdn.com/w320/kr.png"
+ },
"currencies": [
{
"code": "KRW",
@@ -16492,101 +17281,21 @@
}
],
"translations": {
+ "br": "Korea ar Su",
+ "pt": "Coreia do Sul",
+ "nl": "Zuid-Korea",
+ "hr": "Južna Koreja",
+ "fa": "کره شمالی",
"de": "Südkorea",
"es": "Corea del Sur",
"fr": "Corée du Sud",
"ja": "大韓民国",
"it": "Corea del Sud",
- "br": "Coreia do Sul",
- "pt": "Coreia do Sul",
- "nl": "Zuid-Korea",
- "hr": "Južna Koreja",
- "fa": "کره شمالی"
- },
- "flag": "https://restcountries.eu/data/kor.svg",
- "regionalBlocs": [],
- "cioc": "KOR"
- },
- {
- "name": "South Sudan",
- "topLevelDomain": [
- ".ss"
- ],
- "alpha2Code": "SS",
- "alpha3Code": "SSD",
- "callingCodes": [
- "211"
- ],
- "capital": "Juba",
- "altSpellings": [
- "SS"
- ],
- "region": "Africa",
- "subregion": "Middle Africa",
- "population": 12131000,
- "latlng": [
- 7.0,
- 30.0
- ],
- "demonym": "South Sudanese",
- "area": 619745.0,
- "gini": 45.5,
- "timezones": [
- "UTC+03:00"
- ],
- "borders": [
- "CAF",
- "COD",
- "ETH",
- "KEN",
- "SDN",
- "UGA"
- ],
- "nativeName": "South Sudan",
- "numericCode": "728",
- "currencies": [
- {
- "code": "SSP",
- "name": "South Sudanese pound",
- "symbol": "£"
- }
- ],
- "languages": [
- {
- "iso639_1": "en",
- "iso639_2": "eng",
- "name": "English",
- "nativeName": "English"
- }
- ],
- "translations": {
- "de": "Südsudan",
- "es": "Sudán del Sur",
- "fr": "Soudan du Sud",
- "ja": "南スーダン",
- "it": "Sudan del sud",
- "br": "Sudão do Sul",
- "pt": "Sudão do Sul",
- "nl": "Zuid-Soedan",
- "hr": "Južni Sudan",
- "fa": "سودان جنوبی"
+ "hu": "Dél-Korea"
},
- "flag": "https://restcountries.eu/data/ssd.svg",
- "regionalBlocs": [
- {
- "acronym": "AU",
- "name": "African Union",
- "otherAcronyms": [],
- "otherNames": [
- "الاتحاد الأفريقي",
- "Union africaine",
- "União Africana",
- "Unión Africana",
- "Umoja wa Afrika"
- ]
- }
- ],
- "cioc": ""
+ "flag": "https://flagcdn.com/kr.svg",
+ "cioc": "KOR",
+ "independent": true
},
{
"name": "Spain",
@@ -16604,15 +17313,15 @@
"Kingdom of Spain",
"Reino de España"
],
- "region": "Europe",
"subregion": "Southern Europe",
- "population": 46438422,
+ "region": "Europe",
+ "population": 47351567,
"latlng": [
- 40.0,
- -4.0
+ 40,
+ -4
],
"demonym": "Spanish",
- "area": 505992.0,
+ "area": 505992,
"gini": 34.7,
"timezones": [
"UTC",
@@ -16627,6 +17336,10 @@
],
"nativeName": "España",
"numericCode": "724",
+ "flags": {
+ "svg": "https://flagcdn.com/es.svg",
+ "png": "https://flagcdn.com/w320/es.png"
+ },
"currencies": [
{
"code": "EUR",
@@ -16643,27 +17356,27 @@
}
],
"translations": {
+ "br": "Spagn",
+ "pt": "Espanha",
+ "nl": "Spanje",
+ "hr": "Španjolska",
+ "fa": "اسپانیا",
"de": "Spanien",
"es": "España",
"fr": "Espagne",
"ja": "スペイン",
"it": "Spagna",
- "br": "Espanha",
- "pt": "Espanha",
- "nl": "Spanje",
- "hr": "Španjolska",
- "fa": "اسپانیا"
+ "hu": "Spanyolország"
},
- "flag": "https://restcountries.eu/data/esp.svg",
+ "flag": "https://flagcdn.com/es.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "ESP"
+ "cioc": "ESP",
+ "independent": true
},
{
"name": "Sri Lanka",
@@ -16675,22 +17388,22 @@
"callingCodes": [
"94"
],
- "capital": "Colombo",
+ "capital": "Sri Jayawardenepura Kotte",
"altSpellings": [
"LK",
"ilaṅkai",
"Democratic Socialist Republic of Sri Lanka"
],
- "region": "Asia",
"subregion": "Southern Asia",
- "population": 20966000,
+ "region": "Asia",
+ "population": 21919000,
"latlng": [
- 7.0,
- 81.0
+ 7,
+ 81
],
"demonym": "Sri Lankan",
- "area": 65610.0,
- "gini": 40.3,
+ "area": 65610,
+ "gini": 39.3,
"timezones": [
"UTC+05:30"
],
@@ -16699,6 +17412,10 @@
],
"nativeName": "śrī laṃkāva",
"numericCode": "144",
+ "flags": {
+ "svg": "https://flagcdn.com/lk.svg",
+ "png": "https://flagcdn.com/w320/lk.png"
+ },
"currencies": [
{
"code": "LKR",
@@ -16721,27 +17438,27 @@
}
],
"translations": {
+ "br": "Sri Lanka",
+ "pt": "Sri Lanka",
+ "nl": "Sri Lanka",
+ "hr": "Šri Lanka",
+ "fa": "سریلانکا",
"de": "Sri Lanka",
"es": "Sri Lanka",
"fr": "Sri Lanka",
"ja": "スリランカ",
"it": "Sri Lanka",
- "br": "Sri Lanka",
- "pt": "Sri Lanka",
- "nl": "Sri Lanka",
- "hr": "Šri Lanka",
- "fa": "سریلانکا"
+ "hu": "Srí Lanka"
},
- "flag": "https://restcountries.eu/data/lka.svg",
+ "flag": "https://flagcdn.com/lk.svg",
"regionalBlocs": [
{
"acronym": "SAARC",
- "name": "South Asian Association for Regional Cooperation",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "South Asian Association for Regional Cooperation"
}
],
- "cioc": "SRI"
+ "cioc": "SRI",
+ "independent": true
},
{
"name": "Sudan",
@@ -16759,16 +17476,16 @@
"Republic of the Sudan",
"Jumhūrīyat as-Sūdān"
],
- "region": "Africa",
"subregion": "Northern Africa",
- "population": 39598700,
+ "region": "Africa",
+ "population": 43849269,
"latlng": [
- 15.0,
- 30.0
+ 15,
+ 30
],
"demonym": "Sudanese",
- "area": 1886068.0,
- "gini": 35.3,
+ "area": 1886068,
+ "gini": 34.2,
"timezones": [
"UTC+03:00"
],
@@ -16783,6 +17500,10 @@
],
"nativeName": "السودان",
"numericCode": "729",
+ "flags": {
+ "svg": "https://flagcdn.com/sd.svg",
+ "png": "https://flagcdn.com/w320/sd.png"
+ },
"currencies": [
{
"code": "SDG",
@@ -16805,23 +17526,23 @@
}
],
"translations": {
+ "br": "Soudan",
+ "pt": "Sudão",
+ "nl": "Soedan",
+ "hr": "Sudan",
+ "fa": "سودان",
"de": "Sudan",
"es": "Sudán",
"fr": "Soudan",
"ja": "スーダン",
"it": "Sudan",
- "br": "Sudão",
- "pt": "Sudão",
- "nl": "Soedan",
- "hr": "Sudan",
- "fa": "سودان"
+ "hu": "Szudán"
},
- "flag": "https://restcountries.eu/data/sdn.svg",
+ "flag": "https://flagcdn.com/sd.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -16833,7 +17554,6 @@
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -16841,7 +17561,94 @@
]
}
],
- "cioc": "SUD"
+ "cioc": "SUD",
+ "independent": true
+ },
+ {
+ "name": "South Sudan",
+ "topLevelDomain": [
+ ".ss"
+ ],
+ "alpha2Code": "SS",
+ "alpha3Code": "SSD",
+ "callingCodes": [
+ "211"
+ ],
+ "capital": "Juba",
+ "altSpellings": [
+ "SS"
+ ],
+ "subregion": "Middle Africa",
+ "region": "Africa",
+ "population": 11193729,
+ "latlng": [
+ 7,
+ 30
+ ],
+ "demonym": "South Sudanese",
+ "area": 619745,
+ "gini": 44.1,
+ "timezones": [
+ "UTC+03:00"
+ ],
+ "borders": [
+ "CAF",
+ "COD",
+ "ETH",
+ "KEN",
+ "SDN",
+ "UGA"
+ ],
+ "nativeName": "South Sudan",
+ "numericCode": "728",
+ "flags": {
+ "svg": "https://flagcdn.com/ss.svg",
+ "png": "https://flagcdn.com/w320/ss.png"
+ },
+ "currencies": [
+ {
+ "code": "SSP",
+ "name": "South Sudanese pound",
+ "symbol": "£"
+ }
+ ],
+ "languages": [
+ {
+ "iso639_1": "en",
+ "iso639_2": "eng",
+ "name": "English",
+ "nativeName": "English"
+ }
+ ],
+ "translations": {
+ "br": "Soudan ar Su",
+ "pt": "Sudão do Sul",
+ "nl": "Zuid-Soedan",
+ "hr": "Južni Sudan",
+ "fa": "سودان جنوبی",
+ "de": "Südsudan",
+ "es": "Sudán del Sur",
+ "fr": "Soudan du Sud",
+ "ja": "南スーダン",
+ "it": "Sudan del sud",
+ "hu": "Dél-Szudán"
+ },
+ "flag": "https://flagcdn.com/ss.svg",
+ "regionalBlocs": [
+ {
+ "acronym": "AU",
+ "name": "African Union",
+ "otherNames": [
+ "الاتحاد الأفريقي",
+ "Union africaine",
+ "União Africana",
+ "Unión Africana",
+ "Umoja wa Afrika"
+ ]
+ }
+ ],
+ "cioc": "SSD",
+ "independent": true
},
{
"name": "Suriname",
@@ -16861,27 +17668,31 @@
"Republic of Suriname",
"Republiek Suriname"
],
- "region": "Americas",
"subregion": "South America",
- "population": 541638,
+ "region": "Americas",
+ "population": 586634,
"latlng": [
- 4.0,
- -56.0
+ 4,
+ -56
],
"demonym": "Surinamer",
- "area": 163820.0,
- "gini": 52.9,
+ "area": 163820,
+ "gini": 57.9,
"timezones": [
"UTC-03:00"
],
"borders": [
"BRA",
- "GUF",
"FRA",
+ "GUF",
"GUY"
],
"nativeName": "Suriname",
"numericCode": "740",
+ "flags": {
+ "svg": "https://flagcdn.com/sr.svg",
+ "png": "https://flagcdn.com/w320/sr.png"
+ },
"currencies": [
{
"code": "SRD",
@@ -16898,23 +17709,23 @@
}
],
"translations": {
+ "br": "Surinam",
+ "pt": "Suriname",
+ "nl": "Suriname",
+ "hr": "Surinam",
+ "fa": "سورینام",
"de": "Suriname",
"es": "Surinam",
"fr": "Surinam",
"ja": "スリナム",
"it": "Suriname",
- "br": "Suriname",
- "pt": "Suriname",
- "nl": "Suriname",
- "hr": "Surinam",
- "fa": "سورینام"
+ "hu": "Suriname"
},
- "flag": "https://restcountries.eu/data/sur.svg",
+ "flag": "https://flagcdn.com/sr.svg",
"regionalBlocs": [
{
"acronym": "CARICOM",
"name": "Caribbean Community",
- "otherAcronyms": [],
"otherNames": [
"Comunidad del Caribe",
"Communauté Caribéenne",
@@ -16937,7 +17748,8 @@
]
}
],
- "cioc": "SUR"
+ "cioc": "SUR",
+ "independent": true
},
{
"name": "Svalbard and Jan Mayen",
@@ -16947,29 +17759,30 @@
"alpha2Code": "SJ",
"alpha3Code": "SJM",
"callingCodes": [
- "4779"
+ "47"
],
"capital": "Longyearbyen",
"altSpellings": [
"SJ",
"Svalbard and Jan Mayen Islands"
],
- "region": "Europe",
"subregion": "Northern Europe",
+ "region": "Europe",
"population": 2562,
"latlng": [
- 78.0,
- 20.0
+ 78,
+ 20
],
"demonym": "Norwegian",
- "area": null,
- "gini": null,
"timezones": [
"UTC+01:00"
],
- "borders": [],
"nativeName": "Svalbard og Jan Mayen",
"numericCode": "744",
+ "flags": {
+ "svg": "https://flagcdn.com/sj.svg",
+ "png": "https://flagcdn.com/w320/sj.png"
+ },
"currencies": [
{
"code": "NOK",
@@ -16986,20 +17799,20 @@
}
],
"translations": {
+ "br": "Svalbard ha Jan Mayen",
+ "pt": "Svalbard",
+ "nl": "Svalbard en Jan Mayen",
+ "hr": "Svalbard i Jan Mayen",
+ "fa": "سوالبارد و یان ماین",
"de": "Svalbard und Jan Mayen",
"es": "Islas Svalbard y Jan Mayen",
"fr": "Svalbard et Jan Mayen",
"ja": "スヴァールバル諸島およびヤンマイエン島",
"it": "Svalbard e Jan Mayen",
- "br": "Svalbard",
- "pt": "Svalbard",
- "nl": "Svalbard en Jan Mayen",
- "hr": "Svalbard i Jan Mayen",
- "fa": "سوالبارد و یان ماین"
+ "hu": "Spitzbergák és Jan Mayen-szigetek"
},
- "flag": "https://restcountries.eu/data/sjm.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/sj.svg",
+ "independent": false
},
{
"name": "Swaziland",
@@ -17011,7 +17824,7 @@
"callingCodes": [
"268"
],
- "capital": "Lobamba",
+ "capital": "Mbabane",
"altSpellings": [
"SZ",
"weSwatini",
@@ -17020,16 +17833,16 @@
"Kingdom of Swaziland",
"Umbuso waseSwatini"
],
- "region": "Africa",
"subregion": "Southern Africa",
- "population": 1132657,
+ "region": "Africa",
+ "population": 1160164,
"latlng": [
-26.5,
31.5
],
"demonym": "Swazi",
- "area": 17364.0,
- "gini": 51.5,
+ "area": 17364,
+ "gini": 54.6,
"timezones": [
"UTC+02:00"
],
@@ -17039,6 +17852,10 @@
],
"nativeName": "Swaziland",
"numericCode": "748",
+ "flags": {
+ "svg": "https://flagcdn.com/sz.svg",
+ "png": "https://flagcdn.com/w320/sz.png"
+ },
"currencies": [
{
"code": "SZL",
@@ -17061,23 +17878,23 @@
}
],
"translations": {
+ "br": "Eswatini",
+ "pt": "Suazilândia",
+ "nl": "Swaziland",
+ "hr": "Svazi",
+ "fa": "سوازیلند",
"de": "Swasiland",
"es": "Suazilandia",
"fr": "Swaziland",
"ja": "スワジランド",
"it": "Swaziland",
- "br": "Suazilândia",
- "pt": "Suazilândia",
- "nl": "Swaziland",
- "hr": "Svazi",
- "fa": "سوازیلند"
+ "hu": "Szváziföld"
},
- "flag": "https://restcountries.eu/data/swz.svg",
+ "flag": "https://flagcdn.com/sz.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -17087,7 +17904,8 @@
]
}
],
- "cioc": "SWZ"
+ "cioc": "SWZ",
+ "independent": true
},
{
"name": "Sweden",
@@ -17105,16 +17923,16 @@
"Kingdom of Sweden",
"Konungariket Sverige"
],
- "region": "Europe",
"subregion": "Northern Europe",
- "population": 9894888,
+ "region": "Europe",
+ "population": 10353442,
"latlng": [
- 62.0,
- 15.0
+ 62,
+ 15
],
"demonym": "Swedish",
- "area": 450295.0,
- "gini": 25.0,
+ "area": 450295,
+ "gini": 30,
"timezones": [
"UTC+01:00"
],
@@ -17124,6 +17942,10 @@
],
"nativeName": "Sverige",
"numericCode": "752",
+ "flags": {
+ "svg": "https://flagcdn.com/se.svg",
+ "png": "https://flagcdn.com/w320/se.png"
+ },
"currencies": [
{
"code": "SEK",
@@ -17140,27 +17962,27 @@
}
],
"translations": {
+ "br": "Sveden",
+ "pt": "Suécia",
+ "nl": "Zweden",
+ "hr": "Švedska",
+ "fa": "سوئد",
"de": "Schweden",
"es": "Suecia",
"fr": "Suède",
"ja": "スウェーデン",
"it": "Svezia",
- "br": "Suécia",
- "pt": "Suécia",
- "nl": "Zweden",
- "hr": "Švedska",
- "fa": "سوئد"
+ "hu": "Svédország"
},
- "flag": "https://restcountries.eu/data/swe.svg",
+ "flag": "https://flagcdn.com/se.svg",
"regionalBlocs": [
{
"acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Union"
}
],
- "cioc": "SWE"
+ "cioc": "SWE",
+ "independent": true
},
{
"name": "Switzerland",
@@ -17181,16 +18003,16 @@
"Svizzera",
"Svizra"
],
+ "subregion": "Central Europe",
"region": "Europe",
- "subregion": "Western Europe",
- "population": 8341600,
+ "population": 8636896,
"latlng": [
- 47.0,
- 8.0
+ 47,
+ 8
],
"demonym": "Swiss",
- "area": 41284.0,
- "gini": 33.7,
+ "area": 41284,
+ "gini": 33.1,
"timezones": [
"UTC+01:00"
],
@@ -17203,6 +18025,10 @@
],
"nativeName": "Schweiz",
"numericCode": "756",
+ "flags": {
+ "svg": "https://flagcdn.com/ch.svg",
+ "png": "https://flagcdn.com/w320/ch.png"
+ },
"currencies": [
{
"code": "CHF",
@@ -17228,30 +18054,34 @@
"iso639_2": "ita",
"name": "Italian",
"nativeName": "Italiano"
+ },
+ {
+ "iso639_2": "roh",
+ "name": "Romansh"
}
],
"translations": {
+ "br": "Suis",
+ "pt": "Suíça",
+ "nl": "Zwitserland",
+ "hr": "Švicarska",
+ "fa": "سوئیس",
"de": "Schweiz",
"es": "Suiza",
"fr": "Suisse",
"ja": "スイス",
"it": "Svizzera",
- "br": "Suíça",
- "pt": "Suíça",
- "nl": "Zwitserland",
- "hr": "Švicarska",
- "fa": "سوئیس"
+ "hu": "Svájc"
},
- "flag": "https://restcountries.eu/data/che.svg",
+ "flag": "https://flagcdn.com/ch.svg",
"regionalBlocs": [
{
"acronym": "EFTA",
- "name": "European Free Trade Association",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "European Free Trade Association"
}
],
- "cioc": "SUI"
+ "cioc": "SUI",
+ "independent": true
},
{
"name": "Syrian Arab Republic",
@@ -17269,16 +18099,16 @@
"Syrian Arab Republic",
"Al-Jumhūrīyah Al-ʻArabīyah As-Sūrīyah"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 18564000,
+ "region": "Asia",
+ "population": 17500657,
"latlng": [
- 35.0,
- 38.0
+ 35,
+ 38
],
"demonym": "Syrian",
- "area": 185180.0,
- "gini": 35.8,
+ "area": 185180,
+ "gini": 37.5,
"timezones": [
"UTC+02:00"
],
@@ -17291,6 +18121,10 @@
],
"nativeName": "سوريا",
"numericCode": "760",
+ "flags": {
+ "svg": "https://flagcdn.com/sy.svg",
+ "png": "https://flagcdn.com/w320/sy.png"
+ },
"currencies": [
{
"code": "SYP",
@@ -17307,23 +18141,23 @@
}
],
"translations": {
+ "br": "Siria",
+ "pt": "Síria",
+ "nl": "Syrië",
+ "hr": "Sirija",
+ "fa": "سوریه",
"de": "Syrien",
"es": "Siria",
"fr": "Syrie",
"ja": "シリア・アラブ共和国",
"it": "Siria",
- "br": "Síria",
- "pt": "Síria",
- "nl": "Syrië",
- "hr": "Sirija",
- "fa": "سوریه"
+ "hu": "Szíria"
},
- "flag": "https://restcountries.eu/data/syr.svg",
+ "flag": "https://flagcdn.com/sy.svg",
"regionalBlocs": [
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -17331,7 +18165,8 @@
]
}
],
- "cioc": "SYR"
+ "cioc": "SYR",
+ "independent": true
},
{
"name": "Taiwan",
@@ -17351,22 +18186,24 @@
"中華民國",
"Zhōnghuá Mínguó"
],
- "region": "Asia",
"subregion": "Eastern Asia",
+ "region": "Asia",
"population": 23503349,
"latlng": [
23.5,
- 121.0
+ 121
],
"demonym": "Taiwanese",
- "area": 36193.0,
- "gini": null,
+ "area": 36193,
"timezones": [
"UTC+08:00"
],
- "borders": [],
"nativeName": "臺灣",
"numericCode": "158",
+ "flags": {
+ "svg": "https://flagcdn.com/tw.svg",
+ "png": "https://flagcdn.com/w320/tw.png"
+ },
"currencies": [
{
"code": "TWD",
@@ -17383,20 +18220,21 @@
}
],
"translations": {
+ "br": "Taiwan",
+ "pt": "Taiwan",
+ "nl": "Taiwan",
+ "hr": "Tajvan",
+ "fa": "تایوان",
"de": "Taiwan",
"es": "Taiwán",
"fr": "Taïwan",
"ja": "台湾(中華民国)",
"it": "Taiwan",
- "br": "Taiwan",
- "pt": "Taiwan",
- "nl": "Taiwan",
- "hr": "Tajvan",
- "fa": "تایوان"
+ "hu": "Tajvan"
},
- "flag": "https://restcountries.eu/data/twn.svg",
- "regionalBlocs": [],
- "cioc": "TPE"
+ "flag": "https://flagcdn.com/tw.svg",
+ "cioc": "TPE",
+ "independent": true
},
{
"name": "Tajikistan",
@@ -17416,16 +18254,16 @@
"Ҷумҳурии Тоҷикистон",
"Çumhuriyi Toçikiston"
],
- "region": "Asia",
"subregion": "Central Asia",
- "population": 8593600,
+ "region": "Asia",
+ "population": 9537642,
"latlng": [
- 39.0,
- 71.0
+ 39,
+ 71
],
"demonym": "Tadzhik",
- "area": 143100.0,
- "gini": 30.8,
+ "area": 143100,
+ "gini": 34,
"timezones": [
"UTC+05:00"
],
@@ -17437,6 +18275,10 @@
],
"nativeName": "Тоҷикистон",
"numericCode": "762",
+ "flags": {
+ "svg": "https://flagcdn.com/tj.svg",
+ "png": "https://flagcdn.com/w320/tj.png"
+ },
"currencies": [
{
"code": "TJS",
@@ -17459,20 +18301,21 @@
}
],
"translations": {
+ "br": "Tadjikistan",
+ "pt": "Tajiquistão",
+ "nl": "Tadzjikistan",
+ "hr": "Tađikistan",
+ "fa": "تاجیکستان",
"de": "Tadschikistan",
"es": "Tayikistán",
"fr": "Tadjikistan",
"ja": "タジキスタン",
"it": "Tagikistan",
- "br": "Tajiquistão",
- "pt": "Tajiquistão",
- "nl": "Tadzjikistan",
- "hr": "Tađikistan",
- "fa": "تاجیکستان"
+ "hu": "Tádzsikisztán"
},
- "flag": "https://restcountries.eu/data/tjk.svg",
- "regionalBlocs": [],
- "cioc": "TJK"
+ "flag": "https://flagcdn.com/tj.svg",
+ "cioc": "TJK",
+ "independent": true
},
{
"name": "Tanzania, United Republic of",
@@ -17490,16 +18333,16 @@
"United Republic of Tanzania",
"Jamhuri ya Muungano wa Tanzania"
],
- "region": "Africa",
"subregion": "Eastern Africa",
- "population": 55155000,
+ "region": "Africa",
+ "population": 59734213,
"latlng": [
- -6.0,
- 35.0
+ -6,
+ 35
],
"demonym": "Tanzanian",
- "area": 945087.0,
- "gini": 37.6,
+ "area": 945087,
+ "gini": 40.5,
"timezones": [
"UTC+03:00"
],
@@ -17515,6 +18358,10 @@
],
"nativeName": "Tanzania",
"numericCode": "834",
+ "flags": {
+ "svg": "https://flagcdn.com/tz.svg",
+ "png": "https://flagcdn.com/w320/tz.png"
+ },
"currencies": [
{
"code": "TZS",
@@ -17537,23 +18384,23 @@
}
],
"translations": {
+ "br": "Tanzania",
+ "pt": "Tanzânia",
+ "nl": "Tanzania",
+ "hr": "Tanzanija",
+ "fa": "تانزانیا",
"de": "Tansania",
"es": "Tanzania",
"fr": "Tanzanie",
"ja": "タンザニア",
"it": "Tanzania",
- "br": "Tanzânia",
- "pt": "Tanzânia",
- "nl": "Tanzania",
- "hr": "Tanzanija",
- "fa": "تانزانیا"
+ "hu": "Tanzánia"
},
- "flag": "https://restcountries.eu/data/tza.svg",
+ "flag": "https://flagcdn.com/tz.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -17563,7 +18410,8 @@
]
}
],
- "cioc": "TAN"
+ "cioc": "TAN",
+ "independent": true
},
{
"name": "Thailand",
@@ -17584,16 +18432,16 @@
"ราชอาณาจักรไทย",
"Ratcha Anachak Thai"
],
- "region": "Asia",
"subregion": "South-Eastern Asia",
- "population": 65327652,
+ "region": "Asia",
+ "population": 69799978,
"latlng": [
- 15.0,
- 100.0
+ 15,
+ 100
],
"demonym": "Thai",
- "area": 513120.0,
- "gini": 40.0,
+ "area": 513120,
+ "gini": 34.9,
"timezones": [
"UTC+07:00"
],
@@ -17605,6 +18453,10 @@
],
"nativeName": "ประเทศไทย",
"numericCode": "764",
+ "flags": {
+ "svg": "https://flagcdn.com/th.svg",
+ "png": "https://flagcdn.com/w320/th.png"
+ },
"currencies": [
{
"code": "THB",
@@ -17621,27 +18473,27 @@
}
],
"translations": {
+ "br": "Thailand",
+ "pt": "Tailândia",
+ "nl": "Thailand",
+ "hr": "Tajland",
+ "fa": "تایلند",
"de": "Thailand",
"es": "Tailandia",
"fr": "Thaïlande",
"ja": "タイ",
"it": "Tailandia",
- "br": "Tailândia",
- "pt": "Tailândia",
- "nl": "Thailand",
- "hr": "Tajland",
- "fa": "تایلند"
+ "hu": "Thaiföld"
},
- "flag": "https://restcountries.eu/data/tha.svg",
+ "flag": "https://flagcdn.com/th.svg",
"regionalBlocs": [
{
"acronym": "ASEAN",
- "name": "Association of Southeast Asian Nations",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Association of Southeast Asian Nations"
}
],
- "cioc": "THA"
+ "cioc": "THA",
+ "independent": true
},
{
"name": "Timor-Leste",
@@ -17661,16 +18513,16 @@
"República Democrática de Timor-Leste",
"Repúblika Demokrátika Timór-Leste"
],
- "region": "Asia",
"subregion": "South-Eastern Asia",
- "population": 1167242,
+ "region": "Asia",
+ "population": 1318442,
"latlng": [
-8.83333333,
125.91666666
],
"demonym": "East Timorese",
- "area": 14874.0,
- "gini": 31.9,
+ "area": 14874,
+ "gini": 28.7,
"timezones": [
"UTC+09:00"
],
@@ -17679,16 +18531,15 @@
],
"nativeName": "Timor-Leste",
"numericCode": "626",
+ "flags": {
+ "svg": "https://flagcdn.com/tl.svg",
+ "png": "https://flagcdn.com/w320/tl.png"
+ },
"currencies": [
{
"code": "USD",
- "name": "United States dollar",
+ "name": "United States Dollar",
"symbol": "$"
- },
- {
- "code": null,
- "name": null,
- "symbol": null
}
],
"languages": [
@@ -17700,20 +18551,21 @@
}
],
"translations": {
+ "br": "Timor ar Reter",
+ "pt": "Timor Leste",
+ "nl": "Oost-Timor",
+ "hr": "Istočni Timor",
+ "fa": "تیمور شرقی",
"de": "Timor-Leste",
"es": "Timor Oriental",
"fr": "Timor oriental",
"ja": "東ティモール",
"it": "Timor Est",
- "br": "Timor Leste",
- "pt": "Timor Leste",
- "nl": "Oost-Timor",
- "hr": "Istočni Timor",
- "fa": "تیمور شرقی"
+ "hu": "Kelet-Timor"
},
- "flag": "https://restcountries.eu/data/tls.svg",
- "regionalBlocs": [],
- "cioc": "TLS"
+ "flag": "https://flagcdn.com/tl.svg",
+ "cioc": "TLS",
+ "independent": true
},
{
"name": "Togo",
@@ -17732,16 +18584,16 @@
"Togolese Republic",
"République Togolaise"
],
- "region": "Africa",
"subregion": "Western Africa",
- "population": 7143000,
+ "region": "Africa",
+ "population": 8278737,
"latlng": [
- 8.0,
+ 8,
1.16666666
],
"demonym": "Togolese",
- "area": 56785.0,
- "gini": 34.4,
+ "area": 56785,
+ "gini": 43.1,
"timezones": [
"UTC"
],
@@ -17752,6 +18604,10 @@
],
"nativeName": "Togo",
"numericCode": "768",
+ "flags": {
+ "svg": "https://flagcdn.com/tg.svg",
+ "png": "https://flagcdn.com/w320/tg.png"
+ },
"currencies": [
{
"code": "XOF",
@@ -17768,23 +18624,23 @@
}
],
"translations": {
+ "br": "Togo",
+ "pt": "Togo",
+ "nl": "Togo",
+ "hr": "Togo",
+ "fa": "توگو",
"de": "Togo",
"es": "Togo",
"fr": "Togo",
"ja": "トーゴ",
"it": "Togo",
- "br": "Togo",
- "pt": "Togo",
- "nl": "Togo",
- "hr": "Togo",
- "fa": "توگو"
+ "hu": "Togo"
},
- "flag": "https://restcountries.eu/data/tgo.svg",
+ "flag": "https://flagcdn.com/tg.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -17794,7 +18650,8 @@
]
}
],
- "cioc": "TOG"
+ "cioc": "TOG",
+ "independent": true
},
{
"name": "Tokelau",
@@ -17810,22 +18667,24 @@
"altSpellings": [
"TK"
],
- "region": "Oceania",
"subregion": "Polynesia",
+ "region": "Oceania",
"population": 1411,
"latlng": [
- -9.0,
- -172.0
+ -9,
+ -172
],
"demonym": "Tokelauan",
- "area": 12.0,
- "gini": null,
+ "area": 12,
"timezones": [
"UTC+13:00"
],
- "borders": [],
"nativeName": "Tokelau",
"numericCode": "772",
+ "flags": {
+ "svg": "https://flagcdn.com/tk.svg",
+ "png": "https://flagcdn.com/w320/tk.png"
+ },
"currencies": [
{
"code": "NZD",
@@ -17842,20 +18701,20 @@
}
],
"translations": {
+ "br": "Tokelau",
+ "pt": "Toquelau",
+ "nl": "Tokelau",
+ "hr": "Tokelau",
+ "fa": "توکلائو",
"de": "Tokelau",
"es": "Islas Tokelau",
"fr": "Tokelau",
"ja": "トケラウ",
"it": "Isole Tokelau",
- "br": "Tokelau",
- "pt": "Toquelau",
- "nl": "Tokelau",
- "hr": "Tokelau",
- "fa": "توکلائو"
+ "hu": "Tokelau-szigetek"
},
- "flag": "https://restcountries.eu/data/tkl.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/tk.svg",
+ "independent": false
},
{
"name": "Tonga",
@@ -17871,22 +18730,25 @@
"altSpellings": [
"TO"
],
- "region": "Oceania",
"subregion": "Polynesia",
- "population": 103252,
+ "region": "Oceania",
+ "population": 105697,
"latlng": [
- -20.0,
- -175.0
+ -20,
+ -175
],
"demonym": "Tongan",
- "area": 747.0,
- "gini": null,
+ "area": 747,
+ "gini": 37.6,
"timezones": [
"UTC+13:00"
],
- "borders": [],
"nativeName": "Tonga",
"numericCode": "776",
+ "flags": {
+ "svg": "https://flagcdn.com/to.svg",
+ "png": "https://flagcdn.com/w320/to.png"
+ },
"currencies": [
{
"code": "TOP",
@@ -17909,20 +18771,21 @@
}
],
"translations": {
+ "br": "Tonga",
+ "pt": "Tonga",
+ "nl": "Tonga",
+ "hr": "Tonga",
+ "fa": "تونگا",
"de": "Tonga",
"es": "Tonga",
"fr": "Tonga",
"ja": "トンガ",
"it": "Tonga",
- "br": "Tonga",
- "pt": "Tonga",
- "nl": "Tonga",
- "hr": "Tonga",
- "fa": "تونگا"
+ "hu": "Tonga"
},
- "flag": "https://restcountries.eu/data/ton.svg",
- "regionalBlocs": [],
- "cioc": "TGA"
+ "flag": "https://flagcdn.com/to.svg",
+ "cioc": "TGA",
+ "independent": true
},
{
"name": "Trinidad and Tobago",
@@ -17932,29 +18795,32 @@
"alpha2Code": "TT",
"alpha3Code": "TTO",
"callingCodes": [
- "1868"
+ "1"
],
"capital": "Port of Spain",
"altSpellings": [
"TT",
"Republic of Trinidad and Tobago"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 1349667,
+ "region": "Americas",
+ "population": 1399491,
"latlng": [
- 11.0,
- -61.0
+ 11,
+ -61
],
"demonym": "Trinidadian",
- "area": 5130.0,
+ "area": 5130,
"gini": 40.3,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Trinidad and Tobago",
"numericCode": "780",
+ "flags": {
+ "svg": "https://flagcdn.com/tt.svg",
+ "png": "https://flagcdn.com/w320/tt.png"
+ },
"currencies": [
{
"code": "TTD",
@@ -17971,23 +18837,23 @@
}
],
"translations": {
+ "br": "Trinidad ha Tobago",
+ "pt": "Trindade e Tobago",
+ "nl": "Trinidad en Tobago",
+ "hr": "Trinidad i Tobago",
+ "fa": "ترینیداد و توباگو",
"de": "Trinidad und Tobago",
"es": "Trinidad y Tobago",
"fr": "Trinité et Tobago",
"ja": "トリニダード・トバゴ",
"it": "Trinidad e Tobago",
- "br": "Trinidad e Tobago",
- "pt": "Trindade e Tobago",
- "nl": "Trinidad en Tobago",
- "hr": "Trinidad i Tobago",
- "fa": "ترینیداد و توباگو"
+ "hu": "Trinidad és Tobago"
},
- "flag": "https://restcountries.eu/data/tto.svg",
+ "flag": "https://flagcdn.com/tt.svg",
"regionalBlocs": [
{
"acronym": "CARICOM",
"name": "Caribbean Community",
- "otherAcronyms": [],
"otherNames": [
"Comunidad del Caribe",
"Communauté Caribéenne",
@@ -17995,7 +18861,8 @@
]
}
],
- "cioc": "TTO"
+ "cioc": "TTO",
+ "independent": true
},
{
"name": "Tunisia",
@@ -18013,16 +18880,16 @@
"Republic of Tunisia",
"al-Jumhūriyyah at-Tūnisiyyah"
],
- "region": "Africa",
"subregion": "Northern Africa",
- "population": 11154400,
+ "region": "Africa",
+ "population": 11818618,
"latlng": [
- 34.0,
- 9.0
+ 34,
+ 9
],
"demonym": "Tunisian",
- "area": 163610.0,
- "gini": 41.4,
+ "area": 163610,
+ "gini": 32.8,
"timezones": [
"UTC+01:00"
],
@@ -18032,6 +18899,10 @@
],
"nativeName": "تونس",
"numericCode": "788",
+ "flags": {
+ "svg": "https://flagcdn.com/tn.svg",
+ "png": "https://flagcdn.com/w320/tn.png"
+ },
"currencies": [
{
"code": "TND",
@@ -18048,23 +18919,23 @@
}
],
"translations": {
+ "br": "Tunizia",
+ "pt": "Tunísia",
+ "nl": "Tunesië",
+ "hr": "Tunis",
+ "fa": "تونس",
"de": "Tunesien",
"es": "Túnez",
"fr": "Tunisie",
"ja": "チュニジア",
"it": "Tunisia",
- "br": "Tunísia",
- "pt": "Tunísia",
- "nl": "Tunesië",
- "hr": "Tunis",
- "fa": "تونس"
+ "hu": "Tunézia"
},
- "flag": "https://restcountries.eu/data/tun.svg",
+ "flag": "https://flagcdn.com/tn.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -18076,7 +18947,6 @@
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -18084,7 +18954,8 @@
]
}
],
- "cioc": "TUN"
+ "cioc": "TUN",
+ "independent": true
},
{
"name": "Turkey",
@@ -18103,16 +18974,16 @@
"Republic of Turkey",
"Türkiye Cumhuriyeti"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 78741053,
+ "region": "Asia",
+ "population": 84339067,
"latlng": [
- 39.0,
- 35.0
+ 39,
+ 35
],
"demonym": "Turkish",
- "area": 783562.0,
- "gini": 39.0,
+ "area": 783562,
+ "gini": 41.9,
"timezones": [
"UTC+03:00"
],
@@ -18128,11 +18999,15 @@
],
"nativeName": "Türkiye",
"numericCode": "792",
+ "flags": {
+ "svg": "https://flagcdn.com/tr.svg",
+ "png": "https://flagcdn.com/w320/tr.png"
+ },
"currencies": [
{
"code": "TRY",
"name": "Turkish lira",
- "symbol": null
+ "symbol": "₺"
}
],
"languages": [
@@ -18144,20 +19019,21 @@
}
],
"translations": {
+ "br": "Turkia",
+ "pt": "Turquia",
+ "nl": "Turkije",
+ "hr": "Turska",
+ "fa": "ترکیه",
"de": "Türkei",
"es": "Turquía",
"fr": "Turquie",
"ja": "トルコ",
"it": "Turchia",
- "br": "Turquia",
- "pt": "Turquia",
- "nl": "Turkije",
- "hr": "Turska",
- "fa": "ترکیه"
+ "hu": "Törökország"
},
- "flag": "https://restcountries.eu/data/tur.svg",
- "regionalBlocs": [],
- "cioc": "TUR"
+ "flag": "https://flagcdn.com/tr.svg",
+ "cioc": "TUR",
+ "independent": true
},
{
"name": "Turkmenistan",
@@ -18173,15 +19049,15 @@
"altSpellings": [
"TM"
],
- "region": "Asia",
"subregion": "Central Asia",
- "population": 4751120,
+ "region": "Asia",
+ "population": 6031187,
"latlng": [
- 40.0,
- 60.0
+ 40,
+ 60
],
"demonym": "Turkmen",
- "area": 488100.0,
+ "area": 488100,
"gini": 40.8,
"timezones": [
"UTC+05:00"
@@ -18194,6 +19070,10 @@
],
"nativeName": "Türkmenistan",
"numericCode": "795",
+ "flags": {
+ "svg": "https://flagcdn.com/tm.svg",
+ "png": "https://flagcdn.com/w320/tm.png"
+ },
"currencies": [
{
"code": "TMT",
@@ -18216,20 +19096,21 @@
}
],
"translations": {
+ "br": "Turkmenistan",
+ "pt": "Turquemenistão",
+ "nl": "Turkmenistan",
+ "hr": "Turkmenistan",
+ "fa": "ترکمنستان",
"de": "Turkmenistan",
"es": "Turkmenistán",
"fr": "Turkménistan",
"ja": "トルクメニスタン",
"it": "Turkmenistan",
- "br": "Turcomenistão",
- "pt": "Turquemenistão",
- "nl": "Turkmenistan",
- "hr": "Turkmenistan",
- "fa": "ترکمنستان"
+ "hu": "Türkmenisztán"
},
- "flag": "https://restcountries.eu/data/tkm.svg",
- "regionalBlocs": [],
- "cioc": "TKM"
+ "flag": "https://flagcdn.com/tm.svg",
+ "cioc": "TKM",
+ "independent": true
},
{
"name": "Turks and Caicos Islands",
@@ -18239,28 +19120,30 @@
"alpha2Code": "TC",
"alpha3Code": "TCA",
"callingCodes": [
- "1649"
+ "1"
],
"capital": "Cockburn Town",
"altSpellings": [
"TC"
],
- "region": "Americas",
"subregion": "Caribbean",
- "population": 31458,
+ "region": "Americas",
+ "population": 38718,
"latlng": [
21.75,
-71.58333333
],
"demonym": "Turks and Caicos Islander",
- "area": 948.0,
- "gini": null,
+ "area": 948,
"timezones": [
"UTC-04:00"
],
- "borders": [],
"nativeName": "Turks and Caicos Islands",
"numericCode": "796",
+ "flags": {
+ "svg": "https://flagcdn.com/tc.svg",
+ "png": "https://flagcdn.com/w320/tc.png"
+ },
"currencies": [
{
"code": "USD",
@@ -18277,20 +19160,20 @@
}
],
"translations": {
+ "br": "Inizi Turks ha Caicos",
+ "pt": "Ilhas Turcas e Caicos",
+ "nl": "Turks- en Caicoseilanden",
+ "hr": "Otoci Turks i Caicos",
+ "fa": "جزایر تورکس و کایکوس",
"de": "Turks- und Caicosinseln",
"es": "Islas Turks y Caicos",
"fr": "Îles Turques-et-Caïques",
"ja": "タークス・カイコス諸島",
"it": "Isole Turks e Caicos",
- "br": "Ilhas Turcas e Caicos",
- "pt": "Ilhas Turcas e Caicos",
- "nl": "Turks- en Caicoseilanden",
- "hr": "Otoci Turks i Caicos",
- "fa": "جزایر تورکس و کایکوس"
+ "hu": "Turks- és Caicos-szigetek"
},
- "flag": "https://restcountries.eu/data/tca.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/tc.svg",
+ "independent": false
},
{
"name": "Tuvalu",
@@ -18306,22 +19189,25 @@
"altSpellings": [
"TV"
],
- "region": "Oceania",
"subregion": "Polynesia",
- "population": 10640,
+ "region": "Oceania",
+ "population": 11792,
"latlng": [
- -8.0,
- 178.0
+ -8,
+ 178
],
"demonym": "Tuvaluan",
- "area": 26.0,
- "gini": null,
+ "area": 26,
+ "gini": 39.1,
"timezones": [
"UTC+12:00"
],
- "borders": [],
"nativeName": "Tuvalu",
"numericCode": "798",
+ "flags": {
+ "svg": "https://flagcdn.com/tv.svg",
+ "png": "https://flagcdn.com/w320/tv.png"
+ },
"currencies": [
{
"code": "AUD",
@@ -18343,20 +19229,21 @@
}
],
"translations": {
+ "br": "Tuvalu",
+ "pt": "Tuvalu",
+ "nl": "Tuvalu",
+ "hr": "Tuvalu",
+ "fa": "تووالو",
"de": "Tuvalu",
"es": "Tuvalu",
"fr": "Tuvalu",
"ja": "ツバル",
"it": "Tuvalu",
- "br": "Tuvalu",
- "pt": "Tuvalu",
- "nl": "Tuvalu",
- "hr": "Tuvalu",
- "fa": "تووالو"
+ "hu": "Tuvalu"
},
- "flag": "https://restcountries.eu/data/tuv.svg",
- "regionalBlocs": [],
- "cioc": "TUV"
+ "flag": "https://flagcdn.com/tv.svg",
+ "cioc": "TUV",
+ "independent": true
},
{
"name": "Uganda",
@@ -18374,16 +19261,16 @@
"Republic of Uganda",
"Jamhuri ya Uganda"
],
- "region": "Africa",
"subregion": "Eastern Africa",
- "population": 33860700,
+ "region": "Africa",
+ "population": 45741000,
"latlng": [
- 1.0,
- 32.0
+ 1,
+ 32
],
"demonym": "Ugandan",
- "area": 241550.0,
- "gini": 44.3,
+ "area": 241550,
+ "gini": 42.8,
"timezones": [
"UTC+03:00"
],
@@ -18396,6 +19283,10 @@
],
"nativeName": "Uganda",
"numericCode": "800",
+ "flags": {
+ "svg": "https://flagcdn.com/ug.svg",
+ "png": "https://flagcdn.com/w320/ug.png"
+ },
"currencies": [
{
"code": "UGX",
@@ -18418,23 +19309,23 @@
}
],
"translations": {
+ "br": "Ouganda",
+ "pt": "Uganda",
+ "nl": "Oeganda",
+ "hr": "Uganda",
+ "fa": "اوگاندا",
"de": "Uganda",
"es": "Uganda",
"fr": "Uganda",
"ja": "ウガンダ",
"it": "Uganda",
- "br": "Uganda",
- "pt": "Uganda",
- "nl": "Oeganda",
- "hr": "Uganda",
- "fa": "اوگاندا"
+ "hu": "Uganda"
},
- "flag": "https://restcountries.eu/data/uga.svg",
+ "flag": "https://flagcdn.com/ug.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -18444,7 +19335,8 @@
]
}
],
- "cioc": "UGA"
+ "cioc": "UGA",
+ "independent": true
},
{
"name": "Ukraine",
@@ -18456,21 +19348,21 @@
"callingCodes": [
"380"
],
- "capital": "Kiev",
+ "capital": "Kyiv",
"altSpellings": [
"UA",
"Ukrayina"
],
- "region": "Europe",
"subregion": "Eastern Europe",
- "population": 42692393,
+ "region": "Europe",
+ "population": 44134693,
"latlng": [
- 49.0,
- 32.0
+ 49,
+ 32
],
"demonym": "Ukrainian",
- "area": 603700.0,
- "gini": 26.4,
+ "area": 603700,
+ "gini": 26.6,
"timezones": [
"UTC+02:00"
],
@@ -18485,6 +19377,10 @@
],
"nativeName": "Україна",
"numericCode": "804",
+ "flags": {
+ "svg": "https://flagcdn.com/ua.svg",
+ "png": "https://flagcdn.com/w320/ua.png"
+ },
"currencies": [
{
"code": "UAH",
@@ -18501,20 +19397,21 @@
}
],
"translations": {
+ "br": "Ukraina",
+ "pt": "Ucrânia",
+ "nl": "Oekraïne",
+ "hr": "Ukrajina",
+ "fa": "وکراین",
"de": "Ukraine",
"es": "Ucrania",
"fr": "Ukraine",
"ja": "ウクライナ",
"it": "Ucraina",
- "br": "Ucrânia",
- "pt": "Ucrânia",
- "nl": "Oekraïne",
- "hr": "Ukrajina",
- "fa": "وکراین"
+ "hu": "Ukrajna"
},
- "flag": "https://restcountries.eu/data/ukr.svg",
- "regionalBlocs": [],
- "cioc": "UKR"
+ "flag": "https://flagcdn.com/ua.svg",
+ "cioc": "UKR",
+ "independent": true
},
{
"name": "United Arab Emirates",
@@ -18531,18 +19428,18 @@
"AE",
"UAE"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 9856000,
+ "region": "Asia",
+ "population": 9890400,
"latlng": [
- 24.0,
- 54.0
+ 24,
+ 54
],
"demonym": "Emirati",
- "area": 83600.0,
- "gini": null,
+ "area": 83600,
+ "gini": 26,
"timezones": [
- "UTC+04"
+ "UTC+04:00"
],
"borders": [
"OMN",
@@ -18550,6 +19447,10 @@
],
"nativeName": "دولة الإمارات العربية المتحدة",
"numericCode": "784",
+ "flags": {
+ "svg": "https://flagcdn.com/ae.svg",
+ "png": "https://flagcdn.com/w320/ae.png"
+ },
"currencies": [
{
"code": "AED",
@@ -18566,23 +19467,23 @@
}
],
"translations": {
+ "br": "Emirelezhioù Arab Unanet",
+ "pt": "Emirados árabes Unidos",
+ "nl": "Verenigde Arabische Emiraten",
+ "hr": "Ujedinjeni Arapski Emirati",
+ "fa": "امارات متحده عربی",
"de": "Vereinigte Arabische Emirate",
"es": "Emiratos Árabes Unidos",
"fr": "Émirats arabes unis",
"ja": "アラブ首長国連邦",
"it": "Emirati Arabi Uniti",
- "br": "Emirados árabes Unidos",
- "pt": "Emirados árabes Unidos",
- "nl": "Verenigde Arabische Emiraten",
- "hr": "Ujedinjeni Arapski Emirati",
- "fa": "امارات متحده عربی"
+ "hu": "Egyesült Arab Emírségek"
},
- "flag": "https://restcountries.eu/data/are.svg",
+ "flag": "https://flagcdn.com/ae.svg",
"regionalBlocs": [
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -18590,7 +19491,8 @@
]
}
],
- "cioc": "UAE"
+ "cioc": "UAE",
+ "independent": true
},
{
"name": "United Kingdom of Great Britain and Northern Ireland",
@@ -18608,16 +19510,16 @@
"UK",
"Great Britain"
],
- "region": "Europe",
"subregion": "Northern Europe",
- "population": 65110000,
+ "region": "Europe",
+ "population": 67215293,
"latlng": [
- 54.0,
- -2.0
+ 54,
+ -2
],
"demonym": "British",
- "area": 242900.0,
- "gini": 34.0,
+ "area": 242900,
+ "gini": 35.1,
"timezones": [
"UTC-08:00",
"UTC-05:00",
@@ -18634,6 +19536,10 @@
],
"nativeName": "United Kingdom",
"numericCode": "826",
+ "flags": {
+ "svg": "https://flagcdn.com/gb.svg",
+ "png": "https://flagcdn.com/w320/gb.png"
+ },
"currencies": [
{
"code": "GBP",
@@ -18650,27 +19556,21 @@
}
],
"translations": {
+ "br": "Rouantelezh-Unanet",
+ "pt": "Reino Unido",
+ "nl": "Verenigd Koninkrijk",
+ "hr": "Ujedinjeno Kraljevstvo",
+ "fa": "بریتانیای کبیر و ایرلند شمالی",
"de": "Vereinigtes Königreich",
"es": "Reino Unido",
"fr": "Royaume-Uni",
"ja": "イギリス",
"it": "Regno Unito",
- "br": "Reino Unido",
- "pt": "Reino Unido",
- "nl": "Verenigd Koninkrijk",
- "hr": "Ujedinjeno Kraljevstvo",
- "fa": "بریتانیای کبیر و ایرلند شمالی"
+ "hu": "Nagy-Britannia"
},
- "flag": "https://restcountries.eu/data/gbr.svg",
- "regionalBlocs": [
- {
- "acronym": "EU",
- "name": "European Union",
- "otherAcronyms": [],
- "otherNames": []
- }
- ],
- "cioc": "GBR"
+ "flag": "https://flagcdn.com/gb.svg",
+ "cioc": "GBR",
+ "independent": true
},
{
"name": "United States of America",
@@ -18688,16 +19588,16 @@
"USA",
"United States of America"
],
- "region": "Americas",
"subregion": "Northern America",
- "population": 323947000,
+ "region": "Americas",
+ "population": 329484123,
"latlng": [
- 38.0,
- -97.0
+ 38,
+ -97
],
"demonym": "American",
- "area": 9629091.0,
- "gini": 48.0,
+ "area": 9629091,
+ "gini": 41.4,
"timezones": [
"UTC-12:00",
"UTC-11:00",
@@ -18717,6 +19617,10 @@
],
"nativeName": "United States",
"numericCode": "840",
+ "flags": {
+ "svg": "https://flagcdn.com/us.svg",
+ "png": "https://flagcdn.com/w320/us.png"
+ },
"currencies": [
{
"code": "USD",
@@ -18733,30 +19637,31 @@
}
],
"translations": {
+ "br": "Stadoù-Unanet",
+ "pt": "Estados Unidos",
+ "nl": "Verenigde Staten",
+ "hr": "Sjedinjene Američke Države",
+ "fa": "ایالات متحده آمریکا",
"de": "Vereinigte Staaten von Amerika",
"es": "Estados Unidos",
"fr": "États-Unis",
"ja": "アメリカ合衆国",
"it": "Stati Uniti D'America",
- "br": "Estados Unidos",
- "pt": "Estados Unidos",
- "nl": "Verenigde Staten",
- "hr": "Sjedinjene Američke Države",
- "fa": "ایالات متحده آمریکا"
+ "hu": "Amerikai Egyesült Államok"
},
- "flag": "https://restcountries.eu/data/usa.svg",
+ "flag": "https://flagcdn.com/us.svg",
"regionalBlocs": [
{
"acronym": "NAFTA",
"name": "North American Free Trade Agreement",
- "otherAcronyms": [],
"otherNames": [
"Tratado de Libre Comercio de América del Norte",
"Accord de Libre-échange Nord-Américain"
]
}
],
- "cioc": "USA"
+ "cioc": "USA",
+ "independent": true
},
{
"name": "Uruguay",
@@ -18774,15 +19679,15 @@
"Oriental Republic of Uruguay",
"República Oriental del Uruguay"
],
- "region": "Americas",
"subregion": "South America",
- "population": 3480222,
+ "region": "Americas",
+ "population": 3473727,
"latlng": [
- -33.0,
- -56.0
+ -33,
+ -56
],
"demonym": "Uruguayan",
- "area": 181034.0,
+ "area": 181034,
"gini": 39.7,
"timezones": [
"UTC-03:00"
@@ -18793,6 +19698,10 @@
],
"nativeName": "Uruguay",
"numericCode": "858",
+ "flags": {
+ "svg": "https://flagcdn.com/uy.svg",
+ "png": "https://flagcdn.com/w320/uy.png"
+ },
"currencies": [
{
"code": "UYU",
@@ -18809,18 +19718,19 @@
}
],
"translations": {
+ "br": "Uruguay",
+ "pt": "Uruguai",
+ "nl": "Uruguay",
+ "hr": "Urugvaj",
+ "fa": "اروگوئه",
"de": "Uruguay",
"es": "Uruguay",
"fr": "Uruguay",
"ja": "ウルグアイ",
"it": "Uruguay",
- "br": "Uruguai",
- "pt": "Uruguai",
- "nl": "Uruguay",
- "hr": "Urugvaj",
- "fa": "اروگوئه"
+ "hu": "Uruguay"
},
- "flag": "https://restcountries.eu/data/ury.svg",
+ "flag": "https://flagcdn.com/uy.svg",
"regionalBlocs": [
{
"acronym": "USAN",
@@ -18838,7 +19748,8 @@
]
}
],
- "cioc": "URU"
+ "cioc": "URU",
+ "independent": true
},
{
"name": "Uzbekistan",
@@ -18857,16 +19768,16 @@
"O‘zbekiston Respublikasi",
"Ўзбекистон Республикаси"
],
- "region": "Asia",
"subregion": "Central Asia",
- "population": 31576400,
+ "region": "Asia",
+ "population": 34232050,
"latlng": [
- 41.0,
- 64.0
+ 41,
+ 64
],
"demonym": "Uzbekistani",
- "area": 447400.0,
- "gini": 36.7,
+ "area": 447400,
+ "gini": 35.3,
"timezones": [
"UTC+05:00"
],
@@ -18879,11 +19790,15 @@
],
"nativeName": "O‘zbekiston",
"numericCode": "860",
+ "flags": {
+ "svg": "https://flagcdn.com/uz.svg",
+ "png": "https://flagcdn.com/w320/uz.png"
+ },
"currencies": [
{
"code": "UZS",
"name": "Uzbekistani so'm",
- "symbol": null
+ "symbol": "so'm"
}
],
"languages": [
@@ -18901,20 +19816,21 @@
}
],
"translations": {
+ "br": "Ouzbekistan",
+ "pt": "Usbequistão",
+ "nl": "Oezbekistan",
+ "hr": "Uzbekistan",
+ "fa": "ازبکستان",
"de": "Usbekistan",
"es": "Uzbekistán",
"fr": "Ouzbékistan",
"ja": "ウズベキスタン",
"it": "Uzbekistan",
- "br": "Uzbequistão",
- "pt": "Usbequistão",
- "nl": "Oezbekistan",
- "hr": "Uzbekistan",
- "fa": "ازبکستان"
+ "hu": "Üzbegisztán"
},
- "flag": "https://restcountries.eu/data/uzb.svg",
- "regionalBlocs": [],
- "cioc": "UZB"
+ "flag": "https://flagcdn.com/uz.svg",
+ "cioc": "UZB",
+ "independent": false
},
{
"name": "Vanuatu",
@@ -18933,22 +19849,25 @@
"Ripablik blong Vanuatu",
"République de Vanuatu"
],
- "region": "Oceania",
"subregion": "Melanesia",
- "population": 277500,
+ "region": "Oceania",
+ "population": 307150,
"latlng": [
- -16.0,
- 167.0
+ -16,
+ 167
],
"demonym": "Ni-Vanuatu",
- "area": 12189.0,
- "gini": null,
+ "area": 12189,
+ "gini": 37.6,
"timezones": [
"UTC+11:00"
],
- "borders": [],
"nativeName": "Vanuatu",
"numericCode": "548",
+ "flags": {
+ "svg": "https://flagcdn.com/vu.svg",
+ "png": "https://flagcdn.com/w320/vu.png"
+ },
"currencies": [
{
"code": "VUV",
@@ -18977,20 +19896,21 @@
}
],
"translations": {
+ "br": "Vanuatu",
+ "pt": "Vanuatu",
+ "nl": "Vanuatu",
+ "hr": "Vanuatu",
+ "fa": "وانواتو",
"de": "Vanuatu",
"es": "Vanuatu",
"fr": "Vanuatu",
"ja": "バヌアツ",
"it": "Vanuatu",
- "br": "Vanuatu",
- "pt": "Vanuatu",
- "nl": "Vanuatu",
- "hr": "Vanuatu",
- "fa": "وانواتو"
+ "hu": "Vanuatu"
},
- "flag": "https://restcountries.eu/data/vut.svg",
- "regionalBlocs": [],
- "cioc": "VAN"
+ "flag": "https://flagcdn.com/vu.svg",
+ "cioc": "VAN",
+ "independent": true
},
{
"name": "Venezuela (Bolivarian Republic of)",
@@ -19008,15 +19928,15 @@
"Bolivarian Republic of Venezuela",
"República Bolivariana de Venezuela"
],
- "region": "Americas",
"subregion": "South America",
- "population": 31028700,
+ "region": "Americas",
+ "population": 28435943,
"latlng": [
- 8.0,
- -66.0
+ 8,
+ -66
],
"demonym": "Venezuelan",
- "area": 916445.0,
+ "area": 916445,
"gini": 44.8,
"timezones": [
"UTC-04:00"
@@ -19028,11 +19948,15 @@
],
"nativeName": "Venezuela",
"numericCode": "862",
+ "flags": {
+ "svg": "https://flagcdn.com/ve.svg",
+ "png": "https://flagcdn.com/w320/ve.png"
+ },
"currencies": [
{
"code": "VEF",
"name": "Venezuelan bolívar",
- "symbol": "Bs F"
+ "symbol": "Bs S"
}
],
"languages": [
@@ -19044,18 +19968,19 @@
}
],
"translations": {
+ "br": "Venezuela",
+ "pt": "Venezuela",
+ "nl": "Venezuela",
+ "hr": "Venezuela",
+ "fa": "ونزوئلا",
"de": "Venezuela",
"es": "Venezuela",
"fr": "Venezuela",
"ja": "ベネズエラ・ボリバル共和国",
"it": "Venezuela",
- "br": "Venezuela",
- "pt": "Venezuela",
- "nl": "Venezuela",
- "hr": "Venezuela",
- "fa": "ونزوئلا"
+ "hu": "Venezuela"
},
- "flag": "https://restcountries.eu/data/ven.svg",
+ "flag": "https://flagcdn.com/ve.svg",
"regionalBlocs": [
{
"acronym": "USAN",
@@ -19073,10 +19998,11 @@
]
}
],
- "cioc": "VEN"
+ "cioc": "VEN",
+ "independent": true
},
{
- "name": "Viet Nam",
+ "name": "Vietnam",
"topLevelDomain": [
".vn"
],
@@ -19091,16 +20017,16 @@
"Socialist Republic of Vietnam",
"Cộng hòa Xã hội chủ nghĩa Việt Nam"
],
- "region": "Asia",
"subregion": "South-Eastern Asia",
- "population": 92700000,
+ "region": "Asia",
+ "population": 97338583,
"latlng": [
16.16666666,
107.83333333
],
"demonym": "Vietnamese",
- "area": 331212.0,
- "gini": 35.6,
+ "area": 331212,
+ "gini": 35.7,
"timezones": [
"UTC+07:00"
],
@@ -19111,6 +20037,10 @@
],
"nativeName": "Việt Nam",
"numericCode": "704",
+ "flags": {
+ "svg": "https://flagcdn.com/vn.svg",
+ "png": "https://flagcdn.com/w320/vn.png"
+ },
"currencies": [
{
"code": "VND",
@@ -19127,27 +20057,27 @@
}
],
"translations": {
+ "br": "Viêt Nam",
+ "pt": "Vietname",
+ "nl": "Vietnam",
+ "hr": "Vijetnam",
+ "fa": "ویتنام",
"de": "Vietnam",
"es": "Vietnam",
"fr": "Viêt Nam",
"ja": "ベトナム",
"it": "Vietnam",
- "br": "Vietnã",
- "pt": "Vietname",
- "nl": "Vietnam",
- "hr": "Vijetnam",
- "fa": "ویتنام"
+ "hu": "Vietnám"
},
- "flag": "https://restcountries.eu/data/vnm.svg",
+ "flag": "https://flagcdn.com/vn.svg",
"regionalBlocs": [
{
"acronym": "ASEAN",
- "name": "Association of Southeast Asian Nations",
- "otherAcronyms": [],
- "otherNames": []
+ "name": "Association of Southeast Asian Nations"
}
],
- "cioc": "VIE"
+ "cioc": "VIE",
+ "independent": true
},
{
"name": "Wallis and Futuna",
@@ -19165,22 +20095,24 @@
"Territory of the Wallis and Futuna Islands",
"Territoire des îles Wallis et Futuna"
],
- "region": "Oceania",
"subregion": "Polynesia",
+ "region": "Oceania",
"population": 11750,
"latlng": [
-13.3,
-176.2
],
"demonym": "Wallis and Futuna Islander",
- "area": 142.0,
- "gini": null,
+ "area": 142,
"timezones": [
"UTC+12:00"
],
- "borders": [],
"nativeName": "Wallis et Futuna",
"numericCode": "876",
+ "flags": {
+ "svg": "https://flagcdn.com/wf.svg",
+ "png": "https://flagcdn.com/w320/wf.png"
+ },
"currencies": [
{
"code": "XPF",
@@ -19197,20 +20129,20 @@
}
],
"translations": {
+ "br": "Wallis ha Futuna",
+ "pt": "Wallis e Futuna",
+ "nl": "Wallis en Futuna",
+ "hr": "Wallis i Fortuna",
+ "fa": "والیس و فوتونا",
"de": "Wallis und Futuna",
"es": "Wallis y Futuna",
"fr": "Wallis-et-Futuna",
"ja": "ウォリス・フツナ",
"it": "Wallis e Futuna",
- "br": "Wallis e Futuna",
- "pt": "Wallis e Futuna",
- "nl": "Wallis en Futuna",
- "hr": "Wallis i Fortuna",
- "fa": "والیس و فوتونا"
+ "hu": "Wallis és Futuna"
},
- "flag": "https://restcountries.eu/data/wlf.svg",
- "regionalBlocs": [],
- "cioc": ""
+ "flag": "https://flagcdn.com/wf.svg",
+ "independent": false
},
{
"name": "Western Sahara",
@@ -19227,16 +20159,15 @@
"EH",
"Taneẓroft Tutrimt"
],
- "region": "Africa",
"subregion": "Northern Africa",
+ "region": "Africa",
"population": 510713,
"latlng": [
24.5,
- -13.0
+ -13
],
"demonym": "Sahrawi",
- "area": 266000.0,
- "gini": null,
+ "area": 266000,
"timezones": [
"UTC+00:00"
],
@@ -19247,6 +20178,10 @@
],
"nativeName": "الصحراء الغربية",
"numericCode": "732",
+ "flags": {
+ "svg": "https://flagcdn.com/eh.svg",
+ "png": "https://flagcdn.com/w320/eh.png"
+ },
"currencies": [
{
"code": "MAD",
@@ -19268,23 +20203,23 @@
}
],
"translations": {
+ "br": "Sahara ar C'hornôg",
+ "pt": "Saara Ocidental",
+ "nl": "Westelijke Sahara",
+ "hr": "Zapadna Sahara",
+ "fa": "جمهوری دموکراتیک عربی صحرا",
"de": "Westsahara",
"es": "Sahara Occidental",
"fr": "Sahara Occidental",
"ja": "西サハラ",
"it": "Sahara Occidentale",
- "br": "Saara Ocidental",
- "pt": "Saara Ocidental",
- "nl": "Westelijke Sahara",
- "hr": "Zapadna Sahara",
- "fa": "جمهوری دموکراتیک عربی صحرا"
+ "hu": "Nyugat-Szahara"
},
- "flag": "https://restcountries.eu/data/esh.svg",
+ "flag": "https://flagcdn.com/eh.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -19294,7 +20229,7 @@
]
}
],
- "cioc": ""
+ "independent": false
},
{
"name": "Yemen",
@@ -19312,16 +20247,16 @@
"Yemeni Republic",
"al-Jumhūriyyah al-Yamaniyyah"
],
- "region": "Asia",
"subregion": "Western Asia",
- "population": 27478000,
+ "region": "Asia",
+ "population": 29825968,
"latlng": [
- 15.0,
- 48.0
+ 15,
+ 48
],
"demonym": "Yemeni",
- "area": 527968.0,
- "gini": 37.7,
+ "area": 527968,
+ "gini": 36.7,
"timezones": [
"UTC+03:00"
],
@@ -19331,6 +20266,10 @@
],
"nativeName": "اليَمَن",
"numericCode": "887",
+ "flags": {
+ "svg": "https://flagcdn.com/ye.svg",
+ "png": "https://flagcdn.com/w320/ye.png"
+ },
"currencies": [
{
"code": "YER",
@@ -19347,23 +20286,23 @@
}
],
"translations": {
+ "br": "Yemen",
+ "pt": "Iémen",
+ "nl": "Jemen",
+ "hr": "Jemen",
+ "fa": "یمن",
"de": "Jemen",
"es": "Yemen",
"fr": "Yémen",
"ja": "イエメン",
"it": "Yemen",
- "br": "Iêmen",
- "pt": "Iémen",
- "nl": "Jemen",
- "hr": "Jemen",
- "fa": "یمن"
+ "hu": "Jemen"
},
- "flag": "https://restcountries.eu/data/yem.svg",
+ "flag": "https://flagcdn.com/ye.svg",
"regionalBlocs": [
{
"acronym": "AL",
"name": "Arab League",
- "otherAcronyms": [],
"otherNames": [
"جامعة الدول العربية",
"Jāmiʻat ad-Duwal al-ʻArabīyah",
@@ -19371,7 +20310,8 @@
]
}
],
- "cioc": "YEM"
+ "cioc": "YEM",
+ "independent": true
},
{
"name": "Zambia",
@@ -19388,16 +20328,16 @@
"ZM",
"Republic of Zambia"
],
- "region": "Africa",
"subregion": "Eastern Africa",
- "population": 15933883,
+ "region": "Africa",
+ "population": 18383956,
"latlng": [
- -15.0,
- 30.0
+ -15,
+ 30
],
"demonym": "Zambian",
- "area": 752612.0,
- "gini": 54.6,
+ "area": 752618,
+ "gini": 57.1,
"timezones": [
"UTC+02:00"
],
@@ -19413,6 +20353,10 @@
],
"nativeName": "Zambia",
"numericCode": "894",
+ "flags": {
+ "svg": "https://flagcdn.com/zm.svg",
+ "png": "https://flagcdn.com/w320/zm.png"
+ },
"currencies": [
{
"code": "ZMW",
@@ -19429,23 +20373,23 @@
}
],
"translations": {
+ "br": "Zambia",
+ "pt": "Zâmbia",
+ "nl": "Zambia",
+ "hr": "Zambija",
+ "fa": "زامبیا",
"de": "Sambia",
"es": "Zambia",
"fr": "Zambie",
"ja": "ザンビア",
"it": "Zambia",
- "br": "Zâmbia",
- "pt": "Zâmbia",
- "nl": "Zambia",
- "hr": "Zambija",
- "fa": "زامبیا"
+ "hu": "Zambia"
},
- "flag": "https://restcountries.eu/data/zmb.svg",
+ "flag": "https://flagcdn.com/zm.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -19455,7 +20399,8 @@
]
}
],
- "cioc": "ZAM"
+ "cioc": "ZAM",
+ "independent": true
},
{
"name": "Zimbabwe",
@@ -19472,16 +20417,16 @@
"ZW",
"Republic of Zimbabwe"
],
+ "subregion": "Southern Africa",
"region": "Africa",
- "subregion": "Eastern Africa",
- "population": 14240168,
+ "population": 14862927,
"latlng": [
- -20.0,
- 30.0
+ -20,
+ 30
],
"demonym": "Zimbabwean",
- "area": 390757.0,
- "gini": null,
+ "area": 390757,
+ "gini": 50.3,
"timezones": [
"UTC+02:00"
],
@@ -19493,51 +20438,15 @@
],
"nativeName": "Zimbabwe",
"numericCode": "716",
+ "flags": {
+ "svg": "https://flagcdn.com/zw.svg",
+ "png": "https://flagcdn.com/w320/zw.png"
+ },
"currencies": [
{
- "code": "BWP",
- "name": "Botswana pula",
- "symbol": "P"
- },
- {
- "code": "GBP",
- "name": "British pound",
- "symbol": "£"
- },
- {
- "code": "CNY",
- "name": "Chinese yuan",
- "symbol": "¥"
- },
- {
- "code": "EUR",
- "name": "Euro",
- "symbol": "€"
- },
- {
- "code": "INR",
- "name": "Indian rupee",
- "symbol": "₹"
- },
- {
- "code": "JPY",
- "name": "Japanese yen",
- "symbol": "¥"
- },
- {
- "code": "ZAR",
- "name": "South African rand",
- "symbol": "Rs"
- },
- {
- "code": "USD",
- "name": "United States dollar",
- "symbol": "$"
- },
- {
- "code": "(none)",
- "name": null,
- "symbol": null
+ "code": "ZMW",
+ "name": "Zambian kwacha",
+ "symbol": "K"
}
],
"languages": [
@@ -19561,23 +20470,23 @@
}
],
"translations": {
+ "br": "Zimbabwe",
+ "pt": "Zimbabué",
+ "nl": "Zimbabwe",
+ "hr": "Zimbabve",
+ "fa": "زیمباوه",
"de": "Simbabwe",
"es": "Zimbabue",
"fr": "Zimbabwe",
"ja": "ジンバブエ",
"it": "Zimbabwe",
- "br": "Zimbabwe",
- "pt": "Zimbabué",
- "nl": "Zimbabwe",
- "hr": "Zimbabve",
- "fa": "زیمباوه"
+ "hu": "Zimbabwe"
},
- "flag": "https://restcountries.eu/data/zwe.svg",
+ "flag": "https://flagcdn.com/zw.svg",
"regionalBlocs": [
{
"acronym": "AU",
"name": "African Union",
- "otherAcronyms": [],
"otherNames": [
"الاتحاد الأفريقي",
"Union africaine",
@@ -19587,6 +20496,7 @@
]
}
],
- "cioc": "ZIM"
+ "cioc": "ZIM",
+ "independent": true
}
]
\ No newline at end of file