# Live detail live data Endpoint: GET /live/detail Version: 1.0.0 Security: MuseumPlaceholderAuth ## Query parameters: - `room_ids` (array, required) maxinum 10,comma separeted Example: ["7226316632389667589","7227333951226989338","7227595496314243845"] ## Response 200 fields (application/json): - `room_id` (string) Example: "7225975530858810139" - `user_id` (string) Example: "6816163894920791042" - `unique_id` (string) Example: "pinkflash.beauty" - `nick_name` (string) Example: "PinkFlash Indonesia" - `region` (string) Example: "ID" - `title` (string) Example: "Saatnya Ramadan Sale di TikTok Shop!" - `cover_url` (string) Example: "https://echosell-images.tos-ap-southeast-1.volces.com/live-cover/504/7226218610434706182.webp" - `create_time` (string) Example: "1682485439" - `finish_time` (string) Example: "1682493310" - `duration` (string) Example: "7871" - `total_joins_cnt` (integer) Example: 1 - `total_comments_cnt` (integer) Example: 1 - `total_digg_cnt` (integer) Example: 1 - `total_followers_cnt` (integer) Example: 1 - `total_sale_cnt` (integer) Example: 1 - `total_sale_gmv_amt` (number) Example: 12.34 - `total_product_cnt` (integer) Example: 1 - `new_user_ratio` (number) - `follow_user_ratio` (number) - `product_category_list` (array) Example: [{"category_name":"Perawatan & Kecantikan","category_id":"601450"}] - `total_shares_cnt` (integer) Example: 1 - `total_views_cnt` (integer) Example: 100 ## 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"