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