Somalia
Federal Republic of Somalia
AfricaSovereign Stateso
Souveräner StaatJa
LändercodesSO, SOM (ISO 3166-1)
Offizieller NameFederal Republic of Somalia
HauptstadtMogadishu
KontinentAfrica
Bevölkerung19.7M
Gesamtfläche637,657 km²
WährungSh Somali shilling (SOS)
Vorwahl+252
Internet-TLD.so
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/so.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/so.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/so.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);