File size: 1,210 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
{
    "info": {
        "top_photo": {
            "url": "https://api.bilibili.com/x/web-show/page/header",
            "method": "GET",
            "params": {
                "resource_id": "int: 142"
            },
            "verify": false,
            "comment": "获取主页最上方的图像"
        },
        "links": {
            "url": "https://api.bilibili.com/x/web-show/res/locs",
            "method": "GET",
            "params": {
                "pf": "int: 0",
                "ids": "int: 4694"
            },
            "verify": false,
            "comment": "获取主页左面的链接列表"
        },
        "popularize": {
            "url": "https://api.bilibili.com/x/web-show/res/locs",
            "method": "GET",
            "params": {
                "pf": "int: 0",
                "ids": "int: 34"
            },
            "verify": false,
            "comment": "获取推广的项目"
        },
        "videos": {
            "url": "https://api.bilibili.com/x/web-interface/index/top/rcmd",
            "method": "GET",
            "verify": false,
            "comment": "获取主页推荐的视频"
        }
    }
}