🇮🇱Israel (IL)
ISO 3166 country code - Asia / Western Asia
Alpha-2IL
Alpha-3ISR
Numeric376
Currency
₪ ILS - Israeli New Shekel
Code Example
import { country } from '@koshmoney/countries';
// Look up Israel by alpha-2 code
const il = country.getCountry('IL');
// => { name: 'Israel', alpha2: 'IL', alpha3: 'ISR', numeric: '376' }
// Look up by alpha-3 code
country.getCountryByAlpha3('ISR');
// Look up by numeric code
country.getCountryByNumeric('376');Subdivisions (6)
| Code | Name | Type |
|---|---|---|
| IL-D | Southern District | District |
| IL-HA | Haifa | District |
| IL-JM | Jerusalem | District |
| IL-M | Central District | District |
| IL-TA | Tel Aviv | District |
...and 1 more. View all 6 subdivisions →
FAQ
- What is the ISO code for Israel?
- Israel has three ISO 3166-1 codes: Alpha-2 "IL", Alpha-3 "ISR", and Numeric "376".
- How many subdivisions does Israel have?
- Israel has 6 subdivisions defined in ISO 3166-2, including Southern District, Haifa, Jerusalem, and more.
- How to look up Israel in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('IL') to get all ISO codes, or subdivision.getByCountry('IL') for subdivisions.
Related Countries
Use Israel data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries