Cocos (Keeling) Islands flag

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

Verfügbare Formate

SVGVector — Scalable
Cocos (Keeling) Islands SVG flag
PNGRaster — Multiple sizes
Cocos (Keeling) Islands 20px

w20

Cocos (Keeling) Islands 40px

w40

Cocos (Keeling) Islands 80px

w80

Cocos (Keeling) Islands 160px

w160

Cocos (Keeling) Islands 320px

w320

Cocos (Keeling) Islands 640px

w640

Cocos (Keeling) Islands 1280px

w1280

Cocos (Keeling) Islands 2560px

w2560

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" } }
);