Loading...
- Game events API
Please read the overwolf.games.events documentation page to learn how to use Overwolf game events.
Note that LOL Brawl, LOL Brawl PBE and LOL share the same Game ID.
tip
Note that you can also use the LOL game launcher events. Read more here.
Sample Apps
Available Features
- gep_internal
- live_client_data
- matchState
- match_info
- death
- respawn
- kill
- assist
- summoner_info
- teams
- match
- counters
- damage
- heal
- jungle_camps
- team_frames
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.
info
Because LOL and LOL Brawl share the same GameID, when checking LOL Brawls game event status please use 21568 as the unique GameID for LOL Brawl.
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"}