Sudan flag

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

Verfügbare Formate

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

w20

Sudan 40px

w40

Sudan 80px

w80

Sudan 160px

w160

Sudan 320px

w320

Sudan 640px

w640

Sudan 1280px

w1280

Sudan 2560px

w2560

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