Norway flag

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

Verfügbare Formate

SVGVector — Scalable
Norway SVG flag
PNGRaster — Multiple sizes
Norway 20px

w20

Norway 40px

w40

Norway 80px

w80

Norway 160px

w160

Norway 320px

w320

Norway 640px

w640

Norway 1280px

w1280

Norway 2560px

w2560

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