Lebanon
Lebanese Republic
AsiaSovereign Statelb
Souveräner StaatJa
LändercodesLB, LBN (ISO 3166-1)
Offizieller NameLebanese Republic
HauptstadtBeirut
KontinentAsia
Bevölkerung5.5M
Gesamtfläche10,452 km²
Währungل.ل Lebanese pound (LBP)
Vorwahl+961
Internet-TLD.lb
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/lb.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/lb.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/lb.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);