Burundi
Republic of Burundi
AfricaSovereign Statebi
Souveräner StaatJa
LändercodesBI, BDI (ISO 3166-1)
Offizieller NameRepublic of Burundi
HauptstadtGitega
KontinentAfrica
Bevölkerung12.3M
Gesamtfläche27,834 km²
WährungFr Burundian franc (BIF)
Vorwahl+257
Internet-TLD.bi
API-Nutzung
# 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" } }
);