keecode logokeecode
VN

Vietnam

ISO 3166 Country Code

Asia

Country Codes

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

VN

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

VNM

Numeric Code (ISO 3166-1 numeric)

704

Common Usage

HTML lang attribute

<html lang="vn">

URL locale parameter

https://example.com/vn/

JavaScript/TypeScript

const country = "VN";
const countryName = "Vietnam";

API Response (JSON)

{
  "country": "VN",
  "countryName": "Vietnam",
  "alpha3": "VNM",
  "numeric": "704"
}