This repository was archived by the owner on Sep 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
pages/api/live-game-data/supported-games Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,8 @@ Data Example:
74
74
75
75
key | Category | Values | Notes | Since GEP Ver. |
76
76
------------ | ------------| ------------------------- | --------------------- | ------------- |
77
- game_id | game_info | The current played minigame ID. |See [notes](#game_id-note)| 257.0 |
77
+ game_id | match_info | The current played minigame ID. |See [notes](#game_id-note)| 257.0 |
78
+ universe_id | match_info | The current played universe ID. |See [notes](#universe_id-note)| 258.0 |
78
79
79
80
#### *game_id* note
80
81
@@ -84,6 +85,14 @@ Data Example:
84
85
{"feature" :" match_info" ,"category" :" match_info" ,"key" :" game_id" ,"value" :" 15744137588" }
85
86
```
86
87
88
+ #### *universe_id* note
89
+
90
+ Data Example:
91
+
92
+ ```json
93
+ {"feature" :" match_info" ,"category" :" match_info" ,"key" :" universe_id" ,"value" :" 3164075108" }
94
+ ```
95
+
87
96
### Events
88
97
89
98
Event | Event Data | Fired When | Notes | Since GEP Ver. |
@@ -124,4 +133,4 @@ Data Example:
124
133
125
134
```json
126
135
{"events" :[{"name" :" record_end" ,"data" :" " }]}
127
- ```
136
+ ```
You can’t perform that action at this time.
0 commit comments