🇮🇩Indonesia (ID)
ISO 3166 country code - Asia / South-eastern Asia
About Indonesia
Indonesia (ID) is located in Asia, South-eastern Asia. The official currency is the Indonesian Rupiah (IDR). It has 45 administrative subdivisions defined in ISO 3166-2.
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 |
| ID-GO | Gorontalo | Province |
| ID-JA | Jambi | Province |
| ID-JB | Jawa Barat | Province |
| ID-JI | Jawa Timur | Province |
| ID-JK | Jakarta Raya | Special district |
| ID-JT | Jawa Tengah | Province |
| ID-JW | Jawa | Geographical unit |
| ID-KA | Kalimantan | Geographical unit |
| ID-KB | Kalimantan Barat | Province |
| ID-KI | Kalimantan Timur | Province |
Showing 15 of 45. 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