- 【Must-Read】About Signature
- Data APIs
- Item
- Item Creator
- Seller
- Item Video
- Meta APIs
Item Creator Trend
GET
/api/item_creator/trend
Request
Query Params
uid
string
required
startDate
string
required
endDate
string
required
Header Params
x-appKey
string
required
Example:
{{appKey}}
x-timestamp
string
required
Example:
{{x-timestamp}}
x-sign
string
required
Example:
{{x-sign}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://open.tabcut.com:8090/api/item_creator/trend?uid&startDate&endDate' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
Responses
🟢200成功
application/json
Body
code
string
required
message
string
required
result
object
required
uid
string
required
playCount
array [object {2}]
required
likeCount
array [object {2}]
required
shareCount
array [object {2}]
required
commentCount
array [object {2}]
required
soldCount
array [object {2}]
required
followerCount
array [object {2}]
required
videoCount
array [object {2}]
required
itemVideoCount
array [object {2}]
required
localGmv
array [object {2}]
required
currencySymbolInfo
object
required
totalPlayCount
array [object {2}]
required
totalLikeCount
array [object {2}]
required
totalShareCount
array [object {2}]
required
totalCommentCount
array [object {2}]
required
totalItemSoldCount
array [object {2}]
required
totalFollowerCount
array [object {2}]
required
totalVideoCount
array [object {2}]
required
totalItemVideoCount
array [object {2}]
required
totalLocalGmv
array [object {2}]
required
Example
{
"code": "string",
"message": "string",
"result": {
"uid": "string",
"playCount": [
{
"date": "string",
"score": 0
}
],
"likeCount": [
{
"date": "string",
"score": 0
}
],
"shareCount": [
{
"date": "string",
"score": 0
}
],
"commentCount": [
{
"date": "string",
"score": 0
}
],
"soldCount": [
{
"date": "string",
"score": 0
}
],
"followerCount": [
{
"date": "string",
"score": 0
}
],
"videoCount": [
{
"date": "string",
"score": 0
}
],
"itemVideoCount": [
{
"date": "string",
"score": 0
}
],
"localGmv": [
{
"date": "string",
"score": 0
}
],
"currencySymbolInfo": {
"local": "string"
},
"totalPlayCount": [
{
"date": "string",
"score": 0
}
],
"totalLikeCount": [
{
"date": "string",
"score": 0
}
],
"totalShareCount": [
{
"date": "string",
"score": "string"
}
],
"totalCommentCount": [
{
"date": "string",
"score": 0
}
],
"totalItemSoldCount": [
{
"date": "string",
"score": 0
}
],
"totalFollowerCount": [
{
"date": "string",
"score": 0
}
],
"totalVideoCount": [
{
"date": "string",
"score": 0
}
],
"totalItemVideoCount": [
{
"date": "string",
"score": "string"
}
],
"totalLocalGmv": [
{
"date": "string",
"score": 0
}
]
}
}
Modified at 2025-06-24 11:04:19