有道翻译,我们致力于为用户提供专业的免费API数据接口服务
有道在线翻译接口
http://api.tdyun.top/apis.php?api=youdao
http://api.tdyun.top/apis.php?api=youdao&msg=[关键词]&type=[返回格式默认JSON可选text]
点击右侧按钮复制完整请求地址,参数值请替换为实际有效值
| 参数名 | 是否必填 | 参数类型 | 参数说明 |
|---|---|---|---|
|
msg
|
是 | string | 关键词 |
|
type
|
否 | string | 返回格式默认JSON可选text |
| 参数名 | 参数类型 | 参数说明 |
|---|---|---|
| 暂无返回参数信息 | ||
{
"code": 200,
"msg": "成功",
"data": {
"source": "你好吗?是的,我非常的好!",
"target": "How are you? Yes, I'm really great!"
}
}