Skip to main content
GET
/
api
/
open
/
v3
/
language
/
list
Get Language List
curl --request GET \
  --url https://openapi.akool.com/api/open/v3/language/list \
  --header 'x-api-key: <api-key>'
{
  "code": 123,
  "msg": "<string>",
  "data": {
    "lang_list": [
      {
        "lang_name": "<string>",
        "lang_code": "<string>",
        "url": "<string>"
      }
    ]
  }
}
Get the complete list of languages supported by the video translation service. This endpoint returns all available target languages along with their language codes and additional metadata.

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Language list retrieved successfully

code
integer

Business status code (1000 = success)

msg
string

Status message

data
object