File size: 2,388 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
{
  "info": {
    "info": {
      "url": "https://line1-h5-pc-api.biligame.com/game/detail/gameinfo",
      "method": "GET",
      "verify": false,
      "params": {
        "game_base_id": "游戏 id"
      },
      "comment": "获取游戏简介"
    },
    "UP": {
      "url": "https://line1-h5-pc-api.biligame.com/game/detail/account",
      "method": "GET",
      "verify": false,
      "params": {
        "game_base_id": "游戏 id"
      },
      "comment": "获取游戏官方账户"
    },
    "detail": {
      "url": "https://line1-h5-pc-api.biligame.com/game/detail/content",
      "method": "GET",
      "verify": false,
      "params": {
        "game_base_id": "游戏 id"
      },
      "comment": "获取游戏详情"
    },
    "wiki": {
      "url": "https://line1-h5-pc-api.biligame.com/game/detail/wiki",
      "method": "GET",
      "verify": false,
      "params": {
        "game_base_id": "游戏 id"
      },
      "comment": "获取游戏教程"
    },
    "videos": {
      "url": "https://line1-h5-pc-api.biligame.com/game/detail/get_video_v2",
      "method": "GET",
      "params": {
        "game_base_id": "游戏 id"
      },
      "comment": "获取游戏视频"
    },
    "score": {
      "url": "https://line1-h5-pc-api.biligame.com/game/comment/summary",
      "method": "GET",
      "params": {
        "game_base_id": "游戏 id"
      },
      "comment": "获取游戏分数"
    },
    "comment": {
      "url": "https://line1-h5-pc-api.biligame.com/game/comment/recommend",
      "method": "GET",
      "params": {
        "game_base_id": "游戏 id"
      },
      "comment": "获取游戏的评论"
    },
    "rank": {
      "url": "https://le3-api.game.bilibili.com/pc/game/ranking/page_ranking_list",
      "method": "GET",
      "params": {
        "ranking_type": "int: 1 热度榜 5 预约榜 6 新游榜 2 口碑榜 7 B指榜 11 端游榜 ",
        "page_num": "int: page num",
        "page_size": "int: page size"
      },
      "comment": "游戏榜单"
    },
    "start_test": {
      "url": "https://le3-api.game.bilibili.com/pc/game/ranking/page_start_test_list",
      "method": "GET",
      "params": {
        "x-fix-page-num": "const int: 1",
        "page_num": "int: page num",
        "page_size": "int: page size"
      }
    }
  }
}