South Sudan
Republic of South Sudan
AfricaSovereign Statess
Sovereign StateYes
Country CodesSS, SSD (ISO 3166-1)
Official NameRepublic of South Sudan
Capital CityJuba
ContinentAfrica
Population15.8M
Total Area619,745 km²
Currency£ South Sudanese pound (SSP)
Calling Code+211
Internet TLD.ss
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ss.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ss.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ss.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);