keecode logokeecode
FR

France

ISO 3166 Country Code

Europe

Country Codes

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

FR

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

FRA

Numeric Code (ISO 3166-1 numeric)

250

Common Usage

HTML lang attribute

<html lang="fr">

URL locale parameter

https://example.com/fr/

JavaScript/TypeScript

const country = "FR";
const countryName = "France";

API Response (JSON)

{
  "country": "FR",
  "countryName": "France",
  "alpha3": "FRA",
  "numeric": "250"
}