Skip to content

自定义 翻译 api

将以GET请求向填写的API地址发送application/www-urlencode数据:

text:需要翻译的文本/字符串

source_language:原始文字语言代码zh,en,ja,ko,ru,de,fr,tr,th,vi,ar,hi,hu,es,pt,it/字符串

target_language:目标文字语言代码zh,en,ja,ko,ru,de,fr,tr,th,vi,ar,hi,hu,es,pt,it/字符串

期待从接口返回json格式数据:

{

code:0=成功时,>0的数字代表失败 , msg:ok=成功时,其他为失败原因, text:翻译后的文本

}

基于cloudflare和m2m100实现的免费翻译API见: https://github.com/jianchang512/translate-api