返回提交历史
Modified
dynamic/get_dynamic_detail.md
+382
-0
XFEstudio/bilibili-API-collect
增加 最近更新UP主列表 (#544)
使用fiddler小抓了一下
c655772
代码差异
1 个文件
+382
-0
@@ -217,3 +217,385 @@ curl -G 'http://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/get_dynamic_detai
217
217
218
218
</details>
219
219
220
## 最近更新UP主列表
221
222
> https://api.bilibili.com/x/polymer/web-dynamic/v1/portal
223
224
*请求方式:GET*
225
226
*认证方式:Cookie(SESSDATA) 和 Access_Token*
227
228
**json回复:**
229
230
*根对象*
231
232
| 字段 | 类型 | 内容 | 备注 |
233
| ------- | --- | ---- | ---- |
234
| code | num | 返回值 | 0:成功 |
235
| data | obj | 信息本体 | |
236
| message | str | 错误信息 | 默认为0 |
237
| ttl | int | 1 | 默认为1 |
238
239
`data`对象
240
241
| 字段 | 类型 | 内容 | 备注 |
242
| ---------- | ----- | ---------- | --- |
243
| live_users | null | 不明 | |
244
| my_info | obj | 个人关注的一些信息 | |
245
| up_list | array | 最近更新的up主列表 | |
246
247
`my_info`对象
248
249
| 字段 | 类型 | 内容 | 备注 |
250
| ---------- | --- | ----------- | ---- |
251
| dyns | int | 个人动态 | |
252
| face | str | 头像 | 图像地址 |
253
| face_nft | int | 不明 | |
254
| follower | int | 粉丝数量 | |
255
| following | int | 我的关注 | |
256
| level_info | obj | 本人等级内容 | |
257
| mid | int | 账户mid | |
258
| name | str | 账户名称 | |
259
| offcial | obj | 认证信息 | |
260
| space_bg | str | 账户个人中心的背景横幅 | 图像地址 |
261
| vip | obj | vip信息 | |
262
263
`my_info`中的`level_info`对象:
264
265
| 字段 | 类型 | 内容 | 备注 |
266
| ------------- | --- | ---- | ---------- |
267
| current_level | num | 当前等级 | 0-6级 |
268
| current_min | num | 0 | |
269
| current_exp | num | 0 | |
270
| next_exp | num | 0 | |
271
272
`my_info`中的`Official`对象:
273
274
| 字段 | 类型 | 内容 | 备注 |
275
| ----- | --- | ---- | ------------------------------------- |
276
| role | num | 认证类型 | 0:无<br />1 2 7:个人认证<br />3 4 5 6:机构认证 |
277
| title | str | 认证信息 | 无为空 |
278
| desc | str | 认证备注 | 无为空 |
279
| type | num | 是否认证 | -1:无<br />0:认证 |
280
281
`my_info`中的`vip`对象:
282
283
| 字段 | 类型 | 内容 | 备注 |
284
| -------------------- | --- | --------- | -------------------------------------------- |
285
| type | num | 会员类型 | 0:无<br />1:月大会员<br />2:年度及以上大会员 |
286
| status | num | 会员状态 | 0:无<br />1:有 |
287
| due_date | num | 会员过期时间 | Unix时间戳(毫秒) |
288
| vip_pay_type | num | 支付类型 | 0:未支付(常见于官方账号)<br />1:已支付(以正常渠道获取的大会员均为此值) |
289
| theme_type | num | 0 | 作用尚不明确 |
290
| label | obj | 会员标签 | |
291
| avatar_subscript | num | 是否显示会员图标 | 0:不显示<br />1:显示 |
292
| nickname_color | str | 会员昵称颜色 | 颜色码,一般为`#FB7299`,曾用于愚人节改变大会员配色 |
293
| role | num | 大角色类型 | 1:月度大会员<br/>3:年度大会员<br/>7:十年大会员<br/>15:百年大会员 |
294
| avatar_subscript_url | str | 大会员角标地址 | |
295
| tv_vip_status | num | 电视大会员状态 | 0:未开通 |
296
| tv_vip_pay_type | num | 电视大会员支付类型 | |
297
298
`vip`中的`label`对象:
299
300
| 字段 | 类型 | 内容 | 备注 |
301
| ------------------------- | ---- | -------- | ---------------------------------------------------------------------------------------------------------------------------- |
302
| path | str | 空 | 作用尚不明确 |
303
| text | str | 会员类型文案 | `大会员` `年度大会员` `十年大会员` `百年大会员` `最强绿鲤鱼` |
304
| label_theme | str | 会员标签 | vip:大会员<br />annual_vip:年度大会员<br />ten_annual_vip:十年大会员<br />hundred_annual_vip:百年大会员<br/>fools_day_hundred_annual_vip:最强绿鲤鱼 |
305
| text_color | str | 会员标签 | |
306
| bg_style | num | 1 | |
307
| bg_color | str | 会员标签背景颜色 | 颜色码,一般为`#FB7299`,曾用于愚人节改变大会员配色 |
308
| border_color | str | 会员标签边框颜色 | 未使用 |
309
| use_img_label | bool | `true` | |
310
| img_label_uri_hans | str | `空串` | |
311
| img_label_uri_hant | str | `空串` | |
312
| img_label_uri_hans_static | str | 大会员牌子图片 | 简体版 |
313
| img_label_uri_hant_static | str | 大会员牌子图片 | 繁体版 |
314
315
`data`中的`up_list`数组对象
316
317
| 字段 | 属性 | 内容 | 备注 |
318
| ----------------- | ---- | --------- | --- |
319
| face | str | UP主头像 | |
320
| has_update | bool | 最近更新是否更新? | |
321
| is_reserve_recall | bool | 不明 | |
322
| mid | int | UP主mid | |
323
| uname | str | up主昵称 | |
324
325
<details>
326
<summary>查看响应示例:</summary>
327
328
```json
329
{
330
"code": 0,
331
"message": "0",
332
"ttl": 1,
333
"data": {
334
"live_users": null,
335
"my_info": {
336
"dyns": 67,
337
"face": "http://i0.hdslb.com/bfs/face/44253f4e588d72d4c10dde495752142b588455af.jpg",
338
"face_nft": 0,
339
"follower": 15,
340
"following": 77,
341
"level_info": {
342
"current_exp": 23846,
343
"current_level": 5,
344
"current_min": 10800,
345
"level_up": -62135596800,
346
"next_exp": 28800
347
},
348
"mid": 108534711,
349
"name": "CiaoMyTime",
350
"official": {
351
"desc": "",
352
"role": 0,
353
"title": "",
354
"type": -1
355
},
356
"space_bg": "http://i1.hdslb.com/bfs/space/aea2dd7b8894ce31d578d4fad6a7188c7b49cb2f.jpg",
357
"vip": {
358
"avatar_subscript": 1,
359
"avatar_subscript_url": "",
360
"due_date": 1670256000000,
361
"label": {
362
"bg_color": "#FB7299",
363
"bg_style": 1,
364
"border_color": "",
365
"img_label_uri_hans": "",
366
"img_label_uri_hans_static": "https://i0.hdslb.com/bfs/vip/3788b674c69072f1ee252b79a31ecc8c43af3039.png",
367
"img_label_uri_hant": "",
368
"img_label_uri_hant_static": "https://i0.hdslb.com/bfs/activity-plat/static/20220614/e369244d0b14644f5e1a06431e22a4d5/jwXBWRVwa5.png",
369
"label_theme": "vip",
370
"path": "",
371
"text": "大会员",
372
"text_color": "#FFFFFF",
373
"use_img_label": true
374
},
375
"nickname_color": "",
376
"role": 1,
377
"status": 1,
378
"theme_type": 0,
379
"tv_vip_pay_type": 0,
380
"tv_vip_status": 0,
381
"type": 1,
382
"vip_pay_type": 0
383
}
384
},
385
"up_list": [
386
{
387
"face": "https://i2.hdslb.com/bfs/face/09a47992c9cb08f81effede594ddf014f83047fe.jpg",
388
"has_update": true,
389
"is_reserve_recall": false,
390
"mid": 15135791,
391
"uname": "东北大学张引"
392
},
393
{
394
"face": "https://i1.hdslb.com/bfs/face/a83b296101bb36a6f1dacb8fdfa74a57a2c29445.jpg",
395
"has_update": true,
396
"is_reserve_recall": false,
397
"mid": 1856528671,
398
"uname": "陆鳐LuLu"
399
},
400
{
401
"face": "https://i0.hdslb.com/bfs/face/60ec600cc9d84c74c8220ab41ce49bacfdc0895c.jpg",
402
"has_update": true,
403
"is_reserve_recall": false,
404
"mid": 39180492,
405
"uname": "蒸気火鸡"
406
},
407
{
408
"face": "https://i0.hdslb.com/bfs/face/986a9f29848d17b39a99e41557d56dcd1091a3a9.jpg",
409
"has_update": true,
410
"is_reserve_recall": false,
411
"mid": 2142762,
412
"uname": "老戴在此"
413
},
414
{
415
"face": "https://i1.hdslb.com/bfs/face/475f3c05ea494a26f5dd91b277f48b136ae63021.jpg",
416
"has_update": true,
417
"is_reserve_recall": false,
418
"mid": 431313625,
419
"uname": "小蓝和他的朋友日常号"
420
},
421
{
422
"face": "https://i1.hdslb.com/bfs/face/bafb36d5726f8062e578474095abb0e906fec163.jpg",
423
"has_update": true,
424
"is_reserve_recall": false,
425
"mid": 233114659,
426
"uname": "碧蓝航线"
427
},
428
{
429
"face": "https://i0.hdslb.com/bfs/face/39d23f3c5dd2c96fc35db5c2a98f4a8ff73a2d46.jpg",
430
"has_update": true,
431
"is_reserve_recall": false,
432
"mid": 27534330,
433
"uname": "崩坏3第一偶像爱酱"
434
},
435
{
436
"face": "http://i2.hdslb.com/bfs/face/f119348814f30c6bbbcc60bd63c12b8215d19d2f.jpg",
437
"has_update": true,
438
"is_reserve_recall": false,
439
"mid": 524704055,
440
"uname": "大庆赶海"
441
},
442
{
443
"face": "https://i0.hdslb.com/bfs/face/c4340d477356ba108098ba9a566e7ce4a54e0936.jpg",
444
"has_update": true,
445
"is_reserve_recall": false,
446
"mid": 194326389,
447
"uname": "兮子cc"
448
},
449
{
450
"face": "https://i2.hdslb.com/bfs/face/0455b74f73d6a83eef2d6dfbdb4ae2beda42a3ce.jpg",
451
"has_update": true,
452
"is_reserve_recall": false,
453
"mid": 476833439,
454
"uname": "盾之勇者成名录"
455
},
456
{
457
"face": "https://i0.hdslb.com/bfs/face/7c6cdd77937d4bbd2171241fe530e18c0c5bc58e.jpg",
458
"has_update": true,
459
"is_reserve_recall": false,
460
"mid": 492840942,
461
"uname": "云视听小电视-TV"
462
},
463
{
464
"face": "https://i0.hdslb.com/bfs/face/b14881845b777d925876f24cb46b1dc1ad5a0e27.jpg",
465
"has_update": true,
466
"is_reserve_recall": false,
467
"mid": 1636034895,
468
"uname": "绝区零"
469
},
470
{
471
"face": "http://i1.hdslb.com/bfs/face/3b933fe3c47976dd29f30e3a4f7f2bdfd99e8b08.jpg",
472
"has_update": true,
473
"is_reserve_recall": false,
474
"mid": 603028270,
475
"uname": "乃木坂46官方"
476
},
477
{
478
"face": "https://i2.hdslb.com/bfs/face/76ec72b2a530f2f24209c98b5690ef7b536040cf.jpg",
479
"has_update": true,
480
"is_reserve_recall": false,
481
"mid": 5992670,
482
"uname": "云之幻"
483
},
484
{
485
"face": "https://i1.hdslb.com/bfs/face/9ca9ea42fa75d9a651b354a95e8e39f48d8c30d2.jpg",
486
"has_update": true,
487
"is_reserve_recall": false,
488
"mid": 299359111,
489
"uname": "月圆之夜"
490
},
491
{
492
"face": "https://i1.hdslb.com/bfs/face/c8c0adce728125167fe44371d451b3dc19a84506.jpg",
493
"has_update": false,
494
"is_reserve_recall": false,
495
"mid": 79983517,
496
"uname": "一唐老狮一"
497
},
498
{
499
"face": "https://i0.hdslb.com/bfs/face/68b4b212d9738c40d8a6a77beb65a6dd4415f81b.jpg",
500
"has_update": false,
501
"is_reserve_recall": false,
502
"mid": 1861940979,
503
"uname": "保卫萝卜"
504
},
505
{
506
"face": "https://i2.hdslb.com/bfs/face/85bab2a17646ccf442d28549e7216fd65c6adeb7.jpg",
507
"has_update": false,
508
"is_reserve_recall": false,
509
"mid": 2162,
510
"uname": "GPBeta"
511
},
512
{
513
"face": "https://i1.hdslb.com/bfs/face/7a41310afc08381ad0451bee8ea07f15fcc411bd.jpg",
514
"has_update": false,
515
"is_reserve_recall": false,
516
"mid": 508963009,
517
"uname": "HiiroVTuber"
518
},
519
{
520
"face": "https://i1.hdslb.com/bfs/face/b085d34fd9d2cd44641ab648cc96e7a3068eb811.jpg",
521
"has_update": false,
522
"is_reserve_recall": false,
523
"mid": 396848107,
524
"uname": "不愧是姐姐大人"
525
},
526
{
527
"face": "https://i0.hdslb.com/bfs/face/3f1496f48a5eb840a974fef0fd7db7a3f225fbe7.jpg",
528
"has_update": false,
529
"is_reserve_recall": false,
530
"mid": 80304,
531
"uname": "亚食人"
532
},
533
{
534
"face": "https://i2.hdslb.com/bfs/face/a7716fec14658ef7365b538fdce0d86eb6123ed4.jpg",
535
"has_update": false,
536
"is_reserve_recall": false,
537
"mid": 401742377,
538
"uname": "原神"
539
},
540
{
541
"face": "https://i0.hdslb.com/bfs/face/81d5201d6095e3802f14094a6906d1a114bc74c7.jpg",
542
"has_update": false,
543
"is_reserve_recall": false,
544
"mid": 11131476,
545
"uname": "绫人太太啊"
546
},
547
{
548
"face": "https://i0.hdslb.com/bfs/face/7d72e58d0ad1b401e4c59960c4b1795efbc57c3a.jpg",
549
"has_update": false,
550
"is_reserve_recall": false,
551
"mid": 409524162,
552
"uname": "一线码农聊技术"
553
},
554
{
555
"face": "https://i0.hdslb.com/bfs/face/5634900a3167310fcd0c6b1102ffc308c68aedd1.jpg",
556
"has_update": false,
557
"is_reserve_recall": false,
558
"mid": 260054391,
559
"uname": "CHeems的日常"
560
},
561
{
562
"face": "https://i2.hdslb.com/bfs/face/81a4c852925b873f42c4971c836a67ea9dd2ef41.jpg",
563
"has_update": false,
564
"is_reserve_recall": false,
565
"mid": 361469957,
566
"uname": "软件工艺师"
567
},
568
{
569
"face": "https://i2.hdslb.com/bfs/face/99e9eb37657f67f547b546b72592d70ab8ce1a4b.jpg",
570
"has_update": false,
571
"is_reserve_recall": false,
572
"mid": 41059757,
573
"uname": "刻刻帝TokisakiKuru"
574
},
575
{
576
"face": "https://i1.hdslb.com/bfs/face/affbd5780e44ec1340f60c5283e81cbee2d9a21a.jpg",
577
"has_update": false,
578
"is_reserve_recall": false,
579
"mid": 156785512,
580
"uname": "Swety_Core"
581
},
582
{
583
"face": "http://i0.hdslb.com/bfs/face/f576c8bd9eb4ec7f7776880581bea2d6c53d1b65.jpg",
584
"has_update": false,
585
"is_reserve_recall": false,
586
"mid": 298683153,
587
"uname": "猫和老鼠官方手游"
588
},
589
{
590
"face": "https://i1.hdslb.com/bfs/face/5161d6bd003c24065c0d0ab2ae2ce7f37f0f607b.jpg",
591
"has_update": false,
592
"is_reserve_recall": false,
593
"mid": 159440647,
594
"uname": "Uki----"
595
}
596
]
597
}
598
}
599
```
600
601
</details>