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 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

keyCategoryValuesNotesSince GEP Ver.
gep_internalgep_internalLocal + Public version numberSee notes287.0

gep_internal note

Data Example:

{"info":{"gep_internal":{"version_info":"{"local_version":"287.0.1","public_version":"287.0.1","is_updated":true}"}},"feature":"gep_internal"}

game_info

Info Updates

keyCategoryValuesNotesSince GEP Ver.
scenegame_infoThe name of the current scene.See notes287.0
player_namegame_infoThe local player name and taglineSee notes287.0

scene note

List of possible values:

  • lobby
  • inGame

Data Example:

{"info":{"game_info":{"scene":"lobby"}},"feature":"game_info"}

player_name note

Data Example:

{"info":{"game_info":{"player_name":"Overwolf#1234"}},"feature":"game_info"}

match_info

Info Updates

keyCategoryValuesNotesSince GEP Ver.
match_idmatch_infoThe match ID of the current match.See notes287.0
champ_selectmatch_infoThe selected champs for the local playerSee notes287.0

match_id note

Data Example:

{"feature":"match_info","category":"match_info","key":"match_id","value":"323ea434-265d-4b22-86e2-5121de2953ce"}

champ_select note

Data Example:

{"feature":"match_info","category":"match_info","key":"champ_select","value":"[\"Yasuo\",\"Braum\"]"}

Events

EventEvent DataFired WhenNotesSince GEP Ver.
match_startnullRound startsSee notes287.0
match_endnullRound endsSee notes287.0
round_startnullRecord startsSee notes287.0
round_endnullRecord endsSee notes287.0

match_start note

Data Example:

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

match_end note

Data Example:

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

round_start note

Data Example:

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

round_end note

Data Example:

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