百度翻译
百度翻译

接口地址: https://api.fenx.top/api/baidufy

返回格式: JSON

请求方式: GET

请求示例: https://api.fenx.top/api/baidufy?q=You don’t have to love your job. Jobs are a way to make money. Many people live fine lives in okay jobs by using the money they make on things they care about.&from=auto&to=zh

请求参数说明:

名称 必填 类型 说明
q Y string 要翻译的文本(必填)
from X string 源语言,默认为auto(自动检测)
to Y string 目标语言(必填)
目标语言 选填 string zh:中文 en:英语 jp:日语 kor:韩语 fra:法语 spa:西班牙语 th:泰语 ara:阿拉伯语 ru:俄语 de:德语 it:意大利语 pt:葡萄牙语

返回参数说明:

名称 类型 说明

返回示例:

{
  "code": 200,
  "msg": "翻译成功",
  "data": {
    "original_text": "You don’t have to love your job. Jobs are a way to make money. Many people live fine lives in okay jobs by using the money they make on things they care about.",
    "translated_text": "你不必爱你的工作。工作是赚钱的一种方式。许多人把赚来的钱花在自己关心的事情上,过着体面的工作,过着美好的生活。",
    "translation_time": "2025-03-25 02:12:33"
  }
}

请求参数设置:

参数名称 参数值


{
  "code": 200,
  "msg": "翻译成功",
  "data": {
    "original_text": "You don’t have to love your job. Jobs are a way to make money. Many people live fine lives in okay jobs by using the money they make on things they care about.",
    "translated_text": "你不必爱你的工作。工作是赚钱的一种方式。许多人把赚来的钱花在自己关心的事情上,过着体面的工作,过着美好的生活。",
    "translation_time": "2025-03-25 02:12:33"
  }
}

错误码格式说明:

名称 类型 说明

代码示例:


			
返回顶部