获取UP主信息
测试环境
测试环境
GET
/api/user/upinfo
责任人:Dragonsss
请求参数
Query 参数
mid
string
up主mid
示例值:
378430387
示例代码
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://127.0.0.1:6688/api/user/upinfo'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
ttl
integer
必需
data
object
必需
card
object
必需
following
boolean
必需
archive_count
integer
必需
article_count
integer
必需
follower
integer
必需
like_num
integer
必需
示例
{
"code": 0,
"message": "0",
"ttl": 1,
"data": {
"card": {
"mid": "378430387",
"name": "小李MEMZ",
"approve": false,
"sex": "男",
"rank": "10000",
"face": "https://i1.hdslb.com/bfs/face/451e9868ade2dd0cde3a8971e6c8e31e274540fd.jpg",
"face_nft": 0,
"face_nft_type": 0,
"DisplayRank": "0",
"regtime": 0,
"spacesta": 0,
"birthday": "",
"place": "",
"description": "",
"article": 0,
"attentions": [],
"fans": 880,
"friend": 311,
"attention": 311,
"sign": "B站知名的科技UP(滑稽),粉丝Q群:1064127240,博客:blog.xlkjjs.top",
"level_info": {
"current_level": 5,
"current_min": 0,
"current_exp": 0,
"next_exp": 0
},
"pendant": {
"pid": 0,
"name": "",
"image": "",
"expire": 0,
"image_enhance": "",
"image_enhance_frame": ""
},
"nameplate": {
"nid": 0,
"name": "",
"image": "",
"image_small": "",
"level": "",
"condition": ""
},
"Official": {
"role": 0,
"title": "",
"desc": "",
"type": -1
},
"official_verify": {
"type": -1,
"desc": ""
},
"vip": {
"type": 2,
"status": 1,
"due_date": 1677772800000,
"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/vip/8d4f8bfc713826a5412a0a27eaaac4d6b9ede1d9.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,
"vipType": 2,
"vipStatus": 1
},
"is_senior_member": 0
},
"following": false,
"archive_count": 78,
"article_count": 0,
"follower": 880,
"like_num": 7331
}
}
修改于 2022-12-02 11:09:28