Saint Pierre and Miquelon flag

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

Verfügbare Formate

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