每日英语

接口返回随机一句英剧句子,包含英语原句、释义、来源等。

接口文档

接口地址: https://whyta.cn/api/tx/everyday

返回格式: JSON

请求方式: GET

请求示例:https://whyta.cn/api/tx/everyday?key=你的APIKEY

接口备注:4 =>扫码关注公众号获取APIKEY<=

请求参数:

参数类型必填示例值说明
keystring你的APIKEY

返回参数说明:

参数类型示例说明
contentstringSolitude is the soul’s holiday......句子内容
notestring独处是灵魂的假期......释义
sourcestringAmerican drama lines来源
datestring2020-02-22时间

返回示例:

JSON返回示例

{
  "code": 200,
  "msg": "success",
  "result": {
    "id": 3673,
    "content": "Solitude is the soul’s holiday, an opportunity to stop doing for others and to surprise and delight ourselves instead.",
    "note": "独处是灵魂的假期,你可以不为他人奔忙,只为给自己带来惊喜与喜悦。",
    "source": "American drama lines",
    "date": "2020-02-22"
  }
}