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 - Grow a Garden 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's highly recommended to communicate errors and warnings to your app users. Check current game event status here or easily check game event status from your app 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...