- douyin
- bilibili
- kuaishou
获取指定用户的信息
开发环境
开发环境
GET
http://localhost:4567/api/bilibili/fetch_user_profile
最后修改时间:2024-10-02 14:11:48
请求参数
Query 参数
host_mid
string
UP主的UID
示例值:
401742377
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:4567/api/bilibili/fetch_user_profile?host_mid=401742377'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
ttl
integer
必需
data
object
必需
card
object
必需
space
object
必需
following
boolean
必需
archive_count
integer
必需
article_count
integer
必需
follower
integer
必需
like_num
integer
必需
示例
{
"code": 0,
"message": "0",
"ttl": 1,
"data": {
"card": {
"mid": "401742377",
"name": "原神",
"approve": false,
"sex": "保密",
"rank": "10000",
"face": "https://i2.hdslb.com/bfs/face/853c4a846793dfbdafd8f16a40d6d8065bdb7c6f.jpg",
"face_nft": 0,
"face_nft_type": 0,
"DisplayRank": "0",
"regtime": 0,
"spacesta": 0,
"birthday": "",
"place": "",
"description": "",
"article": 0,
"attentions": [],
"fans": 19915688,
"friend": 59,
"attention": 59,
"sign": "原神官方账号",
"level_info": {
"current_level": 6,
"current_min": 0,
"current_exp": 0,
"next_exp": 0
},
"pendant": {
"pid": 3144,
"name": "原神",
"image": "https://i2.hdslb.com/bfs/garb/item/6d5969a4f02fa1d4e5776072dc9f0b006478e82b.png",
"expire": 0,
"image_enhance": "https://i2.hdslb.com/bfs/garb/item/ff5bde4a6337140b632beffd0cbbaaf927c03ac0.webp",
"image_enhance_frame": "https://i2.hdslb.com/bfs/garb/item/a1893352f03d1d6b321d504ba2ae0ecc0ea85647.png",
"n_pid": 3144
},
"nameplate": {
"nid": 0,
"name": "",
"image": "",
"image_small": "",
"level": "",
"condition": ""
},
"Official": {
"role": 3,
"title": "原神官方账号",
"desc": "",
"type": 1
},
"official_verify": {
"type": 1,
"desc": "原神官方账号"
},
"vip": {
"type": 2,
"status": 1,
"due_date": 1755446400000,
"vip_pay_type": 0,
"theme_type": 0,
"label": {
"path": "",
"text": "年度大会员",
"label_theme": "annual_vip",
"text_color": "#FFFFFF",
"bg_style": 1,
"bg_color": "#FB7299",
"border_color": "",
"use_img_label": true,
"img_label_uri_hans": "",
"img_label_uri_hant": "",
"img_label_uri_hans_static": "https://i0.hdslb.com/bfs/bangumi/kt/582a2280ccaf984f5b4c2e765f856d072b84314d.png",
"img_label_uri_hant_static": "https://i0.hdslb.com/bfs/activity-plat/static/20220614/e369244d0b14644f5e1a06431e22a4d5/VEW8fCC0hg.png"
},
"avatar_subscript": 1,
"nickname_color": "#FB7299",
"role": 3,
"avatar_subscript_url": "",
"tv_vip_status": 0,
"tv_vip_pay_type": 0,
"tv_due_date": 0,
"avatar_icon": {
"icon_type": 3,
"icon_resource": {
"type": 1,
"url": "https://i0.hdslb.com/bfs/bangumi/kt/aba51485c0d02940c89aeefcf6680510d9858472.png"
}
},
"vipType": 2,
"vipStatus": 1
},
"is_senior_member": 0,
"name_render": null
},
"space": {
"s_img": "http://i0.hdslb.com/bfs/space/90ea22db173666749f97b53c2de1ada50f4e9f07.jpg",
"l_img": "http://i0.hdslb.com/bfs/space/90ea22db173666749f97b53c2de1ada50f4e9f07.jpg"
},
"following": true,
"archive_count": 546,
"article_count": 0,
"follower": 19915688,
"like_num": 227709748
}
}
修改于 2024-10-02 14:11:48