Samoa
Independent State of Samoa
OceaniaSovereign Statews
Sovereign StateYes
Country CodesWS, WSM (ISO 3166-1)
Official NameIndependent State of Samoa
Capital CityApia
ContinentOceania
Population205.6K
Total Area2,842 km²
CurrencyT Samoan tālā (WST)
Calling Code+685
Internet TLD.ws
API Usage
# 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" } }
);