Curaçao
Country of Curaçao
Americascw
Souveräner StaatNein
LändercodesCW, CUW (ISO 3166-1)
Offizieller NameCountry of Curaçao
HauptstadtWillemstad
KontinentAmericas
Bevölkerung156.1K
Gesamtfläche444 km²
Währungƒ Netherlands Antillean guilder (ANG)
Vorwahl+599
Internet-TLD.cw
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cw.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cw.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/cw.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);