New Caledonia
Oceanianc
Souveräner StaatNein
LändercodesNC, NCL (ISO 3166-1)
Offizieller NameNew Caledonia
HauptstadtNouméa
KontinentOceania
Bevölkerung264.6K
Gesamtfläche18,575 km²
Währung₣ CFP franc (XPF)
Vorwahl+687
Internet-TLD.nc
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/nc.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/nc.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/nc.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);