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:
Locale name. Full list available via the List Locales endpoint.
GET /v1/public/countries HTTP/1.1 Host: api.textmaster.com Accept: */*
Lists countries
[ { "id": "AD", "name": "Andorra" }, { "id": "AE", "name": "United Arab Emirates" }, { "id": "AF", "name": "Afghanistan" }, { "id": "AG", "name": "Antigua And Barbuda" }, { "id": "AI", "name": "Anguilla" } ]