Iran
Islamic Republic of Iran
AsiaSovereign Stateir
Souveräner StaatJa
LändercodesIR, IRN (ISO 3166-1)
Offizieller NameIslamic Republic of Iran
HauptstadtTehran
KontinentAsia
Bevölkerung86.0M
Gesamtfläche1,648,195 km²
Währung﷼ Iranian rial (IRR)
Vorwahl+98
Internet-TLD.ir
API-Nutzung
# 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" } }
);