Christmas Island
Territory of Christmas Island
Oceaniacx
Souveräner StaatNein
LändercodesCX, CXR (ISO 3166-1)
Offizieller NameTerritory of Christmas Island
HauptstadtFlying Fish Cove
KontinentOceania
Bevölkerung1.7K
Gesamtfläche135 km²
Währung$ Australian dollar (AUD)
Vorwahl+61
Internet-TLD.cx
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cx.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cx.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/cx.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);