Mayotte flag

Mayotte

Department of Mayotte

Africayt
Souveräner StaatNein
LändercodesYT, MYT (ISO 3166-1)
Offizieller NameDepartment of Mayotte
HauptstadtMamoudzou
KontinentAfrica
Bevölkerung320.9K
Gesamtfläche374 km²
Währung€ euro (EUR)
Vorwahl+262
Internet-TLD.yt

Verfügbare Formate

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

w20

Mayotte 40px

w40

Mayotte 80px

w80

Mayotte 160px

w160

Mayotte 320px

w320

Mayotte 640px

w640

Mayotte 1280px

w1280

Mayotte 2560px

w2560

API-Nutzung

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

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

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