Belize
AmericasSovereign Statebz
Souveräner StaatJa
LändercodesBZ, BLZ (ISO 3166-1)
Offizieller NameBelize
HauptstadtBelmopan
KontinentAmericas
Bevölkerung417.6K
Gesamtfläche22,966 km²
Währung$ Belize dollar (BZD)
Vorwahl+501
Internet-TLD.bz
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/bz.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/bz.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/bz.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);