每日英语
每日一句经典英语范句

接口地址: https://api.qsir.cn/api/dm-everyday

返回格式: JSON

请求方式: GET/POST

请求示例: https://api.qsir.cn/api/dm-everyday

即2023年9月1号起,所有接口请求必须携带秘钥,否则请求失败!!

请求参数说明:

名称 必填 类型 说明

返回参数说明:

名称 类型 说明
id int 数据ID
content String 句子内容
note String 释义
source String 来源
date String 时间

返回示例:

{
  "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"
  }
}

请求参数设置:

参数名称 参数值


{
  "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"
  }
}

错误码格式说明:

名称 类型 说明

代码示例:

暂无示例。