# Video trend video trend data,No more than 180 days Endpoint: GET /video/trend Version: 1.0.0 Security: MuseumPlaceholderAuth ## Query parameters: - `video_id` (string, required) video id - `start_date` (string, required) format yyyy-MM-dd, The date must be within 180 days Example: "2024-10-01" - `end_date` (string, required) format yyyy-MM-dd Example: "2024-10-01" - `page_num` (integer, required) page number - `page_size` (integer, required) page size ## Response 200 fields (application/json): - `dt` (string) Example: "2024-11-12" - `video_id` (string) Example: "188160289807319040" - `total_digg_cnt` (integer) Example: 1370 - `total_views_cnt` (integer) Example: 6455 - `total_comments_cnt` (integer) Example: 10 - `total_shares_cnt` (integer) Example: 15 - `total_favorites_cnt` (integer) Example: 15 - `total_video_sale_cnt` (integer) Example: 1 - `total_video_sale_gmv_amt` (number) Example: 13.45 ## Response 403 fields (application/problem+json): - `code` (integer) Example: 403 - `message` (string) Example: "Usage Limit Exceeded, Please Contact Administrator to Increase Quota" ## Response 429 fields (application/problem+json): - `code` (integer) Example: 429 - `message` (string) Example: "speed limit" ## Response 500 fields (application/problem+json): - `code` (integer) Example: 500 - `message` (string) Example: "inner error" ## Response 504 fields (application/problem+json): - `code` (integer) Example: 504 - `message` (string) Example: "timeout"