Northern Mariana Islands
Commonwealth of the Northern Mariana Islands
Oceaniamp
Souveräner StaatNein
LändercodesMP, MNP (ISO 3166-1)
Offizieller NameCommonwealth of the Northern Mariana Islands
HauptstadtSaipan
KontinentOceania
Bevölkerung47.3K
Gesamtfläche464 km²
Währung$ United States dollar (USD)
Vorwahl+1670
Internet-TLD.mp
API-Nutzung
# 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" } }
);