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