稳定、快速、免费的 API 接口服务
支持各种语言互转
接口地址: https://api.lq.mba/api/dm-translation
返回格式: JSON
请求方式: GET/POST
请求示例: https://api.lq.mba/api/dm-translation?text=大米博客
所有接口需携带秘钥,以免更新导致请求失败!
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
text | 是 | String | 内容 |
返回参数说明:
名称 | 类型 | 说明 |
---|---|---|
content | String | 返回内容 |
result | String | 返回翻译结果 |
返回示例:
{ "code": "200", "msg": "查询成功", "content": "大米博客", "result": "Lin Soul Science and Technology" }
错误码格式说明:
名称 | 类型 | 说明 |
---|---|---|
code | String | 成功 |
msg | String | 错误 |
代码示例:
暂无示例。