Finland
Republic of Finland
EuropeSovereign Statefi
Souveräner StaatJa
LändercodesFI, FIN (ISO 3166-1)
Offizieller NameRepublic of Finland
HauptstadtHelsinki
KontinentEurope
Bevölkerung5.7M
Gesamtfläche338,455 km²
Währung€ euro (EUR)
Vorwahl+358
Internet-TLD.fi
API-Nutzung
# 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" } }
);