Iraq
Republic of Iraq
AsiaSovereign Stateiq
Sovereign StateYes
Country CodesIQ, IRQ (ISO 3166-1)
Official NameRepublic of Iraq
Capital CityBaghdad
ContinentAsia
Population46.1M
Total Area438,317 km²
Currencyع.د Iraqi dinar (IQD)
Calling Code+964
Internet TLD.iq
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/iq.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/iq.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/iq.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);