San Marino flag

San Marino

Republic of San Marino

EuropeSovereign Statesm
Souveräner StaatJa
LändercodesSM, SMR (ISO 3166-1)
Offizieller NameRepublic of San Marino
HauptstadtCity of San Marino
KontinentEurope
Bevölkerung34.1K
Gesamtfläche61 km²
Währung€ euro (EUR)
Vorwahl+378
Internet-TLD.sm

Verfügbare Formate

SVGVector — Scalable
San Marino SVG flag
PNGRaster — Multiple sizes
San Marino 20px

w20

San Marino 40px

w40

San Marino 80px

w80

San Marino 160px

w160

San Marino 320px

w320

San Marino 640px

w640

San Marino 1280px

w1280

San Marino 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/sm.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/sm.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/sm.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);