🇯🇴Jordan (JO)
ISO 3166 country code - Asia / Western Asia
Alpha-2JO
Alpha-3JOR
Numeric400
Currency
د.ا JOD - Jordanian Dinar
Code Example
import { country } from '@koshmoney/countries';
// Look up Jordan by alpha-2 code
const jo = country.getCountry('JO');
// => { name: 'Jordan', alpha2: 'JO', alpha3: 'JOR', numeric: '400' }
// Look up by alpha-3 code
country.getCountryByAlpha3('JOR');
// Look up by numeric code
country.getCountryByNumeric('400');Subdivisions (12)
| Code | Name | Type |
|---|---|---|
| JO-AJ | ʽAjlūn | Governorate |
| JO-AM | ‘Ammān | Governorate |
| JO-AQ | Al ʽAqabah | Governorate |
| JO-AT | Aţ Ţafīlah | Governorate |
| JO-AZ | Az Zarqā' | Governorate |
...and 7 more. View all 12 subdivisions →
FAQ
- What is the ISO code for Jordan?
- Jordan has three ISO 3166-1 codes: Alpha-2 "JO", Alpha-3 "JOR", and Numeric "400".
- How many subdivisions does Jordan have?
- Jordan has 12 subdivisions defined in ISO 3166-2, including ʽAjlūn, ‘Ammān, Al ʽAqabah, and more.
- How to look up Jordan in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('JO') to get all ISO codes, or subdivision.getByCountry('JO') for subdivisions.
Related Countries
Use Jordan data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries