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

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

返回格式: JSON

请求方式: GET/POST

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

所有接口需携带秘钥,以免更新导致请求失败!

请求参数说明:

名称 必填 类型 说明
暂无参数说明

返回参数说明:

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

返回示例:

{
  "code": 200,
  "msg": "success",
  "data": {
    "id": 2250,
    "content": "Silence is the most perfect expression of scorn.",
    "note": "沉默是轻蔑最完美的表达。",
    "source": "",
    "date": "2026-08-23"
  }
}

错误码格式说明:

错误码 类型 说明
暂无错误码说明

代码示例:

暂无示例