keecode logokeecode
ID

Indonesia

ISO 3166 Country Code

Asia

Country Codes

Alpha-2 Code (ISO 3166-1 alpha-2)

ID

Alpha-3 Code (ISO 3166-1 alpha-3)

IDN

Numeric Code (ISO 3166-1 numeric)

360

Common Usage

HTML lang attribute

<html lang="id">

URL locale parameter

https://example.com/id/

JavaScript/TypeScript

const country = "ID";
const countryName = "Indonesia";

API Response (JSON)

{
  "country": "ID",
  "countryName": "Indonesia",
  "alpha3": "IDN",
  "numeric": "360"
}