Skip to main content
Loading...

Please read the overwolf.games.events documentation page to learn how to use Overwolf game events.

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

keyCategoryValuesNotesSince GEP Ver.
gep_internalgep_internalLocal + Public version numberSee notes143.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"}

game_info

Info Updates

keyCategoryValuesNotesSince GEP Ver.
user_idgame_infoThe local player user ID.See notes257.0

user_id note

Data Example:

{"feature":"game_info","category":"game_info","key":"user_id","value":"9193"}

match_info

Info Updates

keyCategoryValuesNotesSince GEP Ver.
game_idmatch_infoThe current played minigame ID.See notes257.0
universe_idmatch_infoThe current played universe ID.See notes258.0

game_id note

Data Example:

{"feature":"match_info","category":"match_info","key":"game_id","value":"15744137588"}

universe_id note

Data Example:

{"feature":"match_info","category":"match_info","key":"universe_id","value":"3164075108"}

Events

EventEvent DataFired WhenNotesSince GEP Ver.
match_startnullRound startsSee notes257.0
match_endnullRound endsSee notes257.0
record_startnullRecord startsSee notes257.0
record_endnullRecord endsSee notes257.0

match_start note

Data Example:

{"events":[{"name":"match_start","data":""}]}

match_end note

Data Example:

{"events":[{"name":"match_end","data":""}]}

record_start note

Data Example:

{"events":[{"name":"record_start","data":""}]}

record_end note

Data Example:

{"events":[{"name":"record_end","data":""}]}