Pitcairn Islands flag

Pitcairn Islands

Pitcairn Group of Islands

Oceaniapn
Sovereign StateNo
Country CodesPN, PCN (ISO 3166-1)
Official NamePitcairn Group of Islands
Capital CityAdamstown
ContinentOceania
Population35
Total Area47 km²
Currency$ New Zealand dollar (NZD)
Calling Code+64
Internet TLD.pn

Available Formats

SVGVector — Scalable
Pitcairn Islands SVG flag
PNGRaster — Multiple sizes
Pitcairn Islands 20px

w20

Pitcairn Islands 40px

w40

Pitcairn Islands 80px

w80

Pitcairn Islands 160px

w160

Pitcairn Islands 320px

w320

Pitcairn Islands 640px

w640

Pitcairn Islands 1280px

w1280

Pitcairn Islands 2560px

w2560

API Usage

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

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

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