Macau
Macao Special Administrative Region of the People's Republic of China
Asiamo
Sovereign StateNo
Country CodesMO, MAC (ISO 3166-1)
Official NameMacao Special Administrative Region of the People's Republic of China
ContinentAsia
Population685.9K
Total Area30 km²
CurrencyP Macanese pataca (MOP)
Calling Code+853
Internet TLD.mo
API Usage
# 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" } }
);