Lesotho flag

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

Verfügbare Formate

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