Saint Kitts and Nevis
Federation of Saint Christopher and Nevis
AmericasSovereign Statekn
Souveräner StaatJa
LändercodesKN, KNA (ISO 3166-1)
Offizieller NameFederation of Saint Christopher and Nevis
HauptstadtBasseterre
KontinentAmericas
Bevölkerung51.3K
Gesamtfläche261 km²
Währung$ Eastern Caribbean dollar (XCD)
Vorwahl+1869
Internet-TLD.kn
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/kn.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/kn.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/kn.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);