Bhutan
Kingdom of Bhutan
AsiaSovereign Statebt
Sovereign StateYes
Country CodesBT, BTN (ISO 3166-1)
Official NameKingdom of Bhutan
Capital CityThimphu
ContinentAsia
Population784.0K
Total Area38,394 km²
CurrencyNu. Bhutanese ngultrum (BTN)
Calling Code+975
Internet TLD.bt
API Usage
# 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" } }
);