接口返回随机一句英剧句子,包含英语原句、释义、来源等。
接口地址: https://whyta.cn/api/tx/everyday
返回格式: JSON
请求方式: GET
请求示例:https://whyta.cn/api/tx/everyday?key=你的APIKEY
接口备注:4
参数 | 类型 | 必填 | 示例值 | 说明 |
---|---|---|---|---|
key | string | 是 | 你的APIKEY |
参数 | 类型 | 示例 | 说明 |
---|---|---|---|
content | string | Solitude is the soul’s holiday...... | 句子内容 |
note | string | 独处是灵魂的假期...... | 释义 |
source | string | American drama lines | 来源 |
date | string | 2020-02-22 | 时间 |
{
"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"
}
}