Skip to main content
GET
/
lookup
/
country-codes
Get country codes
curl --request GET \
  --url https://api.etherfuse.com/lookup/country-codes
[
  {
    "code": "MX",
    "code3": "MEX",
    "name": "Mexico"
  }
]

Response

200 - application/json

Country codes retrieved successfully

code
string

ISO 3166-1 alpha-2 code

Example:

"MX"

code3
string

ISO 3166-1 alpha-3 code

Example:

"MEX"

name
string

English country name

Example:

"Mexico"