Palestine
State of Palestine
Asiaps
Sovereign StateNo
Country CodesPS, PSE (ISO 3166-1)
Official NameState of Palestine
Capital CityRamallah
ContinentAsia
Population5.5M
Total Area6,220 km²
CurrencyE£ Egyptian pound (EGP)
Calling Code+970
Internet TLD.ps
API Usage
# 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" } }
);