Last updated 1 year ago
Was this helpful?
Public endpoint to list all available countries supported by TextMaster.
curl -G "https://api.textmaster.com/v1/public/countries" \ --data-urlencode 'locale=en-US'
For a list of supported locales, see:
/v1/public/countries
Locale name. Full list available via the List Locales endpoint.
curl -L \ --url 'https://api.textmaster.com/v1/public/countries?locale=text'
[ { "id": "AD", "name": "Andorra" }, { "id": "AE", "name": "United Arab Emirates" }, { "id": "AF", "name": "Afghanistan" }, { "id": "AG", "name": "Antigua And Barbuda" }, { "id": "AI", "name": "Anguilla" } ]