Papua New Guinea
Independent State of Papua New Guinea
OceaniaSovereign Statepg
Sovereign StateYes
Country CodesPG, PNG (ISO 3166-1)
Official NameIndependent State of Papua New Guinea
Capital CityPort Moresby
ContinentOceania
Population11.8M
Total Area462,840 km²
CurrencyK Papua New Guinean kina (PGK)
Calling Code+675
Internet TLD.pg
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/pg.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/pg.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/pg.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);