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