Burundi flag

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

Available Formats

SVGVector — Scalable
Burundi SVG flag
PNGRaster — Multiple sizes
Burundi 20px

w20

Burundi 40px

w40

Burundi 80px

w80

Burundi 160px

w160

Burundi 320px

w320

Burundi 640px

w640

Burundi 1280px

w1280

Burundi 2560px

w2560

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" } }
);