Bhutan flag

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

Verfügbare Formate

SVGVector — Scalable
Bhutan SVG flag
PNGRaster — Multiple sizes
Bhutan 20px

w20

Bhutan 40px

w40

Bhutan 80px

w80

Bhutan 160px

w160

Bhutan 320px

w320

Bhutan 640px

w640

Bhutan 1280px

w1280

Bhutan 2560px

w2560

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