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