Lebanon flag

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

Verfügbare Formate

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

w20

Lebanon 40px

w40

Lebanon 80px

w80

Lebanon 160px

w160

Lebanon 320px

w320

Lebanon 640px

w640

Lebanon 1280px

w1280

Lebanon 2560px

w2560

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