Marshall Islands flag

Marshall Islands

Republic of the Marshall Islands

OceaniaSovereign Statemh
Sovereign StateYes
Country CodesMH, MHL (ISO 3166-1)
Official NameRepublic of the Marshall Islands
Capital CityMajuro
ContinentOceania
Population42.4K
Total Area181 km²
Currency$ United States dollar (USD)
Calling Code+692
Internet TLD.mh

Available Formats

SVGVector — Scalable
Marshall Islands SVG flag
PNGRaster — Multiple sizes
Marshall Islands 20px

w20

Marshall Islands 40px

w40

Marshall Islands 80px

w80

Marshall Islands 160px

w160

Marshall Islands 320px

w320

Marshall Islands 640px

w640

Marshall Islands 1280px

w1280

Marshall Islands 2560px

w2560

API Usage

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

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

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