Lesotho flag

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

Available Formats

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

w20

Lesotho 40px

w40

Lesotho 80px

w80

Lesotho 160px

w160

Lesotho 320px

w320

Lesotho 640px

w640

Lesotho 1280px

w1280

Lesotho 2560px

w2560

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