Philippines flag

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

Verfügbare Formate

SVGVector — Scalable
Philippines SVG flag
PNGRaster — Multiple sizes
Philippines 20px

w20

Philippines 40px

w40

Philippines 80px

w80

Philippines 160px

w160

Philippines 320px

w320

Philippines 640px

w640

Philippines 1280px

w1280

Philippines 2560px

w2560

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