Slovenia
Republic of Slovenia
EuropeSovereign Statesi
Souveräner StaatJa
LändercodesSI, SVN (ISO 3166-1)
Offizieller NameRepublic of Slovenia
HauptstadtLjubljana
KontinentEurope
Bevölkerung2.1M
Gesamtfläche20,273 km²
Währung€ euro (EUR)
Vorwahl+386
Internet-TLD.si
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/si.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/si.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/si.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);