Laos
Lao People's Democratic Republic
AsiaSovereign Statela
Sovereign StateYes
Country CodesLA, LAO (ISO 3166-1)
Official NameLao People's Democratic Republic
Capital CityVientiane
ContinentAsia
Population7.6M
Total Area236,800 km²
Currency₭ Lao kip (LAK)
Calling Code+856
Internet TLD.la
API Usage
# 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" } }
);