douyin/app-v3/video-statistics
Get the statistical data of the Post according to the video ID Most of the Douyin interfaces no longer return the number of plays of the Post, and can only be obtained through this interface. List of statistics that can...
Input
Idle
Example output — click Run to generate your own
API README
Get the statistical data of the Post according to the video ID (like count, download count, play count, share count)
Purpose:
- Get the statistical data of the Post according to the video ID
- Most of the Douyin interfaces no longer return the number of plays of the Post, and can only be obtained through this interface.
- List of statistics that can be obtained:
- Like count (digg_count)
- Download count (download_count)
- Play count (play_count)
- Share count (share_count) Parameters:
- aweme_ids: Video id, supports multiple video ids, separated by commas, no more than 2, single is also possible, no need for commas. Return:
- Post statistics data
[Example]
aweme_ids = "7448118827402972455,7126745726494821640"
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

