keecode logokeecode
PE

Peru

ISO 3166 Country Code

South America

Country Codes

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

PE

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

PER

Numeric Code (ISO 3166-1 numeric)

604

Common Usage

HTML lang attribute

<html lang="pe">

URL locale parameter

https://example.com/pe/

JavaScript/TypeScript

const country = "PE";
const countryName = "Peru";

API Response (JSON)

{
  "country": "PE",
  "countryName": "Peru",
  "alpha3": "PER",
  "numeric": "604"
}