🇮🇩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)

CodeNameType
ID-ACAcehAutonomous province
ID-BABaliProvince
ID-BBBangka BelitungProvince
ID-BEBengkuluProvince
ID-BTBantenProvince
ID-GOGorontaloProvince
ID-JAJambiProvince
ID-JBJawa BaratProvince
ID-JIJawa TimurProvince
ID-JKJakarta RayaSpecial district
ID-JTJawa TengahProvince
ID-JWJawaGeographical unit
ID-KAKalimantanGeographical unit
ID-KBKalimantan BaratProvince
ID-KIKalimantan TimurProvince

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