Svalbard and Jan Mayen flag

Svalbard and Jan Mayen

Svalbard og Jan Mayen

Europesj
Sovereign StateNo
Country CodesSJ, SJM (ISO 3166-1)
Official NameSvalbard og Jan Mayen
Capital CityLongyearbyen
ContinentEurope
Population2.5K
Total Area61,399 km²
Currencykr krone (NOK)
Calling Code+4779
Internet TLD.sj

Available Formats

SVGVector — Scalable
Svalbard and Jan Mayen SVG flag
PNGRaster — Multiple sizes
Svalbard and Jan Mayen 20px

w20

Svalbard and Jan Mayen 40px

w40

Svalbard and Jan Mayen 80px

w80

Svalbard and Jan Mayen 160px

w160

Svalbard and Jan Mayen 320px

w320

Svalbard and Jan Mayen 640px

w640

Svalbard and Jan Mayen 1280px

w1280

Svalbard and Jan Mayen 2560px

w2560

API Usage

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/sj.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/sj.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/sj.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);