Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
item_id
: 请求的视频IDvideo_views
: 视频总观看次数value
: 观看次数数值video_views_14_days
: 近14天的每日观看量趋势数据interval
: 数据间隔类型value
: 每日数据列表likes
: 视频总点赞数value
: 点赞数值likes_14_days
: 近14天的每日点赞数趋势数据comments
: 视频总评论数value
: 评论数值comments_14_days
: 近14天的每日评论数趋势数据favorites
: 视频总收藏数value
: 收藏数值favorites_14_days
: 近14天的每日收藏数趋势数据video_summary
: 视频表现的概览分析title
: 概览标题content
: 概览内容summary_type
: 概览类型{
"code": 200,
"router": "/api/v1/tiktok/analytics/fetch_video_metrics",
"params": {
"item_id": "7502551047378832671"
},
"data": {
"item_id": "7502551047378832671",
"video_views": {
"value": 1555500
},
"likes": {
"value": 11571
},
"comments": {
"value": 6920
},
"favorites": {
"value": 1243
},
"video_summary": {
"title": "Overview",
"content": "This post received more comments per view than most other posts."
}
}
}
item_id
: The requested video IDvideo_views
: Total number of video viewsvalue
: View count valuevideo_views_14_days
: Daily view trends for the past 14 daysinterval
: Data interval typevalue
: List of daily datalikes
: Total number of likes on the videovalue
: Like count valuelikes_14_days
: Daily like trends for the past 14 dayscomments
: Total number of comments on the videovalue
: Comment count valuecomments_14_days
: Daily comment trends for the past 14 daysfavorites
: Total number of times the video was favoritedvalue
: Favorite count valuefavorites_14_days
: Daily favorite trends for the past 14 daysvideo_summary
: Overview analysis of video performancetitle
: Overview titlecontent
: Overview contentsummary_type
: Overview type{
"code": 200,
"router": "/api/v1/tiktok/analytics/fetch_video_metrics",
"params": {
"item_id": "7502551047378832671"
},
"data": {
"item_id": "7502551047378832671",
"video_views": {
"value": 1555500
},
"likes": {
"value": 11571
},
"comments": {
"value": 6920
},
"favorites": {
"value": 1243
},
"video_summary": {
"title": "Overview",
"content": "This post received more comments per view than most other posts."
}
}
}
Authorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/analytics/fetch_video_metrics?item_id=7502551047378832671'
{
"code": 200,
"router": "",
"params": {},
"data": null
}