- Scrumball-API
- Code-状态码
- tiktok
- instagram
- youtube
- 受众画像(audience)
- twitch
用户信息
GET
/api/v1/youtube/user/info
youtube
请求参数
Query 参数
channel_id
string
Channel Id
默认值:
示例值:
UCUFgkRb0ZHc4Rpq15VRCICA
username
string
Username
默认值:
示例值:
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/youtube/user/info' \
--header 'Authorization: '
返回响应
🟢200成功示例
application/json
Body
success
boolean
Success
默认值:
true
code
integer
Code
默认值:
200
message
string
Message
默认值:
请求成功
data
必需
Any of
channel_id
Channel Id
related_platforms
Related Platforms
title
Title
channel_url
Channel Url
avatar
Avatar
description
Description
gender
Gender
country
Country
language
Language
tags
Tags
register_at
Register At
subscriber_count
Subscriber Count
publish_count_month
Publish Count Month
last_publish_at
Last Publish At
total_video_count
Total Video Count
total_view_count
Total View Count
avg_view_count
Avg View Count
avg_view_count_30
Avg View Count 30
avg_engagement_rate_30
Avg Engagement Rate 30
avg_like_count_30
Avg Like Count 30
avg_comment_count_30
Avg Comment Count 30
last_update_at
Last Update At
示例
{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"channel_id": "UCUFgkRb0ZHc4Rpq15VRCICA",
"related_platforms": [
{
"platform": "instagram",
"platform_url": "https://www.instagram.com/nike"
},
{
"platform": "tiktok",
"platform_url": "https://www.tiktok.com/@nike"
}
],
"title": "Nike",
"channel_url": "https://www.youtube.com/channel/UCUFgkRb0ZHc4Rpq15VRCICA",
"avatar": "https://img.scrumball.cn/FgWW04rDSLj8Aj26xj4iRTbLsVND",
"description": "You can't win. So Win.\n\nFor more information: https://go.nike.com/XzgyIjcJoXc",
"gender": "female",
"country": "",
"language": "en",
"tags": [
"#nike commercial",
"#nike",
"#Becs Gentry",
"#Nike",
"#nike running shoes",
"#Comfort Zones",
"#Vomero 18",
"#nike running",
"#Nike Running",
"#running interview"
],
"register_at": "2006-03-08 11:18:02",
"subscriber_count": 2120000,
"publish_count_month": 7,
"last_publish_at": "2025-05-21",
"total_video_count": 581,
"total_view_count": 400443251,
"avg_view_count": "53339.0",
"avg_view_count_30": "53339.0",
"avg_engagement_rate_30": "4.3",
"avg_like_count_30": "2226.33",
"avg_comment_count_30": "69.37",
"last_update_at": "2025-06-05 03:10:05"
}
}
🟠422参数错误