Benin
Republic of Benin
AfricaSovereign Statebj
Sovereign StateYes
Country CodesBJ, BEN (ISO 3166-1)
Official NameRepublic of Benin
Capital CityPorto-Novo
ContinentAfrica
Population13.2M
Total Area112,622 km²
CurrencyFr West African CFA franc (XOF)
Calling Code+229
Internet TLD.bj
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/bj.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/bj.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/bj.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);