🇮🇩Indonesia (ID)
ISO 3166 country code - Asia / South-eastern Asia
Alpha-2ID
Alpha-3IDN
Numeric360
Currency
Rp IDR - Indonesian Rupiah
Code Example
import { country } from '@koshmoney/countries';
// Look up Indonesia by alpha-2 code
const id = country.getCountry('ID');
// => { name: 'Indonesia', alpha2: 'ID', alpha3: 'IDN', numeric: '360' }
// Look up by alpha-3 code
country.getCountryByAlpha3('IDN');
// Look up by numeric code
country.getCountryByNumeric('360');Subdivisions (45)
| Code | Name | Type |
|---|---|---|
| ID-AC | Aceh | Autonomous province |
| ID-BA | Bali | Province |
| ID-BB | Bangka Belitung | Province |
| ID-BE | Bengkulu | Province |
| ID-BT | Banten | Province |
...and 40 more. View all 45 subdivisions →
FAQ
- What is the ISO code for Indonesia?
- Indonesia has three ISO 3166-1 codes: Alpha-2 "ID", Alpha-3 "IDN", and Numeric "360".
- How many subdivisions does Indonesia have?
- Indonesia has 45 subdivisions defined in ISO 3166-2, including Aceh, Bali, Bangka Belitung, and more.
- How to look up Indonesia in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('ID') to get all ISO codes, or subdivision.getByCountry('ID') for subdivisions.
Related Countries
Use Indonesia data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries