Libya flag

Libya

State of Libya

AfricaSovereign Stately
Souveräner StaatJa
LändercodesLY, LBY (ISO 3166-1)
Offizieller NameState of Libya
HauptstadtTripoli
KontinentAfrica
Bevölkerung7.5M
Gesamtfläche1,759,540 km²
Währungل.د Libyan dinar (LYD)
Vorwahl+218
Internet-TLD.ly

Verfügbare Formate

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

w20

Libya 40px

w40

Libya 80px

w80

Libya 160px

w160

Libya 320px

w320

Libya 640px

w640

Libya 1280px

w1280

Libya 2560px

w2560

API-Nutzung

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

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

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