Bhutan
Kingdom of Bhutan
AsiaSovereign Statebt
Souveräner StaatJa
LändercodesBT, BTN (ISO 3166-1)
Offizieller NameKingdom of Bhutan
HauptstadtThimphu
KontinentAsia
Bevölkerung784.0K
Gesamtfläche38,394 km²
WährungNu. Bhutanese ngultrum (BTN)
Vorwahl+975
Internet-TLD.bt
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/bt.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/bt.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/bt.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);