Maldives flag

Maldives

Republic of the Maldives

AsiaSovereign Statemv
Souveräner StaatJa
LändercodesMV, MDV (ISO 3166-1)
Offizieller NameRepublic of the Maldives
HauptstadtMalé
KontinentAsia
Bevölkerung515.1K
Gesamtfläche300 km²
Währung.ރ Maldivian rufiyaa (MVR)
Vorwahl+960
Internet-TLD.mv

Verfügbare Formate

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-Nutzung

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