# Video list video list data Endpoint: GET /video/list Version: 1.0.0 Security: MuseumPlaceholderAuth ## Query parameters: - `keyword` (string) fuzzy matching keywords - `influencer_category_name` (string) category name Example: "Public Figure、Entertainment、Beauty、Personal Blog、Art、Music/Dance、Fashion、Media、Sports、Pets、Education、Baby、Food、Clothing、Gaming、Home、Shopping、Outdoor、Brand、Health、Auto、Tech、Electron、Movie、Life、Travel、Finance、Government、Service" - `region` (string, required) region code Example: "US/ID/TH/PH/MY/VN/GB/MX/SG/SA/BR/ES" - `sales_flag` (integer) Main Sales Methods. 1=video 2=live - `created_by_ai` (string) true or false Example: "true" - `min_create_time` (integer) min_create_time Example: 1729849853 - `max_create_time` (integer) max_create_time Example: 1762149849 - `min_duration` (integer) min_duration Example: 10 - `max_duration` (integer) max_duration Example: 100 - `sort_type` (integer) sort order. 0=asc 1=desc - `video_sort_field` (any) sort values. 1=total_digg_cnt 2=create_time - `page_num` (integer, required) page number - `page_size` (integer, required) page size ## Response 200 fields (application/json): - `user_id` (string) Example: "6821403084742394882" - `video_id` (string) Example: "7153518270484679963" - `region` (string) Example: "US" - `unique_id` (string) Example: "shopmenhep" - `video_desc` (string) Example: "jangan lupa nnti malam join di live kami menyedikan berbagai jenis baju koko muslim pria #bajukokopria #kokokurta #bajukoko #fyp " - `create_time` (string) Example: "1665558271" - `reflow_cover` (string) Example: "https://d304ly0se1sg9m.cloudfront.net/video-cover/697/7153518270484679963.webp" - `duration` (string) Example: "15" - `ratio` (string) Example: "720p" - `height` (string) Example: "1024" - `width` (string) Example: "576" - `data_size` (string) Example: "2695884" - `total_digg_cnt` (integer) Example: 1 - `total_views_cnt` (integer) Example: 1 - `total_comments_cnt` (integer) Example: 1 - `total_shares_cnt` (integer) Example: 1 - `total_favorites_cnt` (integer) Example: 1 - `total_video_sale_cnt` (integer) Example: 1 - `total_video_sale_gmv_amt` (number) Example: 1 - `total_digg_1d_cnt` (integer) Example: 1 - `total_digg_7d_cnt` (integer) Example: 1 - `total_digg_30d_cnt` (integer) Example: 1 - `total_views_1d_cnt` (integer) Example: 1 - `total_views_7d_cnt` (integer) Example: 1 - `total_views_30d_cnt` (integer) Example: 1 - `sales_flag` (integer) Example: 1 - `created_by_ai` (string) Example: "true" ## 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"