Countries list is a REST service that gives access to an ISO-3166 formatted list of world countries. It is useful when presenting a country options list from any application.
Get the list of countries
To send a GET request to the REST API Countries list, you have to provide the Content Type header application/vnd.ez.api.CountriesList+xml
.
See the General REST usage documentation page for further information.
Usage example
The HTTP response will it be with a 200 OK Header.
And the body of the Response is XML formatted country list with names and codes according to the ISO-3166 standard.
See
the ISO-3166 glossary for more information.