- Game events API
Please read the overwolf.games.events documentation page to learn how to use Overwolf game events.
The Tracker Network offers a battle tested API for Splitgate: Arena Warfare, which you can use while building your own app. Their server API is the easiest way to improve the quality of your app.
Sample Apps
Available Features
Game events status
It's highly recommended to communicate errors and warnings to your users. Check game event status here or easily check event status straight 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:
{"feature":"gep_internal","category":"gep_internal","key":"version_info","value":"{"local_version":"143.0.10","public_version":"143.0.10","is_updated":true}"}
game_info
Info Updates
key | Category | Values | Notes | Since GEP Ver. |
---|---|---|---|---|
scene | game_info | Current game scene | See notes | 123.0 |
scene note
Possible values:
- main menu
- loading screen
- match summary
match_info
Info Updates
key | Category | Values | Notes | Since GEP Ver. |
---|---|---|---|---|
mapName | match_info | Current map name | See notes | 123.0 |
mode | match_info | Current match mode | See notes | 123.0 |
state | match_info | Current match state (active / inactive) | See notes | 123.0 |
timer | match_info | Current match timer (in seconds). | See notes | 123.0 |
score | match_info | Current score | See notes | 123.0 |
type | match_info | Current match type | See notes | 130.0 |
mapName note
Available maps: Olympus, Outpost, Helix, Silo, Pantheon, Highwind, Atlantis, Stadium, Abyss
Data Example:
{"match_info":{"mapName":"Olympus"}}
mode note
Possible values:
- “TDM” – Team Deathmatch
- “FFA” – Free For All
- “KOTH” – King of the Hill
- “TBC” – Teabag Confirmed
- “DOM” – Domination
- “SWAT” – Team SWAT
- “TIG” – Team InstaGib
- “IG” – InstaGib
- “OB” – Oddball
- “TOB” – Team Oddball
- “CTF” – Capture the Flag
- "SHOTSNIP" - Team Shotty Snipers
- "ROCKETS" - Team Rockets
- "RACE" - Race
- "DUOS" - Team Doubles
- "SNIPS" - Team Snipers
- "RTDM" - Ranked Team Deathmatch
- "RKOTH" - Ranked King of the Hill
- "RDOM" - Ranked Domination
- "RCTF" Ranked Capture the Flag
- "RDUOS" - Ranked Team Doubles
- "RFFA" - Ranked Free For All
- "VIP" - VIP
Data Example:
{"match_info":{"mode":"TDM"}}
state note
Data Example:
{"match_info":{"state":"active"}}
timer note
Data Example:
{"match_info":{"timer":"476"}}
score note
Data Example:
{"score":"{"alpha": 6, "bravo": 9}"}
type note
Possible values: “Unranked”, “Ranked”, “Custom”
player
Info Updates
key | Category | Values | Notes | Since GEP Ver. |
---|---|---|---|---|
name | player_info | Local player's name | See notes | 123.0 |
health | player_info | Local player's health (0-100) | See notes | 123.0 |
team | player_info | Local player's team (alpha/bravo) | See notes | 123.0 |
kills | player_info | Local player's number of kills | See notes | 130.0 |
deaths | player_info | Local player's number of deaths | See notes | 130.0 |
assists | player_info | Local player's number of assists | See notes | 130.0 |
doubleKills | player_info | Local player's double kills | See notes | 130.0 |
tripleKills | player_info | Local player's triple kills | See notes | 130.0 |
quadKills | player_info | Local player's quadra kills | See notes | 130.0 |
quintKills | player_info | Local player's quintuple kills | See notes | 130.0 |
sexKills | player_info | Local player's sextuple kills | See notes | 130.0 |
killstreak1 | player_info | Local player's killstreak | See notes | 130.0 |
killstreak2 | player_info | Local player's killstreak | See notes | 130.0 |
killstreak3 | player_info | Local player's killstreak | See notes | 130.0 |
killstreak4 | player_info | Local player's killstreak | See notes | 130.0 |
killstreak5 | player_info | Local player's killstreak | See notes | 130.0 |
killstreak6 | player_info | Local player's killstreak | See notes | 130.0 |
headshotKills | player_info | Local player killed with a headshot | See notes | 130.0 |
meleeKills | player_info | Local player killed by a melee attack | See notes | 130.0 |
portalKills | player_info | Local player killed using portal | See notes | 130.0 |
killsThroughPortal | player_info | Local player killed through a portal | See notes | 130.0 |
teabags | player_info | Local player tea-bagged enemy | See notes | 130.0 |
name note
Data Example:
{"player_info":{"name":"csgostatsmarket"}}
health note
Data Example:
{"player_info":{"health":"88"}
team note
Data Example:
{"player_info":{"team":"alpha"}}
kills note
Data Example:
{"kills", 4 },
deaths note
Data Example:
{"deaths", 4 },
assists note
Data Example:
{"assists", 4 },
doubleKills note
Data Example:
{"doubleKills", 4 },
tripleKills note
Data Example:
{"tripleKills", 4 },
quadKills note
Data Example:
{"quadKills", 4 },
quintKills note
Data Example:
{"quintKills", 4 },
sexKills note
Data Example:
{"sexKills", 4 },
killstreak1 note
Data Example:
{"killstreak1", 4 },
killstreak2 note
Data Example:
{"killstreak2", 4 },
killstreak3 note
Data Example:
{"killstreak3", 4 },
killstreak4 note
Data Example:
{"killstreak4", 4 },
killstreak5 note
Data Example:
{"killstreak5", 4 },
killstreak6 note
Data Example:
{"killstreak6", 4 },
headshotKills note
Data Example:
{"headshotKills", 4 },
meleeKills note
Data Example:
{"meleeKills", 4 },
portalKills note
Data Example:
{"portalKills", 4 },
killsThroughPortal note
Data Example:
{"killsThroughPortal", 4},
teabags note
Data Example:
{"teabags", 4 }
location
Info Updates
key | Category | Values | Notes | Since GEP Ver. |
---|---|---|---|---|
location | game_info | Current location of local player (x,y,z) | See notes | 123.0 |
location note
Data Example:
{"game_info":{"location":"{"x": 108,"y": 3542,"z": 179}"}}
match
Events
Event | Event Data | Fired When | Notes | Since GEP Ver. |
---|---|---|---|---|
matchOutcome | won/lost/draw | Match has ended | See notes | 123.0 |
matchStart | null | Match begins | See notes | 123.0 |
matchEnd | null | Match has ended | See notes | 123.0 |
matchOutcome note
Data Example:
{"name":"matchOutcome","data":"lost"}
matchStart note
Data Example:
{"name":"matchStart","data":""}
matchEnd note
Data Example:
{"name":"matchEnd","data":""}
feed
Events
Event | Event Data | Fired When | Notes | Since GEP Ver. |
---|---|---|---|---|
killFeed |
| Player has died | See notes | 123.0 |
killFeed note
Data Example:
{"name":"killFeed","data":"{"killer": "FinalCountDown","weapon": "Assault Rifle","victim": "Sicktattoo"}"}
connection
Events
Event | Event Data | Fired When | Notes | Since GEP Ver. |
---|---|---|---|---|
disconnected | null | Local player disconnects from the game | 123.0 | |
reconnected | null | Local player reconnects to the game | 123.0 |
kill
Events
Event | Event Data | Fired When | Notes | Since GEP Ver. |
---|---|---|---|---|
kill | Kill type | Local player has killed an enemy | See notes | 123.0 |
victim | Victim name | Local player has killed an enemy | See notes | 123.0 |
headshot | null | Local player has killed an enemy with a headshot | 123.0 | |
meleeKill | null | Local player has killed an enemy with melee | 123.0 | |
portalKill | null | Local player has killed an enemy with a portal | 123.0 | |
killThroughPortal | null | Local player has killed an enemy through a portal | 123.0 | |
teabag | null | Local player tea-bagged an enemy | 130.0 |
kill note
- Empty string for regular kill
- Double Kill
- Triple Kill
- Killeidoscope!
- Kaiser Killhelm!
Data Example:
{"name":"kill","data":"Triple Kill"}
victim note
Data Example:
{"name":"victim","data":"flying_low"}
assist
Events
Event | Event Data | Fired When | Notes | Since GEP Ver. |
---|---|---|---|---|
assist | Kill type | Local player assisted in killing an enemy | See notes | 130.0 |
assists
Data Example:
{"name":"assist","data":""}
death
Events
Event | Event Data | Fired When | Notes | Since GEP Ver. |
---|---|---|---|---|
death | null | Local player was killed | See notes | 123.0 |
killer | Killer name | Local player was killed | See notes | 123.0 |
death note
Data Example:
{"name":"death","data":""}
killer note
Data Example:
{"name":"killer","data":"Dave Bunnett"}
portal
Events
Event | Event Data | Fired When | Notes | Since GEP Ver. |
---|---|---|---|---|
portalCreated | null | Local player created a portal | 123.0 | |
portalClosed | null | Local player closed a portal | 123.0 | |
portalUsed | null | Local player went through a portal | 123.0 |