Brunei
Nation of Brunei, Abode of Peace
AsiaSovereign Statebn
Souveräner StaatJa
LändercodesBN, BRN (ISO 3166-1)
Offizieller NameNation of Brunei, Abode of Peace
HauptstadtBandar Seri Begawan
KontinentAsia
Bevölkerung455.5K
Gesamtfläche5,765 km²
Währung$ Brunei dollar (BND)
Vorwahl+673
Internet-TLD.bn
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/bn.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/bn.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/bn.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);