Burundi
Republic of Burundi
AfricaSovereign Statebi
Sovereign StateYes
Country CodesBI, BDI (ISO 3166-1)
Official NameRepublic of Burundi
Capital CityGitega
ContinentAfrica
Population12.3M
Total Area27,834 km²
CurrencyFr Burundian franc (BIF)
Calling Code+257
Internet TLD.bi
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/bi.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/bi.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/bi.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);