- 简介
- 时间
- 生活服务
- Live2d
- 数据仓库
- 行政区划
- 碧蓝航线
- Bilibili
- 壁纸
- 音乐
- 成语
- 加解密编码
B站用户信息
GET
https://api.timelessq.com/bilibili/info
最后修改时间:2024-10-25 02:45:43
请求参数
Query 参数
mid
string
B站用户ID
示例值:
315883644
示例代码
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.timelessq.com/bilibili/info?mid=315883644'
返回响应
🟢200成功
application/json
Body
errno
integer
必需
errmsg
string
必需
data
object
必需
mid
integer
用户ID
name
string
昵称
sex
string
性别
face
string
头像
face_nft
integer
必需
face_nft_type
integer
必需
sign
string
个性签名
rank
integer
必需
level
integer
等级
jointime
integer
必需
moral
integer
必需
silence
integer
必需
coins
integer
必需
fans_badge
boolean
必需
fans_medal
object
粉丝勋章
official
object
必需
vip
object
会员信息
pendant
object
必需
nameplate
object
必需
user_honour_info
object
必需
is_followed
boolean
必需
top_photo
string
个人中心图片
theme
object
必需
sys_notice
object
必需
live_room
object
必需
birthday
string
必需
school
object
必需
profession
object
必需
tags
null
必需
series
object
必需
is_senior_member
integer
必需
mcn_info
null
必需
gaia_res_type
integer
必需
gaia_data
null
必需
is_risk
boolean
必需
elec
object
必需
contract
null
必需
certificate_show
boolean
必需
name_render
null
必需
示例
{
"errno": 0,
"errmsg": "",
"data": {
"mid": 315883644,
"name": "六天一改下次一定",
"sex": "男",
"face": "http://i0.hdslb.com/bfs/face/72ad117202d229fa3f590847c00097b65f51c2dc.jpg",
"face_nft": 0,
"face_nft_type": 0,
"sign": "回去了,又是一年~",
"rank": 10000,
"level": 5,
"jointime": 0,
"moral": 0,
"silence": 0,
"coins": 0,
"fans_badge": false,
"fans_medal": {
"show": true,
"wear": true,
"medal": {
"uid": 315883644,
"target_id": 402576555,
"medal_id": 250333,
"level": 2,
"medal_name": "饼铛",
"medal_color": 6067854,
"intimacy": 28,
"next_intimacy": 300,
"day_limit": 1500,
"medal_color_start": 6067854,
"medal_color_end": 6067854,
"medal_color_border": 6067854,
"is_lighted": 1,
"light_status": 1,
"wearing_status": 1,
"score": 229
}
},
"official": {
"role": 0,
"title": "",
"desc": "",
"type": -1
},
"vip": {
"type": 2,
"status": 1,
"due_date": 1693238400000,
"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": ""
},
"avatar_subscript": 1,
"nickname_color": "#FB7299",
"role": 3,
"avatar_subscript_url": ""
},
"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": {
"roomStatus": 1,
"liveStatus": 0,
"url": "https://live.bilibili.com/11725214?broadcast_type=0&is_room_feed=1",
"title": "新人上路求舰长守护!",
"cover": "https://i0.hdslb.com/bfs/live/5701bf404332365ece81edbc9a9f266cebf17b0e.png",
"roomid": 11725214,
"roundStatus": 0,
"broadcast_type": 0,
"watched_show": {
"switch": true,
"num": 0,
"text_small": "0",
"text_large": "0人看过",
"icon": "https://i0.hdslb.com/bfs/live/a725a9e61242ef44d764ac911691a7ce07f36c1d.png",
"icon_location": "",
"icon_web": "https://i0.hdslb.com/bfs/live/8d9d0f33ef8bf6f308742752d13dd0df731df19c.png"
}
},
"birthday": "10-18",
"school": {
"name": ""
},
"profession": {
"name": "",
"department": "",
"title": "",
"is_show": 0
},
"tags": null,
"series": {
"user_upgrade_status": 3,
"show_upgrade_window": false
},
"is_senior_member": 0
}
}
修改于 2024-10-25 02:45:43