South Sudan
Republic of South Sudan
AfricaSovereign Statess
Souveräner StaatJa
LändercodesSS, SSD (ISO 3166-1)
Offizieller NameRepublic of South Sudan
HauptstadtJuba
KontinentAfrica
Bevölkerung15.8M
Gesamtfläche619,745 km²
Währung£ South Sudanese pound (SSP)
Vorwahl+211
Internet-TLD.ss
API-Nutzung
# 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" } }
);