Mayotte flag

Mayotte

Department of Mayotte

Africayt
Sovereign StateNo
Country CodesYT, MYT (ISO 3166-1)
Official NameDepartment of Mayotte
Capital CityMamoudzou
ContinentAfrica
Population320.9K
Total Area374 km²
Currency€ euro (EUR)
Calling Code+262
Internet TLD.yt

Available Formats

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 Usage

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