Israel
State of Israel
AsiaSovereign Stateil
Souveräner StaatJa
LändercodesIL, ISR (ISO 3166-1)
Offizieller NameState of Israel
HauptstadtJerusalem
KontinentAsia
Bevölkerung10.1M
Gesamtfläche21,937 km²
Währung₪ Israeli new shekel (ILS)
Vorwahl+972
Internet-TLD.il
API-Nutzung
# 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" } }
);