Saint Barthélemy flag

Saint Barthélemy

Collectivity of Saint Barthélemy

Americasbl
Souveräner StaatNein
LändercodesBL, BLM (ISO 3166-1)
Offizieller NameCollectivity of Saint Barthélemy
HauptstadtGustavia
KontinentAmericas
Bevölkerung10.6K
Gesamtfläche21 km²
Währung€ euro (EUR)
Vorwahl+590
Internet-TLD.bl

Verfügbare Formate

SVGVector — Scalable
Saint Barthélemy SVG flag
PNGRaster — Multiple sizes
Saint Barthélemy 20px

w20

Saint Barthélemy 40px

w40

Saint Barthélemy 80px

w80

Saint Barthélemy 160px

w160

Saint Barthélemy 320px

w320

Saint Barthélemy 640px

w640

Saint Barthélemy 1280px

w1280

Saint Barthélemy 2560px

w2560

API-Nutzung

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

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

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