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