keecode logokeecode
MA

Morocco

ISO 3166 Country Code

Africa

Country Codes

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

MA

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

MAR

Numeric Code (ISO 3166-1 numeric)

504

Common Usage

HTML lang attribute

<html lang="ma">

URL locale parameter

https://example.com/ma/

JavaScript/TypeScript

const country = "MA";
const countryName = "Morocco";

API Response (JSON)

{
  "country": "MA",
  "countryName": "Morocco",
  "alpha3": "MAR",
  "numeric": "504"
}