Bouvet Island flag

Bouvet Island

Antarcticbv
Souveräner StaatNein
LändercodesBV, BVT (ISO 3166-1)
Offizieller NameBouvet Island
KontinentAntarctic
Gesamtfläche49 km²
Vorwahl+47
Internet-TLD.bv

Verfügbare Formate

SVGVector — Scalable
Bouvet Island SVG flag
PNGRaster — Multiple sizes
Bouvet Island 20px

w20

Bouvet Island 40px

w40

Bouvet Island 80px

w80

Bouvet Island 160px

w160

Bouvet Island 320px

w320

Bouvet Island 640px

w640

Bouvet Island 1280px

w1280

Bouvet Island 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/bv.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/bv.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/bv.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);