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