United States Virgin Islands
Virgin Islands of the United States
Americasvi
Souveräner StaatNein
LändercodesVI, VIR (ISO 3166-1)
Offizieller NameVirgin Islands of the United States
HauptstadtCharlotte Amalie
KontinentAmericas
Bevölkerung87.1K
Gesamtfläche347 km²
Währung$ United States dollar (USD)
Vorwahl+1340
Internet-TLD.vi
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/vi.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/vi.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/vi.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);