Estonia
Republic of Estonia
EuropeSovereign Stateee
Sovereign StateYes
Country CodesEE, EST (ISO 3166-1)
Official NameRepublic of Estonia
Capital CityTallinn
ContinentEurope
Population1.4M
Total Area45,227 km²
Currency€ euro (EUR)
Calling Code+372
Internet TLD.ee
API Usage
# 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" } }
);