Saint Pierre and Miquelon flag

Saint Pierre and Miquelon

Americaspm
Sovereign StateNo
Country CodesPM, SPM (ISO 3166-1)
Official NameSaint Pierre and Miquelon
Capital CitySaint-Pierre
ContinentAmericas
Population5.8K
Total Area242 km²
Currency€ euro (EUR)
Calling Code+508
Internet TLD.pm

Available Formats

SVGVector — Scalable
Saint Pierre and Miquelon SVG flag
PNGRaster — Multiple sizes
Saint Pierre and Miquelon 20px

w20

Saint Pierre and Miquelon 40px

w40

Saint Pierre and Miquelon 80px

w80

Saint Pierre and Miquelon 160px

w160

Saint Pierre and Miquelon 320px

w320

Saint Pierre and Miquelon 640px

w640

Saint Pierre and Miquelon 1280px

w1280

Saint Pierre and Miquelon 2560px

w2560

API Usage

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