File size: 2,628 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
{
  "info": {
    "detail": {
      "url": "https://api.vc.bilibili.com/link_draw/v1/doc/detail",
      "method": "GET",
      "verify": false,
      "params": {
        "doc_id": "int: 相簿 id"
      },
      "comment": "获取相簿详细信息"
    },
    "homepage_painter_albums_list": {
      "url": "https://api.vc.bilibili.com/link_draw/v2/Doc/index",
      "method": "GET",
      "verify": false,
      "params": {
        "type": "str: recommend 推荐,hot 最热,new 最新",
        "page_num": "int: 页码",
        "page_size": "int: 每页数据大小"
      },
      "comment": "获取首页画友相簿列表"
    },
    "homepage_photos_albums_list": {
      "url": "https://api.vc.bilibili.com/link_draw/v2/Photo/index",
      "method": "GET",
      "verify": false,
      "params": {
        "type":"str: recommend 推荐",
        "page_num": "int: 页码",
        "page_size":"int: 每页数据大小"
      }
    },
    "homepage_recommended_painters": {
      "url": "https://api.vc.bilibili.com/link_draw/v2/Doc/drawer",
      "method": "GET",
      "verify": false,
      "params": {
        "num": "int: 请求数量"
      },
      "comment": "获取首页推荐画友"
    },
    "homepage_recommended_photos_uppers": {
      "url": "https://api.vc.bilibili.com/link_draw/v2/Photo/uper",
      "method": "GET",
      "verify": false,
      "params": {
        "num": "int: 请求数量"
      },
      "comment": "获取首页推荐摄影 up"
    },
    "painter_list": {
      "url": "https://api.vc.bilibili.com/link_draw/v2/Doc/index",
      "method": "GET",
      "verify": false,
      "params": {
        "type":"str: recommend 推荐,new 最新",
        "page_num":"int: 页码",
        "page_size":"int: 每页数据大小"
      },
      "comment": "获取画友列表"
    },
    "photos_list": {
      "url": "https://api.vc.bilibili.com/link_draw/v2/Photo/index",
      "method": "GET",
      "verify": false,
      "params": {
        "type": "str: recommend 推荐",
        "page_num": "int: 页码",
        "page_size": "int: 每页数据大小"
      },
      "comment": "获取摄影列表"
    },
    "user_albums": {
      "url": "https://api.vc.bilibili.com/link_draw/v1/doc/others",
      "method": "GET",
      "params": {
        "biz": "int: 分区,0 全部,1 画友,2 摄影",
        "poster_uid": "int: uid",
        "page_num": "int: 页码",
        "page_size":"int: 每页数据大小"
      },
      "comment": "获取指定用户的投稿的相簿"
    }
  }
}