keecode logokeecode
PK

Pakistan

ISO 3166 Country Code

Asia

Country Codes

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

PK

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

PAK

Numeric Code (ISO 3166-1 numeric)

586

Common Usage

HTML lang attribute

<html lang="pk">

URL locale parameter

https://example.com/pk/

JavaScript/TypeScript

const country = "PK";
const countryName = "Pakistan";

API Response (JSON)

{
  "country": "PK",
  "countryName": "Pakistan",
  "alpha3": "PAK",
  "numeric": "586"
}