Brunei flag

Brunei

Nation of Brunei, Abode of Peace

AsiaSovereign Statebn
Sovereign StateYes
Country CodesBN, BRN (ISO 3166-1)
Official NameNation of Brunei, Abode of Peace
Capital CityBandar Seri Begawan
ContinentAsia
Population455.5K
Total Area5,765 km²
Currency$ Brunei dollar (BND)
Calling Code+673
Internet TLD.bn

Available Formats

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

w20

Brunei 40px

w40

Brunei 80px

w80

Brunei 160px

w160

Brunei 320px

w320

Brunei 640px

w640

Brunei 1280px

w1280

Brunei 2560px

w2560

API Usage

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