Bouvet Island
Antarcticbv
Souveräner StaatNein
LändercodesBV, BVT (ISO 3166-1)
Offizieller NameBouvet Island
KontinentAntarctic
Gesamtfläche49 km²
Vorwahl+47
Internet-TLD.bv
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" } }
);