Ethiopia
Federal Democratic Republic of Ethiopia
AfricaSovereign Stateet
Souveräner StaatJa
LändercodesET, ETH (ISO 3166-1)
Offizieller NameFederal Democratic Republic of Ethiopia
HauptstadtAddis Ababa
KontinentAfrica
Bevölkerung111.7M
Gesamtfläche1,104,300 km²
WährungBr Ethiopian birr (ETB)
Vorwahl+251
Internet-TLD.et
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/et.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/et.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/et.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);