Belgium flag

Belgium

Kingdom of Belgium

EuropeSovereign Statebe
Sovereign StateYes
Country CodesBE, BEL (ISO 3166-1)
Official NameKingdom of Belgium
Capital CityBrussels
ContinentEurope
Population11.8M
Total Area30,528 km²
Currency€ euro (EUR)
Calling Code+32
Internet TLD.be

Available Formats

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

w20

Belgium 40px

w40

Belgium 80px

w80

Belgium 160px

w160

Belgium 320px

w320

Belgium 640px

w640

Belgium 1280px

w1280

Belgium 2560px

w2560

API Usage

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/be.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/be.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/be.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);