video_id, with up to 180 days of history. It focuses on how views, engagement, estimated sales, and estimated GMV evolve over time, making it ideal for understanding a video's lifecycle.curl --location 'https://open.echotik.live/api/v3/echotik/video/trend?video_id=undefined&start_date=undefined&end_date=undefined&page_num=undefined&page_size=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"code": 0,
"message": "success",
"data": [
{
"dt": "2025-10-14",
"total_comments_cnt": 0,
"total_digg_cnt": 24,
"total_favorites_cnt": 5,
"total_shares_cnt": 2,
"total_video_sale_cnt": "1.00",
"total_video_sale_gmv_amt": "7.99",
"total_views_cnt": 3122,
"video_id": "7560175324038728973"
}
],
"requestId": "8a7b66ec-eb5c-447f-8f0e-4c23c6a98335"
}