Estonia flag

Estonia

Republic of Estonia

EuropeSovereign Stateee
Souveräner StaatJa
LändercodesEE, EST (ISO 3166-1)
Offizieller NameRepublic of Estonia
HauptstadtTallinn
KontinentEurope
Bevölkerung1.4M
Gesamtfläche45,227 km²
Währung€ euro (EUR)
Vorwahl+372
Internet-TLD.ee

Verfügbare Formate

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

w20

Estonia 40px

w40

Estonia 80px

w80

Estonia 160px

w160

Estonia 320px

w320

Estonia 640px

w640

Estonia 1280px

w1280

Estonia 2560px

w2560

API-Nutzung

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

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

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