Faroe Islands
Europefo
Souveräner StaatNein
LändercodesFO, FRO (ISO 3166-1)
Offizieller NameFaroe Islands
HauptstadtTórshavn
KontinentEurope
Bevölkerung54.9K
Gesamtfläche1,393 km²
Währungkr Danish krone (DKK)
Vorwahl+298
Internet-TLD.fo
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/fo.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/fo.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/fo.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);