Douyin
Douyin Video Statistics API
Play, like, share and download counts for one or more videos. Costs 1 credit per request.
POST/api/v1/douyin/video/statistics
Authorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).
Body
application/jsonaweme_idsstringrequiredOne or more video ids, comma separated
Request
from scavio import ScavioClient
client = ScavioClient(api_key="sk_live_your_key")
result = client.douyin.request("/api/v1/douyin/video/statistics", {"aweme_ids": "..."})
print(result)Response
},
"response_time": 685
}