Ethiopia
Federal Democratic Republic of Ethiopia
AfricaSovereign Stateet
Sovereign StateYes
Country CodesET, ETH (ISO 3166-1)
Official NameFederal Democratic Republic of Ethiopia
Capital CityAddis Ababa
ContinentAfrica
Population111.7M
Total Area1,104,300 km²
CurrencyBr Ethiopian birr (ETB)
Calling Code+251
Internet TLD.et
API Usage
# 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" } }
);