Loading...
- Game events API
Please read the overwolf.games.events documentation page to learn how to use Overwolf game events.
info
Note that Roblox and Roblox - Rivals share the same Game ID.
In order to check the API health of this minigme check the tracking ID number
Sample Apps
Available Features
Game events status
It is highly recommended to communicate errors and warnings to app users.
Check the current game event status here. Alternatively, you can easily check that status from your app itself, using our API.
gep_internal
Info Updates
| key | Category | Values | Notes | Since GEP Ver. |
|---|---|---|---|---|
| gep_internal | gep_internal | Local + Public version number | See notes | 143.0 |
gep_internal note
Data Example:
{"info":{"gep_internal":{"version_info":"{"local_version":"157.0.1","public_version":"157.0.1","is_updated":true}"}},"feature":"gep_internal"}
inventory
Info Updates
| key | Category | Values | Notes | Since GEP Ver. |
|---|---|---|---|---|
| items | inventory | The local player inventory list of items. | See notes | TBD |
items note
Data Example:
{"feature":"inventory","category":"inventory","key":"items","value":"{\"item_0\":\"Strawberry [0.41kg]\",\"item_1\":\"Blueberry [0.27kg]\",\"item_2\":\"Blueberry [0.20kg]\",\"item_3\":\"Strawberry [0.21kg]\",\"item_4\":\"Strawberry [0.30kg]\",\"item_5\":\"Strawberry [0.31kg]\",\"item_6\":\"Shovel [Destroy Plants]\"}"}
Loading...