Faroe Islands flag

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

Verfügbare Formate

SVGVector — Scalable
Faroe Islands SVG flag
PNGRaster — Multiple sizes
Faroe Islands 20px

w20

Faroe Islands 40px

w40

Faroe Islands 80px

w80

Faroe Islands 160px

w160

Faroe Islands 320px

w320

Faroe Islands 640px

w640

Faroe Islands 1280px

w1280

Faroe Islands 2560px

w2560

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" } }
);