Israel
State of Israel
AsiaSovereign Stateil
Sovereign StateYes
Country CodesIL, ISR (ISO 3166-1)
Official NameState of Israel
Capital CityJerusalem
ContinentAsia
Population10.1M
Total Area21,937 km²
Currency₪ Israeli new shekel (ILS)
Calling Code+972
Internet TLD.il
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/il.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/il.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/il.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);