Solomon Islands flag

Solomon Islands

OceaniaSovereign Statesb
Souveräner StaatJa
LändercodesSB, SLB (ISO 3166-1)
Offizieller NameSolomon Islands
HauptstadtHoniara
KontinentOceania
Bevölkerung750.3K
Gesamtfläche28,896 km²
Währung$ Solomon Islands dollar (SBD)
Vorwahl+677
Internet-TLD.sb

Verfügbare Formate

SVGVector — Scalable
Solomon Islands SVG flag
PNGRaster — Multiple sizes
Solomon Islands 20px

w20

Solomon Islands 40px

w40

Solomon Islands 80px

w80

Solomon Islands 160px

w160

Solomon Islands 320px

w320

Solomon Islands 640px

w640

Solomon Islands 1280px

w1280

Solomon Islands 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/sb.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/sb.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/sb.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);