Switzerland flag

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

Verfügbare Formate

SVGVector — Scalable
Switzerland SVG flag
PNGRaster — Multiple sizes
Switzerland 20px

w20

Switzerland 40px

w40

Switzerland 80px

w80

Switzerland 160px

w160

Switzerland 320px

w320

Switzerland 640px

w640

Switzerland 1280px

w1280

Switzerland 2560px

w2560

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