Myanmar
Republic of the Union of Myanmar
AsiaSovereign Statemm
Souveräner StaatJa
LändercodesMM, MMR (ISO 3166-1)
Offizieller NameRepublic of the Union of Myanmar
HauptstadtNaypyidaw
KontinentAsia
Bevölkerung51.3M
Gesamtfläche676,578 km²
WährungKs Burmese kyat (MMK)
Vorwahl+95
Internet-TLD.mm
API-Nutzung
# 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" } }
);