Ethiopia flag

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

Verfügbare Formate

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