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