- Scrumball-API
- Code-状态码
- tiktok
- instagram
- youtube
- 受众画像(audience)
- twitch
兴趣(interest)
GET
/api/v1/audience/tiktok/interest
受众画像(audience)
请求参数
Query 参数
unique_id
string
Unique Id
示例值:
nike
Header 参数
Authorization
string
可选
默认值:
{{auth_key}}
示例代码
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://openapi.scdata.cc/api/v1/audience/tiktok/interest' \
--header 'Authorization: '
返回响应
🟢200成功示例
application/json
Body
success
boolean
Success
默认值:
true
code
integer
Code
默认值:
200
message
string
Message
默认值:
请求成功
data
Data
Any of
interest
Interest
value
Value
illustration
Illustration
示例
{
"success": true,
"code": 200,
"message": "请求成功",
"data": [
{
"interest": "Philanthropy",
"value": "30.00",
"illustration": "The audience is drawn to MrBeast's charitable acts, such as planting trees and helping those in need."
},
{
"interest": "Extreme Challenges",
"value": "25.00",
"illustration": "Viewers enjoy watching extreme challenges like surviving in harsh conditions or competing for large prizes."
},
{
"interest": "Gaming",
"value": "20.00",
"illustration": "Many fans are interested in gaming content, especially with MrBeast Gaming videos featuring popular games."
},
{
"interest": "Entertainment",
"value": "15.00",
"illustration": "The audience loves entertaining content that includes humor, surprises, and engaging storytelling."
},
{
"interest": "Food and Snacks",
"value": "10.00",
"illustration": "'Feastables' and food-related giveaways attract viewers who enjoy culinary experiences and unique snacks."
}
]
}
🟠422参数错误