Luxembourg flag

Luxembourg

Grand Duchy of Luxembourg

EuropeSovereign Statelu
Souveräner StaatJa
LändercodesLU, LUX (ISO 3166-1)
Offizieller NameGrand Duchy of Luxembourg
HauptstadtLuxembourg
KontinentEurope
Bevölkerung682.0K
Gesamtfläche2,586 km²
Währung€ euro (EUR)
Vorwahl+352
Internet-TLD.lu

Verfügbare Formate

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

w20

Luxembourg 40px

w40

Luxembourg 80px

w80

Luxembourg 160px

w160

Luxembourg 320px

w320

Luxembourg 640px

w640

Luxembourg 1280px

w1280

Luxembourg 2560px

w2560

API-Nutzung

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

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

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