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