New Zealand flag

New Zealand

OceaniaSovereign Statenz
Souveräner StaatJa
LändercodesNZ, NZL (ISO 3166-1)
Offizieller NameNew Zealand
HauptstadtWellington
KontinentOceania
Bevölkerung5.3M
Gesamtfläche268,838 km²
Währung$ New Zealand dollar (NZD)
Vorwahl+64
Internet-TLD.nz

Verfügbare Formate

SVGVector — Scalable
New Zealand SVG flag
PNGRaster — Multiple sizes
New Zealand 20px

w20

New Zealand 40px

w40

New Zealand 80px

w80

New Zealand 160px

w160

New Zealand 320px

w320

New Zealand 640px

w640

New Zealand 1280px

w1280

New Zealand 2560px

w2560

API-Nutzung

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

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

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