Wallis and Futuna flag

Wallis and Futuna

Territory of the Wallis and Futuna Islands

Oceaniawf
Souveräner StaatNein
LändercodesWF, WLF (ISO 3166-1)
Offizieller NameTerritory of the Wallis and Futuna Islands
HauptstadtMata-Utu
KontinentOceania
Bevölkerung11.6K
Gesamtfläche142 km²
Währung₣ CFP franc (XPF)
Vorwahl+681
Internet-TLD.wf

Verfügbare Formate

SVGVector — Scalable
Wallis and Futuna SVG flag
PNGRaster — Multiple sizes
Wallis and Futuna 20px

w20

Wallis and Futuna 40px

w40

Wallis and Futuna 80px

w80

Wallis and Futuna 160px

w160

Wallis and Futuna 320px

w320

Wallis and Futuna 640px

w640

Wallis and Futuna 1280px

w1280

Wallis and Futuna 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/wf.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/wf.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/wf.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);