Laos flag

Laos

Lao People's Democratic Republic

AsiaSovereign Statela
Souveräner StaatJa
LändercodesLA, LAO (ISO 3166-1)
Offizieller NameLao People's Democratic Republic
HauptstadtVientiane
KontinentAsia
Bevölkerung7.6M
Gesamtfläche236,800 km²
Währung₭ Lao kip (LAK)
Vorwahl+856
Internet-TLD.la

Verfügbare Formate

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

w20

Laos 40px

w40

Laos 80px

w80

Laos 160px

w160

Laos 320px

w320

Laos 640px

w640

Laos 1280px

w1280

Laos 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/la.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/la.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/la.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);