Languages
List languages
Public endpoint to list all available languages supported by TextMaster.
Code samples
Last updated
Was this helpful?
Public endpoint to list all available languages supported by TextMaster.
Last updated
Was this helpful?
Was this helpful?
GET /v1/public/languages HTTP/1.1
Host: api.textmaster.com
Accept: */*
{
"languages": [
{
"code": "af",
"value": "Afrikaans (South Africa)"
},
{
"code": "af-za",
"value": "Afrikaans (South Africa)"
},
{
"code": "am",
"value": "Amharic (Ethiopia)"
},
{
"code": "am-et",
"value": "Amharic (Ethiopia)"
}
]
}curl "https://api.textmaster.com/v1/public/languages"