Palau
Republic of Palau
OceaniaSovereign Statepw
Souveräner StaatJa
LändercodesPW, PLW (ISO 3166-1)
Offizieller NameRepublic of Palau
HauptstadtNgerulmud
KontinentOceania
Bevölkerung16.7K
Gesamtfläche459 km²
Währung$ United States dollar (USD)
Vorwahl+680
Internet-TLD.pw
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/pw.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/pw.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/pw.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);