Venezuela
Bolivarian Republic of Venezuela
AmericasSovereign Stateve
Souveräner StaatJa
LändercodesVE, VEN (ISO 3166-1)
Offizieller NameBolivarian Republic of Venezuela
HauptstadtCaracas
KontinentAmericas
Bevölkerung28.5M
Gesamtfläche916,445 km²
WährungBs.S. Venezuelan bolívar soberano (VES)
Vorwahl+58
Internet-TLD.ve
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ve.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ve.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ve.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);