Norfolk Island flag

Norfolk Island

Territory of Norfolk Island

Oceanianf
Souveräner StaatNein
LändercodesNF, NFK (ISO 3166-1)
Offizieller NameTerritory of Norfolk Island
HauptstadtKingston
KontinentOceania
Bevölkerung2.2K
Gesamtfläche36 km²
Währung$ Australian dollar (AUD)
Vorwahl+672
Internet-TLD.nf

Verfügbare Formate

SVGVector — Scalable
Norfolk Island SVG flag
PNGRaster — Multiple sizes
Norfolk Island 20px

w20

Norfolk Island 40px

w40

Norfolk Island 80px

w80

Norfolk Island 160px

w160

Norfolk Island 320px

w320

Norfolk Island 640px

w640

Norfolk Island 1280px

w1280

Norfolk Island 2560px

w2560

API-Nutzung

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

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

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