Video - Period Statistics
Request Code Samples
curl --location --request GET 'http://open.tabcut.com:8090/api/item_video/statistics?videoId=7123456789012345678&period=30d' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
Responses
application/json {
"code": "200",
"message": "Success!",
"result": {
"videoId": "string",
"playCountPeriod": 0,
"likeCountPeriod": 0,
"shareCountPeriod": 0,
"commentCountPeriod": 0,
"engateRatePeriod": 0,
"adPlayRatePeriod": 0,
"adTransactionRatePeriod": 0,
"adConsumePeriod": 0,
"adRoasPeriod": 0,
"localGmvPeriod": 0,
"soldCountPeriod": 0,
"avgPricePeriod": 0,
"revenuePerThousandPlaysPeriod": 0,
"videoGmvConversionRatePeriod": 0,
"adCpaPeriod": 0
},
"serverTime": "2026-03-31 10:00:00"
}
Modified at 2026-04-07 08:06:37