Belgium flag

Belgium

Kingdom of Belgium

EuropeSovereign Statebe
Souveräner StaatJa
LändercodesBE, BEL (ISO 3166-1)
Offizieller NameKingdom of Belgium
HauptstadtBrussels
KontinentEurope
Bevölkerung11.8M
Gesamtfläche30,528 km²
Währung€ euro (EUR)
Vorwahl+32
Internet-TLD.be

Verfügbare Formate

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-Nutzung

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