Saint Vincent and the Grenadines flag

Saint Vincent and the Grenadines

AmericasSovereign Statevc
Souveräner StaatJa
LändercodesVC, VCT (ISO 3166-1)
Offizieller NameSaint Vincent and the Grenadines
HauptstadtKingstown
KontinentAmericas
Bevölkerung110.9K
Gesamtfläche389 km²
Währung$ Eastern Caribbean dollar (XCD)
Vorwahl+1784
Internet-TLD.vc

Verfügbare Formate

SVGVector — Scalable
Saint Vincent and the Grenadines SVG flag
PNGRaster — Multiple sizes
Saint Vincent and the Grenadines 20px

w20

Saint Vincent and the Grenadines 40px

w40

Saint Vincent and the Grenadines 80px

w80

Saint Vincent and the Grenadines 160px

w160

Saint Vincent and the Grenadines 320px

w320

Saint Vincent and the Grenadines 640px

w640

Saint Vincent and the Grenadines 1280px

w1280

Saint Vincent and the Grenadines 2560px

w2560

API-Nutzung

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

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

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