Dapatkan informasi tentang negara melalui RESTful API https://restcountries.eu
Proyek negara lain telah diakuisisi oleh apilayer, salah satu penyedia layanan mikro API terkemuka. Kami akan terus mendukung negara-negara lain dan menyediakannya sebagai solusi gratis untuk pengembang. Kami akan membiayai proyek ini sepenuhnya dan telah mematikan fitur donasi.
RESTCountries memiliki lebih dari 1200 pengguna, termasuk:
TTÜ
Indeks Harga Internasional Spotify
Gorilaz
Nafsu berkelana
Xero
FxPro
SKROSS
onefinestay
Petualangan yang Jauh Lebih Baik
Ikuti RESTCountries di Twitter
Atau berlangganan milis
Di bawah ini dijelaskan titik akhir REST yang tersedia yang dapat Anda gunakan untuk mencari negara
https://restcountries.eu/rest/v2/all
Cari berdasarkan nama negara. Bisa berupa nama asli atau nama sebagian
https: //restcountries.eu/rest/v2/name/{name}
https://restcountries.eu/rest/v2/name/eesti
https://restcountries.eu/rest/v2/name/united
Cari berdasarkan nama lengkap negara
https: //restcountries.eu/rest/v2/name/{name}?fullText=true
https://restcountries.eu/rest/v2/name/aruba?fullText=true
Cari berdasarkan kode negara ISO 3166-1 2 huruf atau 3 huruf
https: //restcountries.eu/rest/v2/alpha/{code}
https://restcountries.eu/rest/v2/alpha/co
https://restcountries.eu/rest/v2/alpha/col
Cari berdasarkan daftar kode negara ISO 3166-1 2 huruf atau 3 huruf
https: //restcountries.eu/rest/v2/alpha?codes={code};{code};{code}
https://restcountries.eu/rest/v2/alpha?codes=col;no;ee
Cari berdasarkan kode mata uang ISO 4217
https: //restcountries.eu/rest/v2/currency/{currency}
https://restcountries.eu/rest/v2/currency/cop
Cari berdasarkan kode bahasa ISO 639-1
https: //restcountries.eu/rest/v2/lang/{et}
https://restcountries.eu/rest/v2/lang/es
Cari berdasarkan ibu kota
https: //restcountries.eu/rest/v2/capital/{capital}
https://restcountries.eu/rest/v2/capital/tallinn
Cari berdasarkan kode panggilan
https: //restcountries.eu/rest/v2/callingcode/{callingcode}
https://restcountries.eu/rest/v2/callingcode/372
Cari berdasarkan wilayah: Afrika, Amerika, Asia, Eropa, Oseania
https: //restcountries.eu/rest/v2/region/{region}
https://restcountries.eu/rest/v2/region/europe
Cari berdasarkan blok regional:
https: //restcountries.eu/rest/v2/regionalbloc/{regionalbloc}
https://restcountries.eu/rest/v2/regionalbloc/eu
https://restcountries.eu/rest/v2/alpha/col
[[{
"name" : " Colombia " ,
"topLevelDomain" : [ " .co " ],
"alpha2Code" : " CO " ,
"alpha3Code" : " COL " ,
"callingCodes" : [ " 57 " ],
"capital" : " Bogotá " ,
"altSpellings" : [ " CO " , " Republic of Colombia " , " República de Colombia " ],
"region" : " Americas " ,
"subregion" : " South America " ,
"population" : 48759958 ,
"latlng" : [ 4.0 , -72.0 ],
"demonym" : " Colombian " ,
"area" : 1141748.0 ,
"gini" : 55.9 ,
"timezones" : [ " UTC-05:00 " ],
"borders" : [ " BRA " , " ECU " , " PAN " , " PER " , " VEN " ],
"nativeName" : " Colombia " ,
"numericCode" : " 170 " ,
"currencies" : [{
"code" : " COP " ,
"name" : " Colombian peso " ,
"symbol" : " $ "
}],
"languages" : [{
"iso639_1" : " es " ,
"iso639_2" : " spa " ,
"name" : " Spanish " ,
"nativeName" : " Español "
}],
"translations" : {
"de" : " Kolumbien " ,
"es" : " Colombia " ,
"fr" : " Colombie " ,
"ja" : "コロンビア" ,
"it" : " Colombia " ,
"br" : " Colômbia " ,
"pt" : " Colômbia "
},
"flag" : " https://restcountries.eu/data/col.svg " ,
"regionalBlocs" : [{
"acronym" : " PA " ,
"name" : " Pacific Alliance " ,
"otherAcronyms" : [],
"otherNames" : [ " Alianza del Pacífico " ]
}, {
"acronym" : " USAN " ,
"name" : " Union of South American Nations " ,
"otherAcronyms" : [ " UNASUR " , " UNASUL " , " UZAN " ],
"otherNames" : [ " Unión de Naciones Suramericanas " , " União de Nações Sul-Americanas " , " Unie van Zuid-Amerikaanse Naties " , " South American Union " ]
}]
}]
Anda dapat memfilter keluaran permintaan Anda untuk hanya menyertakan bidang tertentu.
https: //restcountries.eu/rest/v2/{service}?fields={field};{field};{field}
https://restcountries.eu/rest/v2/all?fields=name;capital;currencies
Lisensi Publik Mozilla MPL 2.0