File size: 20,420 Bytes
0aee47a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 |
{
"info": {
"login_log": {
"url": "https://api.bilibili.com/x/member/web/login/log",
"method": "GET",
"verify": true
},
"moral_log": {
"url": "https://api.bilibili.com/x/member/web/moral/log",
"method": "GET",
"verify": true
},
"exp_log": {
"url": "https://api.bilibili.com/x/member/web/exp/log",
"method": "GET",
"verify": true
},
"name_to_uid": {
"url": "https://api.vc.bilibili.com/dynamic_mix/v1/dynamic_mix/name_to_uid",
"method": "GET",
"verify": false,
"params": {
"names": "string: 多个名称, 用,分割"
}
},
"my_info": {
"url": "https://api.bilibili.com/x/space/myinfo",
"method": "GET",
"verify": true,
"comment": "获取自己的信息"
},
"edit_my_info": {
"url": "https://api.bilibili.com/x/member/web/update",
"method": "POST",
"verify": true,
"data": {
"birthday": "string: 用户生日",
"sex": "string: 用户性别",
"uname": "string: 用户昵称",
"usersign": "string: 用户签名"
},
"comment": "修改自己的信息"
},
"info": {
"url": "https://api.bilibili.com/x/space/wbi/acc/info",
"method": "GET",
"verify": false,
"wbi": true,
"params": {
"mid": "int: uid"
},
"comment": "用户基本信息"
},
"space_notice": {
"url": "http://api.bilibili.com/x/space/notice",
"method": "GET",
"verify": false,
"params": {
"mid": "int: uid"
},
"comment": "用户个人空间公告"
},
"user_tag": {
"url": "https://api.bilibili.com/x/space/tag/sub/list",
"method": "GET",
"verify": false,
"params": {
"vmid": "int: uid",
"pn": "int: 页码",
"ps": "int: 每页项数"
},
"comment": "用户关注的 TAG / 话题,认证方式:SESSDATA"
},
"user_top_videos": {
"url": "https://api.bilibili.com/x/space/top/arc",
"method": "GET",
"verify": false,
"params": {
"vmid": "int: uid"
},
"comment": "用户置顶视频"
},
"masterpiece": {
"url": "https://api.bilibili.com/x/space/masterpiece",
"method": "GET",
"verify": false,
"params": {
"vmid": "int: uid"
},
"comment": "用户代表作"
},
"relation_stat": {
"url": "https://api.bilibili.com/x/relation/stat",
"method": "GET",
"verify": false,
"params": {
"vmid": "int: uid"
},
"comment": "获取用户关系信息(关注数,粉丝数,悄悄关注,黑名单数)"
},
"upstat": {
"url": "https://api.bilibili.com/x/space/upstat",
"method": "GET",
"verify": false,
"params": {
"mid": "int: uid"
},
"comment": "视频播放量,文章阅读量,总点赞数"
},
"user_medal": {
"url": "https://api.live.bilibili.com/xlive/web-ucenter/user/MedalWall",
"method": "GET",
"verify": true,
"params": {
"target_id": "int: uid"
},
"comment": "读取用户粉丝牌详细信息,如果隐私则不可以"
},
"live": {
"url": "https://api.bilibili.com/x/space/wbi/acc/info",
"method": "GET",
"verify": false,
"wbi": true,
"params": {
"mid": "int: uid"
},
"comment": "直播间基本信息"
},
"video": {
"url": "https://api.bilibili.com/x/space/wbi/arc/search",
"method": "GET",
"verify": false,
"wbi": true,
"params": {
"mid": "int: uid",
"ps": "const int: 30",
"tid": "int: 分区 ID,0 表示全部",
"pn": "int: 页码",
"keyword": "str: 关键词,可为空",
"order": "str: pubdate 上传日期,click 播放量,stow 收藏量",
"dm_img_list": "[]",
"dm_img_str": "V2ViR0wgMS4wIChPcGVuR0wgRVMgMi4wIENocm9taXVtKQ",
"dm_cover_img_str": "QU5HTEUgKEludGVsLCBJbnRlbChSKSBVSEQgR3JhcGhpY3MgNjMwICgweDAwMDAzRTlCKSBEaXJlY3QzRDExIHZzXzVfMCBwc181XzAsIEQzRDExKUdvb2dsZSBJbmMuIChJbnRlbC"
},
"comment": "搜索用户视频"
},
"media_list": {
"url": "https://api.bilibili.com/x/v2/medialist/resource/list",
"method": "GET",
"verify": false,
"wbi": true,
"params": {
"mobi_app": "str: 定值 web",
"type": "int: 视频类型,通过uid获取用户视频时为1",
"biz_id": "int: uid",
"oid": "int: 起始视频 aid, 默认为列表开头",
"otype": "int: oid类型, 接受任意值不影响结果",
"ps": "int: 每页视频数量, 最大为100",
"direction": "bool: 相对于给定oid的查询方向,true:向列表末尾方向,false:向列表开头方向",
"desc": "bool: 列表是否逆序排列",
"sort_field": "int: 用于排序的栏 1 发布时间,2 播放量,3 收藏量",
"tid": "int: 分区 ID,0 表示全部, 1 部分(未知),不接受2及以上",
"with_current": "bool: 返回的列表中是否包含给定oid自身"
},
"comment": "以medialist形式获取用户视频列表"
},
"reservation": {
"url": "https://api.bilibili.com/x/space/reservation",
"method": "GET",
"verify": false,
"wbi": true,
"params": {
"vmid": "int: uid"
},
"comment": "获取用户空间预约"
},
"album": {
"url": "https://api.vc.bilibili.com/link_draw/v1/doc/doc_list",
"method": "GET",
"verify": false,
"params": {
"uid": "int: uid 此项必须",
"page_size": "int: 每页项数 此项必须",
"page_num": "int: 页码",
"biz": "str: 全部:all 绘画:draw 摄影:photo 日常:daily 默认为 all"
},
"comment": "相簿"
},
"audio": {
"url": "https://api.bilibili.com/audio/music-service/web/song/upper",
"method": "GET",
"verify": false,
"params": {
"uid": "int: uid",
"ps": "const int: 30",
"pn": "int: 页码",
"order": "int: 1 最新发布,2 最多播放,3 最多收藏"
},
"comment": "音频"
},
"article": {
"url": "https://api.bilibili.com/x/space/wbi/article",
"method": "GET",
"verify": false,
"params": {
"mid": "int: uid",
"ps": "const int: 30",
"pn": "int: 页码",
"sort": "str: publish_time 最新发布,publish_time 最多阅读,publish_time 最多收藏"
},
"comment": "专栏"
},
"article_lists": {
"url": "https://api.bilibili.com/x/article/up/lists",
"method": "GET",
"verify": false,
"params": {
"mid": "int: uid",
"sort": "int: 0 最近更新,1 最多阅读"
},
"comment": "专栏文集"
},
"dynamic": {
"url": "https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/space_history",
"method": "GET",
"verify": false,
"params": {
"host_uid": "int: uid",
"offset_dynamic_id": "int: 动态偏移用,第一页为 0",
"need_top": "int bool: 是否显示置顶动态"
},
"comment": "用户动态信息"
},
"dynamic_new": {
"url": "https://api.bilibili.com/x/polymer/web-dynamic/v1/feed/space",
"method": "GET",
"verify": false,
"params": {
"host_mid": "int: uid",
"offset": "int: 动态偏移用,第一页为 0",
"timezone_offset": "int: -400",
"features": "str: itemOpusStyle"
},
"comment": "用户动态信息"
},
"bangumi": {
"url": "https://api.bilibili.com/x/space/bangumi/follow/list",
"method": "GET",
"verify": false,
"params": {
"vmid": "int: uid",
"pn": "int: 页码",
"ps": "const int: 15",
"type": "int: 1 追番,2 追剧",
"follow_status": "0 全部 1 想看 2 在看 3 看过"
},
"comment": "用户追番列表"
},
"followings": {
"url": "https://api.bilibili.com/x/relation/followings",
"method": "GET",
"verify": true,
"params": {
"vmid": "int: uid",
"ps": "const int: 20",
"pn": "int: 页码",
"order": "str: desc 倒序, asc 正序"
},
"comment": "获取用户关注列表(不是自己只能访问前 5 页)"
},
"all_followings": {
"url": "https://account.bilibili.com/api/member/getCardByMid",
"method": "GET",
"verify": false,
"params": {
"mid": "int: uid"
},
"comment": "获取用户所有关注(需要用户公开信息)"
},
"all_followings2": {
"url": "https://api.bilibili.com/x/relation/followings",
"method": "GET",
"verify": true,
"params": {
"vmid": "int: uid",
"order": "str: desc 倒序, asc 正序",
"order_type": "str: 按照关注顺序排列:留空 按照最常访问排列:attention",
"pn": "int: 页码",
"ps": "const int: 100"
},
"comment": "获取用户关注"
},
"followers": {
"url": "https://api.bilibili.com/x/relation/followers",
"method": "GET",
"verify": true,
"params": {
"vmid": "int: uid",
"ps": "const int: 20",
"pn": "int: 页码",
"order": "str: desc 倒序, asc 正序"
},
"comment": "获取用户粉丝列表(不是自己只能访问前 5 页,是自己也不能获取全部的样子)"
},
"top_followers": {
"url": "https://member.bilibili.com/x/web/data/fan",
"method": "GET",
"verify": false,
"params": {
"t": "int: since when in timestamp(msec)",
"csrf,csrf_token": "要给两个"
},
"comment": "粉丝排行"
},
"overview": {
"url": "https://api.bilibili.com/x/space/navnum",
"method": "GET",
"verify": false,
"params": {
"mid": "int: uid",
"jsonp": "const str: jsonp"
},
"comment": "获取用户的简易订阅和投稿信息(主要是这些的数量统计)"
},
"self_subscribe_group": {
"url": "https://api.bilibili.com/x/relation/tags",
"method": "GET",
"verify": true,
"params": {},
"comment": "获取自己的关注分组列表,用于操作关注"
},
"get_user_in_which_subscribe_groups": {
"url": "https://api.bilibili.com/x/relation/tag/user",
"method": "GET",
"verify": true,
"params": {
"fid": "int: uid"
},
"comment": "获取用户在哪一个分组"
},
"history": {
"url": "https://api.bilibili.com/x/v2/history",
"method": "GET",
"verify": true,
"params": {
"pn": "int: 页码",
"ps": "const int: 100"
},
"comment": "用户浏览历史记录(旧版)"
},
"history_new": {
"url": "https://api.bilibili.com/x/web-interface/history/cursor",
"method": "GET",
"verify": true,
"params": {
"type": "all:全部类型(默认)archive:稿件 live:直播 article:文章",
"view_at": "int: 时间戳,获取此时间戳之前的历史记录",
"business": "历史记录截止目标业务类型 默认为空 archive:稿件 pgc:剧集(番剧 / 影视) live:直播 article-list:文集 article:文章",
"max": "历史记录截止目标 oid",
"ps": "const int: 100"
},
"comment": "用户浏览历史记录"
},
"channel_list": {
"url": "https://api.bilibili.com/x/polymer/space/seasons_series_list",
"method": "GET",
"verify": false,
"params": {
"mid": "int: uid",
"page_num": "int: 开始项",
"page_size": "int: 开始项后面的项数"
},
"comment": "查看用户合集的列表(新版)"
},
"channel_video_series": {
"url": "https://api.bilibili.com/x/series/archives",
"method": "GET",
"verify": false,
"params": {
"mid": "int: uid",
"series_id": "int: series_id",
"pn": "int: 页码",
"ps": "const int: 100"
},
"comment": "查看列表内视频(旧版)"
},
"channel_video_season": {
"url": "https://api.bilibili.com/x/polymer/space/seasons_archives_list",
"method": "GET",
"verify": false,
"params": {
"mid": "int: uid",
"season_id": "int: season_id",
"sort_reverse": "bool: 是否升序排序,否则默认排序",
"page_num": "int: 页码",
"page_size": "int: 每一页的项数"
},
"comment": "查看用户合集中的视频(新版)"
},
"pugv": {
"url": "https://api.bilibili.com/pugv/app/web/season/page",
"method": "GET",
"verify": false,
"params": {
"mid": "int: uid"
},
"comment": "查看用户的课程"
},
"get_coins": {
"url": "https://account.bilibili.com/site/getCoin",
"method": "GET",
"verify": true,
"comment": "获取硬币数量"
},
"events": {
"url": "https://member.bilibili.com/x2/creative/h5/calendar/event",
"method": "GET",
"params": {
"ts": "int: 时间戳"
},
"verify": true,
"comment": "获取事件"
},
"public_notes": {
"url": "https://api.bilibili.com/x/note/publish/list/user",
"method": "GET",
"verify": true,
"params": {
"pn": "int: 页码",
"ps": "int: 每页项数"
},
"comment": "获取用户的公开笔记信息"
},
"all_notes": {
"url": "https://api.bilibili.com/x/note/list",
"method": "GET",
"verify": true,
"params": {
"pn": "int: 页码",
"ps": "int: 每页项数"
},
"comment": "获取用户的笔记信息"
},
"get_special_followings": {
"url": "https://api.bilibili.com/x/relation/tag/special",
"method": "GET",
"params": {
"pn": "int: 页码",
"ps": "int: 每页项数"
},
"verify": true,
"comment": "获取自己的特别关注"
},
"get_whisper_followings": {
"url": "https://api.bilibili.com/x/relation/whispers",
"method": "GET",
"params": {
"pn": "int: 页码",
"ps": "int: 每页项数"
},
"verify": true,
"comment": "获取自己的悄悄关注"
},
"get_friends": {
"url": "https://api.bilibili.com/x/relation/friends",
"method": "GET",
"verify": true,
"comment": "获取与自己互粉的人"
},
"get_black_list": {
"url": "https://api.bilibili.com/x/relation/blacks",
"method": "GET",
"params": {
"pn": "int: 页码",
"ps": "int: 每页项数"
},
"verify": true,
"comment": "获取自己的黑名单列表"
},
"get_same_followings": {
"url": "https://api.bilibili.com/x/relation/same/followings",
"method": "GET",
"verify": true,
"params": {
"vmid": "int: uid",
"pn": "int: 页码",
"ps": "int: 每页项数"
},
"comment": "获取指定用户和自己共同关注的 up 主"
},
"jury": {
"url": "https://api.bilibili.com/x/credit/v2/jury/jury",
"method": "GET",
"verify": true,
"comment": "获取自己风纪委员信息"
},
"elec_user_monthly": {
"url": "https://api.bilibili.com/x/ugcpay-rank/elec/month/up",
"method": "GET",
"verify": true,
"params": {
"up_mid": "int: uid 号"
},
"comment": "获取空间充电公示列表"
},
"uplikeimg": {
"url": "https://api.bilibili.com/x/web-interface/view/uplikeimg",
"method": "GET",
"verify": true,
"params": {
"aid": "int: av 号",
"vmid": "int: up uid 号"
},
"comment": "视频三连特效"
},
"relation": {
"url": "https://api.bilibili.com/x/space/wbi/acc/relation",
"method": "GET",
"params": {
"mid": "int: uid"
},
"verify": true,
"wbi": true,
"comment": "获取与某用户的关系"
}
},
"operate": {
"modify": {
"url": "https://api.bilibili.com/x/relation/modify",
"method": "POST",
"verify": true,
"data": {
"fid": "int: UID",
"act": "int: 1 关注 2 取关 3 悄悄关注 5 拉黑 6 取消拉黑 7 移除粉丝",
"re_src": "const int: 11"
},
"comment": "用户关系操作"
},
"set_space_notice": {
"url": "http://api.bilibili.com/x/space/notice/set",
"method": "POST",
"verify": true,
"params": {
"notice": "str: text ,不必要",
"csrf": "str: CSRF Token(位于 cookie),必要"
},
"comment": "修改用户个人空间公告"
},
"create_subscribe_group": {
"url": "https://api.bilibili.com/x/relation/tag/create",
"method": "POST",
"verify": true,
"data": {
"tag": "str: 分组名"
},
"comment": "添加关注分组"
},
"del_subscribe_group": {
"url": "https://api.bilibili.com/x/relation/tag/del",
"method": "POST",
"verify": true,
"data": {
"tagid": "int: 分组 id"
},
"comment": "删除关注分组"
},
"rename_subscribe_group": {
"url": "https://api.bilibili.com/x/relation/tag/update",
"method": "POST",
"verify": true,
"data": {
"tagid": "int: 分组 id",
"name": "str: 新的分组名"
},
"comment": "重命名分组"
},
"set_user_subscribe_group": {
"url": "https://api.bilibili.com/x/relation/tags/addUsers",
"method": "POST",
"verify": true,
"data": {
"fids": "int: UID",
"tagids": "commaSeparatedList[int]: 分组的 tagids,逗号分隔"
},
"comment": "移动用户到关注分组"
}
},
"channel_series": {
"info": {
"url": "https://api.bilibili.com/x/series/series",
"method": "GET",
"verify": false,
"params": {
"series_id": "int: series_id"
},
"comment": "获取简介"
},
"season_info": {
"url": "https://api.bilibili.com/x/space/fav/season/list",
"method": "GET",
"verify": false,
"params": {
"season_id": "int: season_id"
},
"comment": "获取简介"
},
"del_channel_aids_series": {
"url": "https://api.bilibili.com/x/series/series/delArchives",
"method": "POST",
"verify": true,
"params": {
"mid": "int: uid",
"series_id": "int: series_id",
"aids": "int: aid 列表"
}
},
"add_channel_aids_series": {
"url": "https://api.bilibili.com/x/series/series/addArchives",
"method": "POST",
"verify": true,
"params": {
"mid": "int: uid",
"series_id": "int: series_id",
"aids": "int: aid 列表"
}
},
"del_channel_series": {
"url": "https://api.bilibili.com/x/series/series/delete",
"method": "POST",
"verify": true,
"query": {
"mid": "int: uid",
"series_id": "int: series_id",
"aids": "list: 所有 aid 列表",
"csrf": "string: bili_jct 的值"
}
},
"create": {
"url": "https://api.bilibili.com/x/series/series/createAndAddArchives",
"method": "POST",
"verify": true,
"params": {
"mid": "int: uid",
"aids": "int: aid 列表",
"name": "str",
"keywords": "str,str",
"description": "str"
}
}
}
}
|