Macau
Macao Special Administrative Region of the People's Republic of China
Asiamo
Souveräner StaatNein
LändercodesMO, MAC (ISO 3166-1)
Offizieller NameMacao Special Administrative Region of the People's Republic of China
KontinentAsia
Bevölkerung685.9K
Gesamtfläche30 km²
WährungP Macanese pataca (MOP)
Vorwahl+853
Internet-TLD.mo
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/mo.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/mo.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/mo.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);