Saint Pierre and Miquelon
Americaspm
Souveräner StaatNein
LändercodesPM, SPM (ISO 3166-1)
Offizieller NameSaint Pierre and Miquelon
HauptstadtSaint-Pierre
KontinentAmericas
Bevölkerung5.8K
Gesamtfläche242 km²
Währung€ euro (EUR)
Vorwahl+508
Internet-TLD.pm
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/pm.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/pm.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/pm.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);