Lesotho
Kingdom of Lesotho
AfricaSovereign Statels
Souveräner StaatJa
LändercodesLS, LSO (ISO 3166-1)
Offizieller NameKingdom of Lesotho
HauptstadtMaseru
KontinentAfrica
Bevölkerung2.1M
Gesamtfläche30,355 km²
WährungL Lesotho loti (LSL)
Vorwahl+266
Internet-TLD.ls
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ls.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ls.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ls.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);