Skip to content

getCountries ​

Retrieves a list of ISO countries.

Request ​

http
GET /rest/refdata/countries

Parameters ​

None.

Response ​

200 OK ​

json
[
  {
    "isoCode": "AU",
    "isoCountry": "AUSTRALIA"
  },
  {
    "isoCode": "NZ",
    "isoCountry": "NEW ZEALAND"
  }
]
FieldTypeDescription
isoCodestring2-character ISO country code
isoCountrystringCountry name

Errors ​

ExceptionCause
WSRefDataServiceExceptionService error while fetching countries

Version ​

Check the current data version:

http
GET /rest/refdata/countries/version
json
{ "version": 1 }