Lesotho
Kingdom of Lesotho
AfricaSovereign Statels
Sovereign StateYes
Country CodesLS, LSO (ISO 3166-1)
Official NameKingdom of Lesotho
Capital CityMaseru
ContinentAfrica
Population2.1M
Total Area30,355 km²
CurrencyL Lesotho loti (LSL)
Calling Code+266
Internet TLD.ls
API Usage
# 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" } }
);