Somalia
Federal Republic of Somalia
AfricaSovereign Stateso
Sovereign StateYes
Country CodesSO, SOM (ISO 3166-1)
Official NameFederal Republic of Somalia
Capital CityMogadishu
ContinentAfrica
Population19.7M
Total Area637,657 km²
CurrencySh Somali shilling (SOS)
Calling Code+252
Internet TLD.so
API Usage
# 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" } }
);