羽棠小屋 API
  1. 视频video
羽棠小屋 API
  • 视频video
    • 获取抖音视频的真实链接
      GET
    • 抖音解析
      POST
    • B站用户详细信息
      GET
    • B站链接解析
      GET
    • B站链接解析重要字段
      GET
  1. 视频video

B站用户详细信息

GET
https://api.yutangxiaowu.cn:/api/bili

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.yutangxiaowu.cn/api/bili?mid=384675673&cookie='

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "message": "string",
    "ttl": 0,
    "data": {
        "mid": 0,
        "name": "string",
        "sex": "string",
        "face": "string",
        "face_nft": 0,
        "face_nft_type": 0,
        "sign": "string",
        "rank": 0,
        "level": 0,
        "jointime": 0,
        "moral": 0,
        "silence": 0,
        "control": 0,
        "coins": 0,
        "fans_badge": true,
        "fans_medal": {
            "show": true,
            "wear": true,
            "medal": {
                "level": 0,
                "guard_level": 0,
                "medal_color": 0,
                "medal_name": "string",
                "medal_color_border": 0,
                "medal_color_start": 0,
                "medal_color_end": 0
            },
            "detail": {
                "uid": 0,
                "medal_color_end": "string",
                "level": 0,
                "guard_level": 0,
                "first_icon": "string",
                "second_icon": "string",
                "medal_color_level": "string",
                "medal_color_name": "string",
                "medal_level_bg_color": 0,
                "medal_name": "string",
                "medal_id": 0,
                "medal_color": "string",
                "medal_color_border": "string"
            }
        },
        "official": {
            "role": 0,
            "title": "string",
            "desc": "string",
            "type": 0
        },
        "vip": {
            "type": 0,
            "status": 0,
            "due_date": 0,
            "vip_pay_type": 0,
            "theme_type": 0,
            "label": {
                "path": "string",
                "text": "string",
                "label_theme": "string",
                "text_color": "string",
                "bg_style": 0,
                "bg_color": "string",
                "border_color": "string",
                "use_img_label": true,
                "img_label_uri_hans": "string",
                "img_label_uri_hant": "string",
                "img_label_uri_hans_static": "string",
                "img_label_uri_hant_static": "string",
                "label_id": 0,
                "label_goto": null
            },
            "avatar_subscript": 0,
            "nickname_color": "string",
            "role": 0,
            "avatar_subscript_url": "string",
            "tv_vip_status": 0,
            "tv_vip_pay_type": 0,
            "tv_due_date": 0,
            "avatar_icon": {
                "icon_resource": {}
            },
            "ott_info": {
                "vip_type": 0,
                "pay_type": 0,
                "pay_channel_id": "string",
                "status": 0,
                "overdue_time": 0
            },
            "super_vip": {
                "is_super_vip": true
            }
        },
        "pendant": {
            "pid": 0,
            "name": "string",
            "image": "string",
            "expire": 0,
            "image_enhance": "string",
            "image_enhance_frame": "string",
            "n_pid": 0
        },
        "nameplate": {
            "nid": 0,
            "name": "string",
            "image": "string",
            "image_small": "string",
            "level": "string",
            "condition": "string"
        },
        "user_honour_info": {
            "mid": 0,
            "colour": null,
            "tags": [
                "string"
            ],
            "is_latest_100honour": 0
        },
        "is_followed": true,
        "top_photo": "string",
        "sys_notice": {},
        "live_room": {
            "roomStatus": 0,
            "liveStatus": 0,
            "url": "string",
            "title": "string",
            "cover": "string",
            "roomid": 0,
            "roundStatus": 0,
            "broadcast_type": 0,
            "watched_show": {
                "switch": true,
                "num": 0,
                "text_small": "string",
                "text_large": "string",
                "icon": "string",
                "icon_location": "string",
                "icon_web": "string"
            }
        },
        "birthday": "string",
        "school": {
            "name": "string"
        },
        "profession": {
            "name": "string",
            "department": "string",
            "title": "string",
            "is_show": 0
        },
        "tags": null,
        "series": {
            "user_upgrade_status": 0,
            "show_upgrade_window": true
        },
        "is_senior_member": 0,
        "mcn_info": null,
        "gaia_res_type": 0,
        "gaia_data": null,
        "is_risk": true,
        "elec": {
            "show_info": {
                "show": true,
                "state": 0,
                "title": "string",
                "icon": "string",
                "jump_url": "string",
                "total": 0,
                "list": null,
                "upower_count_show": true,
                "long_title": "string",
                "jump_url_web": "string"
            }
        },
        "contract": {
            "is_display": true,
            "is_follow_display": true
        },
        "certificate_show": true,
        "name_render": null,
        "top_photo_v2": {
            "sid": 0,
            "l_img": "string",
            "l_200h_img": "string"
        },
        "theme": null,
        "attestation": {
            "type": 0,
            "common_info": {
                "title": "string",
                "prefix": "string",
                "prefix_title": "string"
            },
            "splice_info": {
                "title": "string"
            },
            "icon": "string",
            "desc": "string"
        }
    }
}
修改于 2026-02-24 19:08:13
上一页
抖音解析
下一页
B站链接解析
Built with