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