Myanmar
Republic of the Union of Myanmar
AsiaSovereign Statemm
Sovereign StateYes
Country CodesMM, MMR (ISO 3166-1)
Official NameRepublic of the Union of Myanmar
Capital CityNaypyidaw
ContinentAsia
Population51.3M
Total Area676,578 km²
CurrencyKs Burmese kyat (MMK)
Calling Code+95
Internet TLD.mm
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/mm.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/mm.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/mm.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);