Samoa
Independent State of Samoa
OceaniaSovereign Statews
Souveräner StaatJa
LändercodesWS, WSM (ISO 3166-1)
Offizieller NameIndependent State of Samoa
HauptstadtApia
KontinentOceania
Bevölkerung205.6K
Gesamtfläche2,842 km²
WährungT Samoan tālā (WST)
Vorwahl+685
Internet-TLD.ws
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ws.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ws.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ws.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);