Cocos (Keeling) Islands
Territory of the Cocos (Keeling) Islands
Oceaniacc
Souveräner StaatNein
LändercodesCC, CCK (ISO 3166-1)
Offizieller NameTerritory of the Cocos (Keeling) Islands
HauptstadtWest Island
KontinentOceania
Bevölkerung593
Gesamtfläche14 km²
Währung$ Australian dollar (AUD)
Vorwahl+61
Internet-TLD.cc
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cc.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cc.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/cc.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);