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