Finland
Republic of Finland
EuropeSovereign Statefi
Sovereign StateYes
Country CodesFI, FIN (ISO 3166-1)
Official NameRepublic of Finland
Capital CityHelsinki
ContinentEurope
Population5.7M
Total Area338,455 km²
Currency€ euro (EUR)
Calling Code+358
Internet TLD.fi
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/fi.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/fi.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/fi.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);