Papua New Guinea
Independent State of Papua New Guinea
OceaniaSovereign Statepg
Souveräner StaatJa
LändercodesPG, PNG (ISO 3166-1)
Offizieller NameIndependent State of Papua New Guinea
HauptstadtPort Moresby
KontinentOceania
Bevölkerung11.8M
Gesamtfläche462,840 km²
WährungK Papua New Guinean kina (PGK)
Vorwahl+675
Internet-TLD.pg
API-Nutzung
# 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" } }
);