Liechtenstein flag

Liechtenstein

Principality of Liechtenstein

EuropeSovereign Stateli
Souveräner StaatJa
LändercodesLI, LIE (ISO 3166-1)
Offizieller NamePrincipality of Liechtenstein
HauptstadtVaduz
KontinentEurope
Bevölkerung40.9K
Gesamtfläche160 km²
WährungFr Swiss franc (CHF)
Vorwahl+423
Internet-TLD.li

Verfügbare Formate

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

w20

Liechtenstein 40px

w40

Liechtenstein 80px

w80

Liechtenstein 160px

w160

Liechtenstein 320px

w320

Liechtenstein 640px

w640

Liechtenstein 1280px

w1280

Liechtenstein 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/li.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/li.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/li.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);