Skip to main content
Loading...

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

tip

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​

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

keyCategoryValuesNotesSince GEP Ver.
scenegame_infoCurrent game sceneSee notes123.0

scene note​

Possible values:

  • main menu
  • loading screen
  • match summary

match_info​

Info Updates​

keyCategoryValuesNotesSince GEP Ver.
mapNamematch_infoCurrent map nameSee notes123.0
modematch_infoCurrent match modeSee notes123.0
statematch_infoCurrent match state (active / inactive)See notes123.0
timermatch_infoCurrent match timer (in seconds).See notes123.0
scorematch_infoCurrent scoreSee notes123.0
typematch_infoCurrent match typeSee notes130.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​

keyCategoryValuesNotesSince GEP Ver.
nameplayer_infoLocal player's nameSee notes123.0
healthplayer_infoLocal player's health (0-100)See notes123.0
teamplayer_infoLocal player's team (alpha/bravo)See notes123.0
killsplayer_infoLocal player's number of killsSee notes130.0
deathsplayer_infoLocal player's number of deathsSee notes130.0
assistsplayer_infoLocal player's number of assistsSee notes130.0
doubleKillsplayer_infoLocal player's double killsSee notes130.0
tripleKillsplayer_infoLocal player's triple killsSee notes130.0
quadKillsplayer_infoLocal player's quadra killsSee notes130.0
quintKillsplayer_infoLocal player's quintuple killsSee notes130.0
sexKillsplayer_infoLocal player's sextuple killsSee notes130.0
killstreak1player_infoLocal player's killstreakSee notes130.0
killstreak2player_infoLocal player's killstreakSee notes130.0
killstreak3player_infoLocal player's killstreakSee notes130.0
killstreak4player_infoLocal player's killstreakSee notes130.0
killstreak5player_infoLocal player's killstreakSee notes130.0
killstreak6player_infoLocal player's killstreakSee notes130.0
headshotKillsplayer_infoLocal player killed with a headshotSee notes130.0
meleeKillsplayer_infoLocal player killed by a melee attackSee notes130.0
portalKillsplayer_infoLocal player killed using portalSee notes130.0
killsThroughPortalplayer_infoLocal player killed through a portalSee notes130.0
teabagsplayer_infoLocal player tea-bagged enemySee notes130.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​

keyCategoryValuesNotesSince GEP Ver.
locationgame_infoCurrent location of local player (x,y,z)See notes123.0

location note​

Data Example:

{"game_info":{"location":"{"x": 108,"y": 3542,"z": 179}"}}

match​

Events​

EventEvent DataFired WhenNotesSince GEP Ver.
matchOutcomewon/lost/drawMatch has endedSee notes123.0
matchStartnullMatch beginsSee notes123.0
matchEndnullMatch has endedSee notes123.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​

EventEvent DataFired WhenNotesSince GEP Ver.
killFeed
  • Killer name
  • Weapon
  • Victim name
Player has diedSee notes123.0

killFeed note​

Data Example:

{"name":"killFeed","data":"{"killer": "FinalCountDown","weapon": "Assault Rifle","victim": "Sicktattoo"}"}

connection​

Events​

EventEvent DataFired WhenNotesSince GEP Ver.
disconnectednullLocal player disconnects from the game123.0
reconnectednullLocal player reconnects to the game123.0

kill​

Events​

EventEvent DataFired WhenNotesSince GEP Ver.
killKill typeLocal player has killed an enemySee notes123.0
victimVictim nameLocal player has killed an enemySee notes123.0
headshotnullLocal player has killed an enemy with a headshot123.0
meleeKillnullLocal player has killed an enemy with melee123.0
portalKillnullLocal player has killed an enemy with a portal123.0
killThroughPortalnullLocal player has killed an enemy through a portal123.0
teabagnullLocal player tea-bagged an enemy130.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​

EventEvent DataFired WhenNotesSince GEP Ver.
assistKill typeLocal player assisted in killing an enemySee notes130.0

assists​

Data Example:

{"name":"assist","data":""}

death​

Events​

EventEvent DataFired WhenNotesSince GEP Ver.
deathnullLocal player was killedSee notes123.0
killerKiller nameLocal player was killedSee notes123.0

death note​

Data Example:

{"name":"death","data":""}

killer note​

Data Example:

{"name":"killer","data":"Dave Bunnett"}

portal​

Events​

EventEvent DataFired WhenNotesSince GEP Ver.
portalCreatednullLocal player created a portal123.0
portalClosednullLocal player closed a portal123.0
portalUsednullLocal player went through a portal123.0