Mexico flag

Mexico

United Mexican States

AmericasSovereign Statemx
Souveräner StaatJa
LändercodesMX, MEX (ISO 3166-1)
Offizieller NameUnited Mexican States
HauptstadtMexico City
KontinentAmericas
Bevölkerung130.6M
Gesamtfläche1,964,375 km²
Währung$ Mexican peso (MXN)
Vorwahl+52
Internet-TLD.mx

Verfügbare Formate

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

w20

Mexico 40px

w40

Mexico 80px

w80

Mexico 160px

w160

Mexico 320px

w320

Mexico 640px

w640

Mexico 1280px

w1280

Mexico 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/mx.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/mx.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/mx.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);