B站直播数据获取

api.live.bilibili.com/xlive/web-room/v1/dM/gethistory?roomid=房间号&room_type=0

JSON参数:

重点字段:

            "text":"哦,找到了叫绿色的旋律",
        "uid":366087710,
        "nickname":"苯奈特ben",
        "timeline":"2023-09-16 23:23:15",

{
"code":0,
"data":{
"admin":[

    ],
    "room":[
        {
            "text":"哦,找到了叫绿色的旋律",
            "dm_type":0,
            "uid":366087710,
            "nickname":"苯奈特ben",
            "uname_color":"",
            "timeline":"2023-09-16 23:23:15",
            "isadmin":0,
            "vip":0,
            "svip":0,
            "medal":Array[13],
            "title":[
                "",
                ""
            ],
            "user_level":[
                0,
                0,
                9868950,
                ">50000"
            ],
            "rank":10000,
            "teamid":0,
            "rnd":"891585222",
            "user_title":"",
            "guard_level":0,
            "bubble":0,
            "bubble_color":"",
            "lpl":0,
            "yeah_space_url":"",
            "jump_to_url":"",
            "check_info":{
                "ts":1694877795,
                "ct":"3D11739F"
            },
            "voice_dm_info":{
                "voice_url":"",
                "file_format":"",
                "text":"",
                "file_duration":0,
                "file_id":""
            },
            "emoticon":{
                "id":0,
                "emoticon_unique":"",
                "text":"",
                "perm":0,
                "url":"",
                "in_player_area":0,
                "bulge_display":0,
                "is_dynamic":0,
                "height":0,
                "width":0
            },
            "emots":null,
            "id_str":"74a6a608b91717847d8325eea06505c815",
            "wealth_level":0,
            "bubble_id_v2":0
        },
        Object{...},
        Object{...},
        Object{...},
        Object{...},
        Object{...},
        Object{...},
        Object{...},
        Object{...},
        Object{...}
    ]
},
"message":"",
"msg":""

}
B站获取用户信息

https://api.bilibili.com/x/space/wbi/acc/info?mid=35112364&token=&platform=web&web_location=1550101&w_rid=cab342c077b8f887c40a7711d3f2bc47&wts=1694878419

mid=xxxxx

JSON数据

{
"code": 0,
"message": "0",
"ttl": 1,
"data": {
"mid": 35112364,
"name": "希渐川",
"sex": "保密",
"face": "https://i1.hdslb.com/bfs/face/ac256f82809b9a06a88b8bde9bbf54137932df58.jpg",
"face_nft": 0,
"face_nft_type": 0,
"sign": "日刷b站",
"rank": 10000,
"level": 6,
"jointime": 0,
"moral": 0,
"silence": 0,
"coins": 0,
"fans_badge": false,
"fans_medal": {
"show": false,
"wear": false,
"medal": null
},
"official": {
"role": 0,
"title": "",
"desc": "",
"type": -1
},
"vip": {
"type": 1,
"status": 0,
"due_date": 1544630400000,
"vip_pay_type": 0,
"theme_type": 0,
"label": {
"path": "",
"text": "",
"label_theme": "",
"text_color": "",
"bg_style": 0,
"bg_color": "",
"border_color": "",
"use_img_label": true,
"img_label_uri_hans": "",
"img_label_uri_hant": "",
"img_label_uri_hans_static": "https://i0.hdslb.com/bfs/vip/d7b702ef65a976b20ed854cbd04cb9e27341bb79.png",
"img_label_uri_hant_static": "https://i0.hdslb.com/bfs/activity-plat/static/20220614/e369244d0b14644f5e1a06431e22a4d5/KJunwh19T5.png"
},
"avatar_subscript": 0,
"nickname_color": "",
"role": 0,
"avatar_subscript_url": "",
"tv_vip_status": 0,
"tv_vip_pay_type": 0,
"tv_due_date": 0
},
"pendant": {
"pid": 0,
"name": "",
"image": "",
"expire": 0,
"image_enhance": "",
"image_enhance_frame": ""
},
"nameplate": {
"nid": 0,
"name": "",
"image": "",
"image_small": "",
"level": "",
"condition": ""
},
"user_honour_info": {
"mid": 0,
"colour": null,
"tags": []
},
"is_followed": false,
"top_photo": "http://i1.hdslb.com/bfs/space/cb1c3ef50e22b6096fde67febe863494caefebad.png",
"theme": {},
"sys_notice": {},
"live_room": null,
"birthday": "11-03",
"school": null,
"profession": {
"name": "",
"department": "",
"title": "",
"is_show": 0
},
"tags": null,
"series": {
"user_upgrade_status": 3,
"show_upgrade_window": false
},
"is_senior_member": 0,
"mcn_info": null,
"gaia_res_type": 0,
"gaia_data": null,
"is_risk": false,
"elec": {
"show_info": {
"show": false,
"state": -1,
"title": "",
"icon": "",
"jump_url": "?oid=35112364"
}
},
"contract": {
"is_display": false,
"is_follow_display": false
},
"certificate_show": false
}
}

posted @ 2023-10-28 16:14  Amani_Bey  阅读(131)  评论(0编辑  收藏  举报