Egypt flag

Egypt

Arab Republic of Egypt

AfricaSovereign Stateeg
Souveräner StaatJa
LändercodesEG, EGY (ISO 3166-1)
Offizieller NameArab Republic of Egypt
HauptstadtCairo
KontinentAfrica
Bevölkerung107.3M
Gesamtfläche1,002,450 km²
Währung£ Egyptian pound (EGP)
Vorwahl+20
Internet-TLD.eg

Verfügbare Formate

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

w20

Egypt 40px

w40

Egypt 80px

w80

Egypt 160px

w160

Egypt 320px

w320

Egypt 640px

w640

Egypt 1280px

w1280

Egypt 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/eg.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/eg.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/eg.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);