Countries
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v1/public/countries?locale=text HTTP/1.1
Host: api.textmaster.com
Accept: */*
[
{
"id": "AD",
"name": "Andorra"
},
{
"id": "AE",
"name": "United Arab Emirates"
},
{
"id": "AF",
"name": "Afghanistan"
},
{
"id": "AG",
"name": "Antigua And Barbuda"
},
{
"id": "AI",
"name": "Anguilla"
}
]curl -G "https://api.textmaster.com/v1/public/countries" \
--data-urlencode 'locale=en-US'