Topic Basic Info
Developing
Request Code Samples
curl --location --request GET 'http://open.tabcut.com:8090/api/hashtag/basic?hashtagId®ion' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
Responses
application/json {
"code": "string",
"message": "string",
"result": {
"hashtagId": "string",
"hashtagName": "string",
"videoWithItemCount": 0,
"playCount": 0,
"commentCount": 0,
"likeCount": 0,
"relatedAuthorCount": 0,
"shareCount": 0,
"region": "string",
"regionComment": "string",
"statisticTime": 0,
"originUrl": "string"
},
"serverTime": "string"
}
Modified at 2026-01-05 03:48:55