keecode logokeecode
DK

Denmark

ISO 3166 Country Code

Europe

Country Codes

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

DK

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

DNK

Numeric Code (ISO 3166-1 numeric)

208

Common Usage

HTML lang attribute

<html lang="dk">

URL locale parameter

https://example.com/dk/

JavaScript/TypeScript

const country = "DK";
const countryName = "Denmark";

API Response (JSON)

{
  "country": "DK",
  "countryName": "Denmark",
  "alpha3": "DNK",
  "numeric": "208"
}