基本信息

接口名称: 历史上的今天
请求方法: GET
计费类型: 免费

接口文档

请求参数

参数名 是否必填 类型 参数说明 示例值
apikey string 用户后台key sd6566xxxxxx66xxsd
time string 4位数 月日 1001 不填默认获取今天 1001

请求示例

{
    "apikey": "sd6566xxxxxx66xxsd",
    "time": "1001"
}

返回参数

参数名 类型 说明
code string 状态码
msg string xx月xx日历史上的今天
data string 列表
data.title string 标题
data.content string 内容
data.image string 图片

返回示例

{
    "code": "200",
    "msg": "10月01日历史上的今天",
    "data": "data",
    "data.title": "1. 1949年-中华人民共和国开国大典",
    "data.content": "中华人民共和国开国大典是指1949年10月1日15:00在北京为中华人民共和国中央人民政府成立而举行的仪式,直到21:00才结束,是中华人民共和国成立的标志。",
    "data.image": "https:\/\/p0.qhimg.com\/t0163b383bcbbc1645d.png"
}