- MoreAPI接口说明
- 更新记录
- 抖音API
- 获取视频详情POST
- 获取视频详情 V3POST
- 获取视频详情V4POST
- 获取用户信息POST
- 获取用户信息 _V2POST
- 获取用户信息 _V3POST
- 获取用户信息 _V4POST
- 获取直播间信息与视频流直链POST
- 获取视频一级评论POST
- 获取视频子评论POST
- 综合搜索POST
- 获取开放直播间用户列表POST
- 搜索话题POST
- 获取话题视频POST
- 获取视频弹幕POST
- 搜索用户POST
- 搜索用户V2POST
- 搜索用户V3POST
- 搜索直播用户POST
- 搜索直播用户V2POST
- 获取视频短连接POST
- 生成视频抖音码POST
- 获取用户主页发布POST
- 获取直播间商品列表POST
- 搜索视频POST
- 搜索音乐POST
- 获取音乐详情POST
- 获取话题详情POST
- 获取音乐相关视频POST
- 搜索视频V2POST
- 获取用户最新作品V2POST
- 获取用户合集POST
- 获取合集视频列表POST
- 搜索用户指定作品POST
- 用户喜欢的作品POST
- 搜索长尾关键词POST
- 热点讨论POST
- 获取短剧详细信息POST
- 获取短剧视频列表POST
- 获取用户短剧集POST
- 用户橱窗销售信息POST
- 获取合集信息POST
- TikTok
- Lemon8
- 快手API
- 小红书API
- 微博API
- 哔哩哔哩API
- 头条 | 西瓜 API
- 榜单API
- youtube
- cookie池
- 创作者API
获取开放直播间用户列表
正式环境
正式环境
POST
请求参数
Body 参数application/json
room_id
string
必需
sort_type
integer
必需
示例
{
"room_id":"7307198983720553268",
"sort_type":30
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/douyin/live_user_data' \
--header 'Content-Type: application/json' \
--data-raw '{
"room_id":"7307198983720553268",
"sort_type":30
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
data
object
必需
示例
{ "code": 200, "msg": "请求成功", "data": { "data": { "ranks": [ { "user": { "id": 4332546678071328, "short_id": 0, "nickname": "Nobodies", "gender": 1, "signature": "", "level": 0, "birthday": 0, "telephone": "", "avatar_thumb": { "url_list": [ "https://p11.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813c001_7b9c12ebd59340af83f509291389eb74.jpeg?from=3067671334", "https://p6.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813c001_7b9c12ebd59340af83f509291389eb74.jpeg?from=3067671334", "https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813c001_7b9c12ebd59340af83f509291389eb74.jpeg?from=3067671334" ], "uri": "100x100/aweme-avatar/tos-cn-i-0813c001_7b9c12ebd59340af83f509291389eb74", "height": 0, "width": 0, "avg_color": "", "image_type": 0, "open_web_url": "", "is_animated": false, "flex_setting_list": [], "text_setting_list": [] }, "verified": false, "experience": 0, "city": "", "status": 0, "create_time": 0, "modify_time": 0, "secret": 1, "share_qrcode_uri": "", "income_share_percent": 0, "badge_image_list": [], "follow_info": { "following_count": 0, "follower_count": 0, "follow_status": 0, "push_status": 0, "remark_name": "", "follower_count_str": "", "following_count_str": "", "invalid_follow_status": false }, "pay_grade": { "total_diamond_count": 0, "name": "", "next_name": "", "level": 35, "next_diamond": 0, "now_diamond": 0, "this_grade_min_diamond": 230000, "this_grade_max_diamond": 300000, "pay_diamond_bak": 0, "grade_describe": "", "grade_icon_list": [], "screen_chat_type": 0, "new_im_icon_with_level": { "url_list": [ "http://p11-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_35.png~tplv-obj.image", "http://p3-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_35.png~tplv-obj.image", "http://p6-webcast.douyinpic.com/img/webcast/new_user_grade_level_v1_35.png~tplv-obj.image" ], "uri": "webcast/new_user_grade_level_v1_35.png", "height": 16, "width": 32, "avg_color": "", "image_type": 1, "open_web_url": "", "is_animated": false, "flex_setting_list": [], "text_setting_list": [] }, "new_live_icon": { "url_list": [ "http://p6-webcast.douyinpic.com/img/webcast/aweme_pay_grade_2x_35_39.png~tplv-obj.image", "http://p3-webcast.douyinpic.com/img/webcast/aweme_pay_grade_2x_35_39.png~tplv-obj.image", "http://p11-webcast.douyinpic.com/img/webcast/aweme_pay_grade_2x_35_39.png~tplv-obj.image" ], "uri": "webcast/aweme_pay_grade_2x_35_39.png", "height": 12, "width": 12, "avg_color": "", "image_type": 1, "open_web_url": "",
修改于 2024-09-25 17:15:56