Topic Basic Info V2 (Period Aggregation)
Request Code Samples
curl --location --request GET 'http://open.tabcut.com:8090/api/hashtag/v2/basic?hashtagId=1234567890®ion=US&period=7d' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
Responses
application/json {
"code": "200",
"message": "Success!",
"result": {
"hashtagId": "string",
"hashtagName": "string",
"region": "string",
"originUrl": "string",
"videoCountPeriod": 0,
"videoPlayCountPeriod": 0,
"videoCommentCountPeriod": 0,
"videoLikeCountPeriod": 0,
"videoShareCountPeriod": 0,
"videoRelatedAuthorCountPeriod": 0,
"videoLocalGmvPeriod": 0,
"videoSoldCountPeriod": 0,
"videoAvgPricePeriod": 0,
"videoAvgPlayPeriod": 0,
"videoConversionRate": 0,
"videoRevenuePerThousandPlays": 0
},
"serverTime": "2026-04-16 10:00:00"
}
Modified at 2026-04-16 02:37:43