Benin flag

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

Available Formats

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

w20

Benin 40px

w40

Benin 80px

w80

Benin 160px

w160

Benin 320px

w320

Benin 640px

w640

Benin 1280px

w1280

Benin 2560px

w2560

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