Philippines
Republic of the Philippines
AsiaSovereign Stateph
Souveräner StaatJa
LändercodesPH, PHL (ISO 3166-1)
Offizieller NameRepublic of the Philippines
HauptstadtManila
KontinentAsia
Bevölkerung114.1M
Gesamtfläche342,353 km²
Währung₱ Philippine peso (PHP)
Vorwahl+63
Internet-TLD.ph
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ph.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ph.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ph.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);