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