Cape Verde
Republic of Cabo Verde
AfricaSovereign Statecv
Souveräner StaatJa
LändercodesCV, CPV (ISO 3166-1)
Offizieller NameRepublic of Cabo Verde
HauptstadtPraia
KontinentAfrica
Bevölkerung491.2K
Gesamtfläche4,033 km²
WährungEsc Cape Verdean escudo (CVE)
Vorwahl+238
Internet-TLD.cv
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cv.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cv.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/cv.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);