带货达人详情页基础信息
正式环境
http://open.tabcut.com:8090
正式环境
http://open.tabcut.com:8090
GET
http://open.tabcut.com:8090
请求参数
Query 参数
uidList
array[string]
达人id列表
Header 参数
x-appKey
string
必需
x-timestamp
string
必需
x-sign
string
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://open.tabcut.com:8090/api/item_creator/basic?uidList' \
--header 'x-appKey;' \
--header 'x-timestamp;' \
--header 'x-sign;'
返回响应
🟢200成功
application/json
Body
code
string
必需
message
string
必需
result
array [object {23}]
必需
uid
string
达人id
avatarUrl
string
头像url
name
string
达人昵称
uniqueId
string
达人唯一id
region
string
必需
itemCategoryIds
string
必需
itemCategoryNames
string
必需
followerCountInfo
object
粉丝数信息
likeCountInfo
object
点赞数信息
playCountInfo
object
播放数信息
videoCountInfo
object
视频数信息
itemVideoCountInfo
object
带货视频数信息
videoDuration
object
视频时长
soldCountInfo
object
销量信息
gmvInfo
object
gmv信息
gpmInfo
object
gpm信息
currencySymbolInfo
object
货币符号信息
mcnName
string
mcn名称
userType
integer
必需
updateTime
number
主页更新时间
insId
string
必需
youtubeChannelId
string
必需
liveRoomCountInfo
object
直播间数
serverTime
string
必需
示例
{
"code": "string",
"message": "string",
"result": [
{
"uid": "string",
"avatarUrl": "string",
"name": "string",
"uniqueId": "string",
"region": "string",
"itemCategoryIds": "string",
"itemCategoryNames": "string",
"followerCountInfo": {
"total": 0
},
"likeCountInfo": {
"total": 0
},
"playCountInfo": {
"total": 0
},
"videoCountInfo": {
"total": 0,
"totalFromStart": 0
},
"itemVideoCountInfo": {
"total": 0,
"totalFromStart": 0
},
"videoDuration": {
"avg": 0
},
"soldCountInfo": {
"video": 0
},
"gmvInfo": {
"video": {
"local": 0
}
},
"gpmInfo": {
"video": 0
},
"currencySymbolInfo": {
"local": "string"
},
"mcnName": "string",
"userType": 0,
"updateTime": 0,
"insId": "string",
"youtubeChannelId": "string",
"liveRoomCountInfo": {
"total": 0
}
}
],
"serverTime": "string"
}
修改于 2025-05-23 01:48:03