Iran
Islamic Republic of Iran
AsiaSovereign Stateir
Sovereign StateYes
Country CodesIR, IRN (ISO 3166-1)
Official NameIslamic Republic of Iran
Capital CityTehran
ContinentAsia
Population86.0M
Total Area1,648,195 km²
Currency﷼ Iranian rial (IRR)
Calling Code+98
Internet TLD.ir
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ir.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ir.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ir.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);