keecode logokeecode
CA

Canada

ISO 3166 Country Code

North America

Country Codes

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

CA

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

CAN

Numeric Code (ISO 3166-1 numeric)

124

Common Usage

HTML lang attribute

<html lang="ca">

URL locale parameter

https://example.com/ca/

JavaScript/TypeScript

const country = "CA";
const countryName = "Canada";

API Response (JSON)

{
  "country": "CA",
  "countryName": "Canada",
  "alpha3": "CAN",
  "numeric": "124"
}

Other Countries in North America