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