Pitcairn Islands flag

Pitcairn Islands

Pitcairn Group of Islands

Oceaniapn
Souveräner StaatNein
LändercodesPN, PCN (ISO 3166-1)
Offizieller NamePitcairn Group of Islands
HauptstadtAdamstown
KontinentOceania
Bevölkerung35
Gesamtfläche47 km²
Währung$ New Zealand dollar (NZD)
Vorwahl+64
Internet-TLD.pn

Verfügbare Formate

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-Nutzung

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