Ivory Coast
Republic of Côte d'Ivoire
AfricaSovereign Stateci
Sovereign StateYes
Country CodesCI, CIV (ISO 3166-1)
Official NameRepublic of Côte d'Ivoire
Capital CityYamoussoukro
ContinentAfrica
Population31.7M
Total Area322,463 km²
CurrencyFr West African CFA franc (XOF)
Calling Code+225
Internet TLD.ci
API Usage
# 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" } }
);