Get the statistical data of the Post according to the video ID (like count, download count, play count, share count)
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)
Copy for AI
🤖 Why Code When AI Can Do It For You?
Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.
Authorizations
Query Parameters
Video id, supports multiple video ids, separated by commas, no more than 2, single is also possible, no need for commas.
"7448118827402972455,7644456381004664090"
Response
Request successful
The response is of type object.

