Cocos (Keeling) Islands
Territory of the Cocos (Keeling) Islands
Oceaniacc
Sovereign StateNo
Country CodesCC, CCK (ISO 3166-1)
Official NameTerritory of the Cocos (Keeling) Islands
Capital CityWest Island
ContinentOceania
Population593
Total Area14 km²
Currency$ Australian dollar (AUD)
Calling Code+61
Internet TLD.cc
API Usage
# 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" } }
);