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
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" } }
);