Macau flag

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

Verfügbare Formate

SVGVector — Scalable
Macau SVG flag
PNGRaster — Multiple sizes
Macau 20px

w20

Macau 40px

w40

Macau 80px

w80

Macau 160px

w160

Macau 320px

w320

Macau 640px

w640

Macau 1280px

w1280

Macau 2560px

w2560

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" } }
);