Sudan
Republic of the Sudan
AfricaSovereign Statesd
Souveräner StaatJa
LändercodesSD, SDN (ISO 3166-1)
Offizieller NameRepublic of the Sudan
HauptstadtKhartoum
KontinentAfrica
Bevölkerung51.7M
Gesamtfläche1,886,068 km²
Währungج.س Sudanese pound (SDG)
Vorwahl+249
Internet-TLD.sd
API-Nutzung
# 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" } }
);