Returns a list of languages, each containing the corresponding list of countries
Request Code Samples
curl --location --request GET 'http://open.tabcut.com:8090/api/meta/language' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
Responses
application/json {
"code": "200",
"message": "Success!",
"result": [
{
"languageName": "string",
"countryList": [
{
"countryCode": "string",
"countryName": "string"
}
]
}
],
"serverTime": "2026-02-05 10:53:25"
}
Modified at 2026-03-28 10:11:14