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