Erhalten Sie Informationen über Länder über eine RESTful-API https://restcountries.eu
Das Restcountries-Projekt wurde von apilayer übernommen, einem der führenden Anbieter von API-Microservices. Wir werden die übrigen Länder weiterhin unterstützen und es als kostenlose Lösung für Entwickler bereitstellen. Wir werden dieses Projekt vollständig finanzieren und haben die Spendenfunktion deaktiviert.
RESTCountries hat über 1200 Benutzer, darunter:
TTÜ
Spotify Internationaler Preisindex
Gorillaz
Fernweh
Xero
FxPro
SKROSS
onefinestay
Viel bessere Abenteuer
Folgen Sie RESTCountries auf Twitter
Oder abonnieren Sie die Mailingliste
Nachfolgend werden die verfügbaren REST-Endpunkte beschrieben, mit denen Sie nach Ländern suchen können
https://restcountries.eu/rest/v2/all
Suche nach Ländernamen. Es kann sich um den nativen Namen oder einen Teilnamen handeln
https: //restcountries.eu/rest/v2/name/{name}
https://restcountries.eu/rest/v2/name/eesti
https://restcountries.eu/rest/v2/name/united
Suche nach vollständigem Ländernamen
https: //restcountries.eu/rest/v2/name/{name}?fullText=true
https://restcountries.eu/rest/v2/name/aruba?fullText=true
Suche nach ISO 3166-1 2-Buchstaben- oder 3-Buchstaben-Ländercode
https: //restcountries.eu/rest/v2/alpha/{code}
https://restcountries.eu/rest/v2/alpha/co
https://restcountries.eu/rest/v2/alpha/col
Suchen Sie nach einer Liste von ISO 3166-1-Ländercodes mit zwei oder drei Buchstaben
https: //restcountries.eu/rest/v2/alpha?codes={code};{code};{code}
https://restcountries.eu/rest/v2/alpha?codes=col;no;ee
Suche nach ISO 4217-Währungscode
https: //restcountries.eu/rest/v2/currency/{currency}
https://restcountries.eu/rest/v2/currency/cop
Suche nach ISO 639-1-Sprachcode
https: //restcountries.eu/rest/v2/lang/{et}
https://restcountries.eu/rest/v2/lang/es
Suche nach Hauptstadt
https: //restcountries.eu/rest/v2/capital/{capital}
https://restcountries.eu/rest/v2/capital/tallinn
Suche nach Aufrufcode
https: //restcountries.eu/rest/v2/callingcode/{callingcode}
https://restcountries.eu/rest/v2/callingcode/372
Suche nach Region: Afrika, Amerika, Asien, Europa, Ozeanien
https: //restcountries.eu/rest/v2/region/{region}
https://restcountries.eu/rest/v2/region/europe
Suche nach Regionalblock:
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 " ]
}]
}]
Sie können die Ausgabe Ihrer Anfrage so filtern, dass sie nur die angegebenen Felder enthält.
https: //restcountries.eu/rest/v2/{service}?fields={field};{field};{field}
https://restcountries.eu/rest/v2/all?fields=name;capital;currencies
Mozilla Public License MPL 2.0