Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 9b59630

Browse files
authored
Update roblox.mdx
added universe_id
1 parent f45799a commit 9b59630

File tree

1 file changed

+11
-2
lines changed
  • pages/api/live-game-data/supported-games

1 file changed

+11
-2
lines changed

pages/api/live-game-data/supported-games/roblox.mdx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ Data Example:
7474

7575
key | Category | Values | Notes | Since GEP Ver. |
7676
------------ | ------------| ------------------------- | --------------------- | ------------- |
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 |
7879

7980
#### *game_id* note
8081

@@ -84,6 +85,14 @@ Data Example:
8485
{"feature":"match_info","category":"match_info","key":"game_id","value":"15744137588"}
8586
```
8687

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+
8796
### Events
8897

8998
Event | Event Data | Fired When | Notes | Since GEP Ver. |
@@ -124,4 +133,4 @@ Data Example:
124133

125134
```json
126135
{"events":[{"name":"record_end","data":""}]}
127-
```
136+
```

0 commit comments

Comments
 (0)