Vatican City flag

Vatican City

Vatican City State

EuropeSovereign Stateva
Souveräner StaatJa
LändercodesVA, VAT (ISO 3166-1)
Offizieller NameVatican City State
HauptstadtVatican City
KontinentEurope
Bevölkerung882
Gesamtfläche0.49 km²
Währung€ euro (EUR)
Vorwahl+3906698
Internet-TLD.va

Verfügbare Formate

SVGVector — Scalable
Vatican City SVG flag
PNGRaster — Multiple sizes
Vatican City 20px

w20

Vatican City 40px

w40

Vatican City 80px

w80

Vatican City 160px

w160

Vatican City 320px

w320

Vatican City 640px

w640

Vatican City 1280px

w1280

Vatican City 2560px

w2560

API-Nutzung

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

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

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