- 爱品
- AI热点
- 热榜聚焦
- 个人中心
- 登录
- 测试
- 前言洞察
- 开源情报
- 项目
- AI会商
- 未命名接口POST
热搜详情数据
开发中
POST
/v5/hotnews/hot-list/hot-detail
请求参数
Body 参数application/json
isDetail
string
必需
id
string
必需
type
string
必需
示例
{
"isDetail": "1",
"id": "25457",
"type": "weibo"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/v5/hotnews/hot-list/hot-detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"isDetail": "1",
"id": "25457",
"type": "weibo"
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
trends
array [object {5}]
当前词条的变更记录
chartDta
object
图表
list
object
重复上榜热搜详情
示例
{
"code": 0,
"msg": "string",
"data": {
"trends": [
{
"time": "string",
"ranking": "string",
"toutiaoWci": 0,
"type": "string",
"showTime": "string"
}
],
"chartDta": {
"xAxisData": [
"string"
],
"lineData": [
"string"
]
},
"list": {
"list": [
{
"word": "string",
"time": "string"
}
],
"count": 0
}
}
}
修改于 2024-01-09 09:43:35