Appearance
微博热搜榜单
接口简介
获取微博热搜榜单,实时同步更新。
接口信息
- 接口地址:
https://api-2.timecdn.cn/api/weiboHot
- 请求方式:
GET
- 编码格式:
UTF-8
请求参数
参数名 | 类型 | 必填 | 说明 |
---|---|---|---|
key | string | 是 | 用户Key |
callback | string | 否 | jsonp回调函数名 |
返回参数
以下返回参数为
data
字段内容,完整返回参数请查看 接口地址与错误码 章节。 字段名 | 类型 | 说明 |
---|---|---|
word | string | 热搜词 |
wordScheme | string | 话题 |
link | string | 微博链接 |
onboardTime | number | 上榜时间 |
rawHot | number | 原始热度 |
iconDesc | string | 热度图标文字 |
iconDescColor | string | 热度图标文字背景色 |
category | string | 分类 |
rank | number | 索引排名 |
realpos | number | 实际排名 |
返回示例
json
{
"code": 200,
"message": "OK",
"data": {
{
"word": "中国队跳水女双3米板金牌",
"wordScheme": "#中国队跳水女双3米板金牌#",
"link": "https://s.weibo.com/weibo?q=%23%E4%B8%AD%E5%9B%BD%E9%98%9F%E8%B7%B3%E6%B0%B4%E5%A5%B3%E5%8F%8C3%E7%B1%B3%E6%9D%BF%E9%87%91%E7%89%8C%23",
"onboardTime": 1722073768,
"rawHot": 9897927,
"iconDesc": "爆",
"iconDescColor": "#bd0000",
"category": "体育",
"rank": 0,
"realpos": 1
},
{
"word": "中国队混合团体10米气步枪金牌",
"wordScheme": "#中国队混合团体10米气步枪金牌#",
"link": "https://s.weibo.com/weibo?q=%23%E4%B8%AD%E5%9B%BD%E9%98%9F%E6%B7%B7%E5%90%88%E5%9B%A2%E4%BD%9310%E7%B1%B3%E6%B0%94%E6%AD%A5%E6%9E%AA%E9%87%91%E7%89%8C%23",
"onboardTime": 1722072453,
"rawHot": 6019241,
"iconDesc": "爆",
"iconDescColor": "#bd0000",
"category": "体育",
"rank": 1,
"realpos": 2
},
...
},
"docs": "https://api.timecdn.cn/docs/weiboHot",
"requestId": "ad33f250-39f4-4dbf-a059-d42c5e42a53f"
}
更新记录
时间 | 更新内容 |
---|---|
2022-07-25 | 新增接口 |