历史上今天获取
接口地址 https://apis.kit9.cn/api/today_in_history/api.php
请求方式 GET/POST
返回格式 JSON
HTTP/HTTPS 支持
请求示例 https://apis.kit9.cn/api/today_in_history/api.php
参数说明
| 参数 | 必填 | 类型 | 说明 |
|---|---|---|---|
| 无 | 无 | 无 | 无 |
| 名称 | 类型 | 说明 | ||
|---|---|---|---|---|
| code | number | 状态码 200为正常,其它为异常 | ||
| msg | string | 状态说明 | ||
| date | string | 时间 | ||
| data | array | 数组 | ||
| content | string | 内容 | ||
| year | string | 年份 | ||
| month | string | 月份 | ||
| day | string | 日 | ||
| date | string | 日期 | ||
| link | string | 事件链接 | ||
返回示例
{
"code": 200,
"msg": "success",
"data": [
{
"content": "意大利比萨斜塔破土动工",
"year": "1173",
"month": "08",
"day": "09",
"date": "1173-08-09",
"link": "https://baike.baidu.com/item/%E6%AF%94%E8%90%A8%E6%96%9C%E5%A1%94"
},
{
"content": "英国哲学家约翰洛克诞生",
"year": "1632",
"month": "08",
"day": "09",
"date": "1632-08-09",
"link": "https://baike.baidu.com/item/%E7%BA%A6%E7%BF%B0%C2%B7%E6%B4%9B%E5%85%8B/24712"
},
{
"content": "中国化工专家侯德榜出生",
"year": "1890",
"month": "08",
"day": "09",
"date": "1890-08-09",
"link": "https://baike.baidu.com/item/%E4%BE%AF%E5%BE%B7%E6%A6%9C/511050"
},
{
"content": "著名儿童心理发展学家让皮亚杰出生",
"year": "1896",
"month": "08",
"day": "09",
"date": "1896-08-09",
"link": "https://baike.baidu.com/item/%E8%AE%A9%C2%B7%E7%9A%AE%E4%BA%9A%E6%9D%B0"
},
{
"content": "国际数学家大会在瑞士苏黎世召开",
"year": "1897",
"month": "08",
"day": "09",
"date": "1897-08-09",
"link": "https://baike.baidu.com/item/%E8%8B%8F%E9%BB%8E%E4%B8%96"
},
{
"content": "香港历史学家饶宗颐出生",
"year": "1917",
"month": "08",
"day": "09",
"date": "1917-08-09",
"link": "https://baike.baidu.com/item/%E9%A5%B6%E5%AE%97%E9%A2%90"
},
{
"content": "德国哲学家恩斯特海克尔逝世",
"year": "1919",
"month": "08",
"day": "09",
"date": "1919-08-09",
"link": "https://baike.baidu.com/item/%E6%81%A9%E6%96%AF%E7%89%B9%C2%B7%E6%B5%B7%E5%85%8B%E5%B0%94"
},
{
"content": "美国科学家马文闵斯基出生",
"year": "1927",
"month": "08",
"day": "09",
"date": "1927-08-09",
"link": "https://baike.baidu.com/item/%E9%A9%AC%E6%96%87%C2%B7%E9%97%B5%E6%96%AF%E5%9F%BA"
},
{
"content": "美国在长崎投下原子弹",
"year": "1945",
"month": "08",
"day": "09",
"date": "1945-08-09",
"link": "https://baike.baidu.com/item/%E5%8E%9F%E5%AD%90%E5%BC%B9"
},
{
"content": "诺贝尔文学奖得主赫尔曼黑塞逝世",
"year": "1962",
"month": "08",
"day": "09",
"date": "1962-08-09",
"link": "https://baike.baidu.com/item/%E8%B5%AB%E5%B0%94%E6%9B%BC%C2%B7%E9%BB%91%E5%A1%9E"
},
{
"content": "苏联作曲家肖斯塔科维奇逝世",
"year": "1975",
"month": "08",
"day": "09",
"date": "1975-08-09",
"link": "https://baike.baidu.com/item/%E8%82%96%E6%96%AF%E5%A1%94%E7%A7%91%E7%BB%B4%E5%A5%87"
},
{
"content": "中国首次利用机器人进行远程脑外科手术",
"year": "2001",
"month": "08",
"day": "09",
"date": "2001-08-09",
"link": "https://baike.baidu.com/item/%E6%9C%BA%E5%99%A8%E4%BA%BA/888"
}
]
}