---
title: "Global Express Country"
method: GET
path: "/GlobalExpressCountry"
tags: ["Address Autocompletion"]
---

# Global Express Country

`GET /GlobalExpressCountry`

The GlobalExpressCountry endpoint returns the country names containing the search term in the Country= parameter. Country names in five languages are returned:

- English
- Spanish
- French
- German
- Simplified Chinese.

## Query parameters

- `id` string, password, required
- `country` string, required
- `format` 'xml' | 'json' | 'jsonp'

## Headers

- `Accept` 'application/json' | 'application/javascript' | '*/*', required
- `Content-Type` 'application/json' | 'application/xml' | 'application/javascript' | '*/*', required

## Response `200`

Global Express Country response

- GlobalExpressCountryResponse
  - `Version` string — The current service version number.
  - `ResultCode` string — Lists result codes for the most recent request. For more information, see [Global Express Entry Result Codes](https://docs.melissa.com/cloud-api/global-express-entry/result-codes.html).
  - `ErrorString` string — Lists error codes from any errors caused by the most recent request. For more information, see [Global Express Entry Result Codes](https://docs.melissa.com/cloud-api/global-express-entry/result-codes.html).
  - `Results` GlobalExpressCountryResult[] — Array containing the record level fields.
    - `Country` string — The name of the country.
    - `English` string — The standardized country name spelling/script for English pronunciation.
    - `Spanish` string — The standardized country name spelling/script for Spanish pronunciation.
    - `French` string — The standardized country name spelling/script for French pronunciation.
    - `German` string — The standardized country name spelling/script for German pronunciation.
    - `SimplifiedChinese` string — The standardized country name spelling/script for Simplified Chinese pronunciation.
    - `Char2ISO` string — The 2 letter ISO 3166 country code value. For example: `US` for United States or `CA` for Canada.
    - `Char3ISO` string — The 3 letter ISO 3166 country code value. For example: `USA` for United States or `CAN` for Canada.
    - `ISONumeric` string — The ISO 3166 country number value. For example: `840` for United States or `124` for Canada.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/melissa/apis/global-express-entry.md) · [All operations](https://skmtc.net/melissa/apis/global-express-entry/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/melissa/global-express-entry/versions/01ff55c2f73b/schema)
