Wallis and Futuna flag

Wallis and Futuna

Territory of the Wallis and Futuna Islands

Oceaniawf
Sovereign StateNo
Country CodesWF, WLF (ISO 3166-1)
Official NameTerritory of the Wallis and Futuna Islands
Capital CityMata-Utu
ContinentOceania
Population11.6K
Total Area142 km²
Currency₣ CFP franc (XPF)
Calling Code+681
Internet TLD.wf

Available Formats

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 Usage

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