Ethiopia flag

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

Available Formats

SVGVector — Scalable
Ethiopia SVG flag
PNGRaster — Multiple sizes
Ethiopia 20px

w20

Ethiopia 40px

w40

Ethiopia 80px

w80

Ethiopia 160px

w160

Ethiopia 320px

w320

Ethiopia 640px

w640

Ethiopia 1280px

w1280

Ethiopia 2560px

w2560

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" } }
);