keecode logokeecode
IT

Italy

ISO 3166 Country Code

Europe

Country Codes

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

IT

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

ITA

Numeric Code (ISO 3166-1 numeric)

380

Common Usage

HTML lang attribute

<html lang="it">

URL locale parameter

https://example.com/it/

JavaScript/TypeScript

const country = "IT";
const countryName = "Italy";

API Response (JSON)

{
  "country": "IT",
  "countryName": "Italy",
  "alpha3": "ITA",
  "numeric": "380"
}