British Virgin Islands
Virgin Islands
Americasvg
Souveräner StaatNein
LändercodesVG, VGB (ISO 3166-1)
Offizieller NameVirgin Islands
HauptstadtRoad Town
KontinentAmericas
Bevölkerung39.5K
Gesamtfläche151 km²
Währung$ United States dollar (USD)
Vorwahl+1284
Internet-TLD.vg
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/vg.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/vg.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/vg.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);