Loading...
- Game events API
Please read the overwolf.games.events documentation page to learn how to use Overwolf game events.
Important Note
We are aware that recently an Epic Games version was released, and our events are currently unreliable in that version. Please make sure to use the events below for Steam and Standalone PoE versions
Sample Apps
Available Features
Game event 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"}
kill
Events
Event | Event Data | Fired When | Notes | Since GEP Ver. |
---|---|---|---|---|
boss_kill | Name of boss | Boss was killed | See notes | 143.1 |
boss_kill note
Data Example:
{"events":[{"name":"boss_kill","data":"Fire Fury"}]}
death
Events
Event | Event Data | Fired When | Notes | Since GEP Ver. |
---|---|---|---|---|
death | null | Local player died | See notes | 143.1 |
death note
Data Example:
{"events":[{"name":"death","data":null}]}
me
Info Updates
key | Category | Values | Notes | Since GEP Ver. |
---|---|---|---|---|
character_name | me | Local player nickname. | See notes | 144.0 |
character_level | me | Local player level. | See notes | 144.0 |
character_name note
Data Example:
{"info":{"me":{"character_name":"Shaelgaas"}},"feature":"me"}
character_level note
Data Example:
{"info":{"me":{"character_level":"31"}},"feature":"me"}