Topic Usage Trend
Developing
Request Code Samples
curl --location --request GET 'http://open.tabcut.com:8090/api/hashtag/trend?hashtagId=®ion=&startDs=&endDs=' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
Responses
application/json {
"code": "string",
"message": "string",
"result": {
"hashtagId": "string",
"region": "string",
"videoCount": [
{
"date": "string",
"score": 0
}
],
"playCount": [
{
"date": "string",
"score": 0
}
]
},
"serverTime": "string"
}
Modified at 2026-01-05 03:48:55