Languages
Last updated
Was this helpful?
Last updated
Was this helpful?
GET /v1/public/languages HTTP/1.1
Host: api.textmaster.com
Accept: */*
Lists languages
{
"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)"
}
]
}