🇯🇵Japan (JP)
ISO 3166 country code - Asia / Eastern Asia
Alpha-2JP
Alpha-3JPN
Numeric392
Currency
¥ JPY - Japanese Yen
Code Example
import { country } from '@koshmoney/countries';
// Look up Japan by alpha-2 code
const jp = country.getCountry('JP');
// => { name: 'Japan', alpha2: 'JP', alpha3: 'JPN', numeric: '392' }
// Look up by alpha-3 code
country.getCountryByAlpha3('JPN');
// Look up by numeric code
country.getCountryByNumeric('392');Subdivisions (47)
| Code | Name | Type |
|---|---|---|
| JP-01 | Hokkaido | Prefecture |
| JP-02 | Aomori | Prefecture |
| JP-03 | Iwate | Prefecture |
| JP-04 | Miyagi | Prefecture |
| JP-05 | Akita | Prefecture |
...and 42 more. View all 47 subdivisions →
FAQ
- What is the ISO code for Japan?
- Japan has three ISO 3166-1 codes: Alpha-2 "JP", Alpha-3 "JPN", and Numeric "392".
- How many subdivisions does Japan have?
- Japan has 47 subdivisions defined in ISO 3166-2, including Hokkaido, Aomori, Iwate, and more.
- How to look up Japan in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('JP') to get all ISO codes, or subdivision.getByCountry('JP') for subdivisions.
Related Countries
Use Japan data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries