Northern Mariana Islands
Commonwealth of the Northern Mariana Islands
Oceaniamp
Sovereign StateNo
Country CodesMP, MNP (ISO 3166-1)
Official NameCommonwealth of the Northern Mariana Islands
Capital CitySaipan
ContinentOceania
Population47.3K
Total Area464 km²
Currency$ United States dollar (USD)
Calling Code+1670
Internet TLD.mp
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/mp.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/mp.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/mp.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);