热搜详情数据
开发中
POST
aiScheme/hot-list/hot-detail
请求参数
Body 参数application/json
isDetail
integer
必需
id
string
必需
type
string
必需
示例
{
"isDetail": 1,
"id": "446918",
"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 'aiScheme/hot-list/hot-detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"isDetail": 1,
"id": "446918",
"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
}
}
}