Switzerland
Swiss Confederation
EuropeSovereign Statech
Souveräner StaatJa
LändercodesCH, CHE (ISO 3166-1)
Offizieller NameSwiss Confederation
HauptstadtBern
KontinentEurope
Bevölkerung9.1M
Gesamtfläche41,284 km²
WährungFr. Swiss franc (CHF)
Vorwahl+41
Internet-TLD.ch
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ch.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ch.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ch.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);