New Zealand flag

New Zealand

OceaniaSovereign Statenz
Sovereign StateYes
Country CodesNZ, NZL (ISO 3166-1)
Official NameNew Zealand
Capital CityWellington
ContinentOceania
Population5.3M
Total Area268,838 km²
Currency$ New Zealand dollar (NZD)
Calling Code+64
Internet TLD.nz

Available Formats

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 Usage

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