Lebanon
Lebanese Republic
AsiaSovereign Statelb
Sovereign StateYes
Country CodesLB, LBN (ISO 3166-1)
Official NameLebanese Republic
Capital CityBeirut
ContinentAsia
Population5.5M
Total Area10,452 km²
Currencyل.ل Lebanese pound (LBP)
Calling Code+961
Internet TLD.lb
API Usage
# 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" } }
);