South Sudan flag

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

Available Formats

SVGVector — Scalable
South Sudan SVG flag
PNGRaster — Multiple sizes
South Sudan 20px

w20

South Sudan 40px

w40

South Sudan 80px

w80

South Sudan 160px

w160

South Sudan 320px

w320

South Sudan 640px

w640

South Sudan 1280px

w1280

South Sudan 2560px

w2560

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