Palestine flag

Palestine

State of Palestine

Asiaps
Souveräner StaatNein
LändercodesPS, PSE (ISO 3166-1)
Offizieller NameState of Palestine
HauptstadtRamallah
KontinentAsia
Bevölkerung5.5M
Gesamtfläche6,220 km²
WährungE£ Egyptian pound (EGP)
Vorwahl+970
Internet-TLD.ps

Verfügbare Formate

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

w20

Palestine 40px

w40

Palestine 80px

w80

Palestine 160px

w160

Palestine 320px

w320

Palestine 640px

w640

Palestine 1280px

w1280

Palestine 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/ps.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/ps.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/ps.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);