Sudan
Republic of the Sudan
AfricaSovereign Statesd
Sovereign StateYes
Country CodesSD, SDN (ISO 3166-1)
Official NameRepublic of the Sudan
Capital CityKhartoum
ContinentAfrica
Population51.7M
Total Area1,886,068 km²
Currencyج.س Sudanese pound (SDG)
Calling Code+249
Internet TLD.sd
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/sd.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/sd.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/sd.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);