Faroe Islands
Europefo
Sovereign StateNo
Country CodesFO, FRO (ISO 3166-1)
Official NameFaroe Islands
Capital CityTórshavn
ContinentEurope
Population54.9K
Total Area1,393 km²
Currencykr Danish krone (DKK)
Calling Code+298
Internet TLD.fo
API Usage
# 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" } }
);