Marshall Islands flag

Marshall Islands

Republic of the Marshall Islands

OceaniaSovereign Statemh
Souveräner StaatJa
LändercodesMH, MHL (ISO 3166-1)
Offizieller NameRepublic of the Marshall Islands
HauptstadtMajuro
KontinentOceania
Bevölkerung42.4K
Gesamtfläche181 km²
Währung$ United States dollar (USD)
Vorwahl+692
Internet-TLD.mh

Verfügbare Formate

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

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