Maldives flag

Maldives

Republic of the Maldives

AsiaSovereign Statemv
Sovereign StateYes
Country CodesMV, MDV (ISO 3166-1)
Official NameRepublic of the Maldives
Capital CityMalé
ContinentAsia
Population515.1K
Total Area300 km²
Currency.ރ Maldivian rufiyaa (MVR)
Calling Code+960
Internet TLD.mv

Available Formats

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

w20

Maldives 40px

w40

Maldives 80px

w80

Maldives 160px

w160

Maldives 320px

w320

Maldives 640px

w640

Maldives 1280px

w1280

Maldives 2560px

w2560

API Usage

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

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

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