Ivory Coast
Republic of Côte d'Ivoire
AfricaSovereign Stateci
Souveräner StaatJa
LändercodesCI, CIV (ISO 3166-1)
Offizieller NameRepublic of Côte d'Ivoire
HauptstadtYamoussoukro
KontinentAfrica
Bevölkerung31.7M
Gesamtfläche322,463 km²
WährungFr West African CFA franc (XOF)
Vorwahl+225
Internet-TLD.ci
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ci.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ci.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ci.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);