Sweden
Kingdom of Sweden
EuropeSovereign Statese
Souveräner StaatJa
LändercodesSE, SWE (ISO 3166-1)
Offizieller NameKingdom of Sweden
HauptstadtStockholm
KontinentEurope
Bevölkerung10.6M
Gesamtfläche450,295 km²
Währungkr Swedish krona (SEK)
Vorwahl+46
Internet-TLD.se
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/se.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/se.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/se.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);