Norway
Kingdom of Norway
EuropeSovereign Stateno
Souveräner StaatJa
LändercodesNO, NOR (ISO 3166-1)
Offizieller NameKingdom of Norway
HauptstadtOslo
KontinentEurope
Bevölkerung5.6M
Gesamtfläche386,224 km²
Währungkr Norwegian krone (NOK)
Vorwahl+47
Internet-TLD.no
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/no.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/no.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/no.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);