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