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