百度风云榜实时热点API
GET
https://api.sqidh.com/api/top/baidu
请求参数
Query 参数
key
string
可选
示例值:
35kj5jnlj53453kl5j43nj5
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.sqidh.com/api/top/baidu?key=35kj5jnlj53453kl5j43nj5'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
component
string
必需
content
array [object {14}]
必需
more
integer
必需
moreAppUrl
string
必需
moreUrl
string
必需
text
string
必需
topContent
array [object {13}]
必需
typeName
string
必需
updateTime
string
必需
exec_time
number
必需
ip
string
必需
示例
{
"code": 0,
"msg": "string",
"data": {
"component": "string",
"content": [
{
"appUrl": "string",
"desc": "string",
"hotChange": "string",
"hotScore": "string",
"hotTag": "string",
"hotTagImg": "string",
"img": "string",
"index": 0,
"indexUrl": "string",
"query": "string",
"rawUrl": "string",
"show": [
null
],
"url": "string",
"word": "string"
}
],
"more": 0,
"moreAppUrl": "string",
"moreUrl": "string",
"text": "string",
"topContent": [
{
"appUrl": "string",
"desc": "string",
"hotChange": "string",
"hotScore": "string",
"hotTag": "string",
"img": "string",
"index": 0,
"indexUrl": "string",
"query": "string",
"rawUrl": "string",
"show": [
null
],
"url": "string",
"word": "string"
}
],
"typeName": "string",
"updateTime": "string"
},
"exec_time": 0,
"ip": "string"
}
修改于 2025-03-29 01:51:49