Samoa flag

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

Verfügbare Formate

SVGVector — Scalable
Samoa SVG flag
PNGRaster — Multiple sizes
Samoa 20px

w20

Samoa 40px

w40

Samoa 80px

w80

Samoa 160px

w160

Samoa 320px

w320

Samoa 640px

w640

Samoa 1280px

w1280

Samoa 2560px

w2560

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