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