Overwolf

Overwolf

  • Getting Started
  • Docs
  • API
  • Events Status
  • Blog
  • Q&A
  • Support

›Available Game Events

API Reference

  • Changelog
  • Overview

App Manifest

  • manifest.json
  • Validate your manifest

Available Game Events

  • Games IDs
  • Apex Legends
  • Call of Duty: Warzone
  • CS:GO
  • Dota 2
  • Final Fantasy XIV
  • Dota Underlords
  • Escape From Tarkov
  • Fortnite
  • Hearthstone
  • Heroes of the Storm
  • Legends of Runeterra
  • League of Legends
  • Minecraft
  • MTG Arena
  • Overwatch
  • Path of Exile
  • PUBG
  • PUBG Lite
  • Rainbow Six Siege
  • Rocket League
  • StarCraft II
  • Teamfight Tactics
  • Valorant
  • World of Tanks
  • World of Warcraft
  • World of Warships
  • Warframe
  • Various External APIs

Game Launchers Events

  • Launchers IDs
  • LOL Launcher

overwolf.benchmarking

  • overwolf.benchmarking

overwolf.campaigns

  • overwolf.campaigns.crossapp

overwolf.cryptography

  • overwolf.cryptography

overwolf.extensions

  • overwolf.extensions
  • overwolf.extensions.current
  • overwolf.extensions.sharedData
  • overwolf.extensions.io

overwolf.games

  • overwolf.games
  • overwolf.games.events
  • overwolf.games.inputTracking
  • overwolf.games.launchers
  • overwolf.games.launchers.events

overwolf.io

  • overwolf.io
  • overwolf.io.paths

overwolf.log

  • overwolf.log

overwolf.logitech

  • overwolf.logitech
  • overwolf.logitech.arx
  • overwolf.logitech.led

overwolf.media

  • overwolf.media
  • overwolf.media.audio
  • overwolf.media.replays
  • overwolf.media.videos
  • Highlights supported games

overwolf.os

  • overwolf.os
  • overwolf.os.tray

overwolf.profile

  • overwolf.profile
  • overwolf.profile.subscriptions

overwolf.settings

  • overwolf.settings
  • overwolf.settings.hotkeys
  • overwolf.settings.language
  • overwolf.settings.games

overwolf.social

  • overwolf.social
  • overwolf.social.reddit
  • overwolf.social.youtube
  • overwolf.social.discord
  • overwolf.social.gfycat
  • overwolf.social.twitter

overwolf.streaming

  • overwolf.streaming

overwolf.tobii

  • overwolf.tobii

overwolf.utils

  • overwolf.utils

overwolf.web

  • overwolf.web
  • overwolf.web.webserver
  • overwolf.web.websocket

overwolf.windows

  • overwolf.windows
Edit

Call of Duty: Warzone

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

Game ID

21626

Sample Apps

  • Warzone game events sample app

Available Features

  • gep_internal
  • match_info
  • game_info
  • kill
  • death

Game event status

It is highly recommended to communicate errors and warnings to app users.

Check the current game event status here. Alternately, 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 notes143.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"}

match_info

Info Updates

keyCategoryValuesNotesSince GEP Ver.
pseudo_match_idmatch_infoThe current match’s ID code.

Example:

0c0ea3df-97ea-4d3a-b1f6-f8e34042251f
This is an Overwolf-generated code, unrelated to Activision.159.0
rostermatch_infoThe names and details of all players in the current server.See notes158.1

Events

EventEvent DataFired WhenNotesSince GEP Ver.
match_startnullMatch started.See notes157.0
match_endnullMatch ended.See notes157.0

roster note

{"info":{"match_info":{"roster_1":"{"player":"7766#6156337","is_local":true,"is_bot":0,"team_id":32,"armor":256,"damage":437,"rank":9,"ping":73,"cash":9000,"completed_contracts":1,"opened_supply_boxes":1,"kills":1,"deaths":0,"score":550,"assists":0}"}},"feature":"match_info"}
{"info":{"match_info":{"roster_30":"{"player":"GiussaSimo13#2220952","is_local":false,"is_bot":0,"team_id":31,"rank":55,"ping":47,"kills":0,"deaths":0,"score":0,"assists":0}"}},"feature":"match_info"}
{"info":{"match_info":{"roster_31":"{"player":"HARPOON97#7053414","is_local":false,"is_bot":0,"team_id":14,"rank":137,"ping":46,"kills":0,"deaths":0,"score":0,"assists":0}"}},"feature":"match_info"}
  • Note: The information provided for the local player also includes "damage" and "armor" & the same values are provided for team members aswell if you play on duos and above.

match_start note

Data Example:

{"event":"match_start","data":null}

match_end note

Data Example:

{"event":"match_end","data":null}

game_info

Info Updates

keyCategoryValuesNotesSince GEP Ver.
activision_idgame_infoLocal player's Activision ID.See notes157.0
battlenet_taggame_infoLocal player's Battlenet tag.See notes157.0
match_stategame_infoCurrent game's match state.See notes157.0
lobby_stategame_infoCurrent state of the lobby screen.See notes157.0
game_modegame_infoCurrent game-mode type (solo/quads, etc).See notes160.0
game_mapgame_infoCurrently played game-map.See notes160.0

activision_id note

Data Example:

{"info":{"game_info":{"activision_id":"7766#6156337"}},"feature":"game_info"}

battlenet_tag note

Data Example:

{"info":{"game_info":{"battlenet_tag":"Shargaas#2430"}},"feature":"game_info"}

match_state note

Data Example:

{"info":{"game_info":{"match_state":"eIDLE"}},"feature":"game_info"}

Possible values:

  • "eIDLE"
  • "eINITING"
  • "eWAITING_FOR_PLAYERS"
  • "eSTARTING_MATCHMAKING"
  • "eSTARTED_MATCHMAKING"
  • "eSHUTDOWN_MATCHMAKING"
  • "eSHUTTING_DOWN_MATCHMAKING"

lobby_state note

Data Example:

{"info":{"game_info":{"lobby_state":"eWAITING_FOR_LOBBY_INFO"}},"feature":"game_info"}

Possible values:

  • "eIDLE"
  • "eINITING"
  • "eWAITING_FOR_LOBBY_INFO"
  • "eJOINING_LOBBY"
  • "eLOBBY_JOINED"

game_mode note

Data Example:

{"info":{"game_info":{"game_mode":"150"}},"feature":"game_info"}

Possible Values:

  • 150 (solo)
  • 152 (quads)
  • 24 (training)
  • 100 (plunder)

game_map note

Data Example:

{"info":{"game_info":{"game_map":"mp_don3"}},"feature":"game_info"}

kill

Events

EventEvent DataFired WhenNotesSince GEP Ver.
killnullLocal player has performed a kill.See notes158.1
assistnullLocal player has performed an assist.See notes158.1

kill note

Data Example:

{"events":[{"name":"kill","data":null}]}

assist note

Data Example:

{"events":[{"name":"assist","data":null}]}

death

Info Updates

keyCategoryValuesNotesSince GEP Ver.
deathdeathAmount of deaths by the local player.See notes158.1

death note

Data Example:

{"events":[{"name":"death","data":null}]}
Last updated on 2020-12-31 by Sh4rgaas
← Apex LegendsCS:GO →
  • Sample Apps
  • Available Features
  • Game event status
  • gep_internal
    • Info Updates
  • match_info
    • Info Updates
    • Events
  • game_info
    • Info Updates
  • kill
    • Events
  • death
    • Info Updates
  • Legal
  • Terms overview
  • Developer's terms
  • App terms
  • Overwolf terms
  • Overwolf Privacy policy
  • Support
  • Questions and Answers
  • Discord
  • Slack
  • Facebook
  • Twitter
  • Documentation
  • Changelog
  • API
  • App Creation Process
  • Best Practices
  • Game Events status
  • Information
  • Careers
  • Fund
  • Developers Blog
  • Overwolf Appstore
  • Advertise on Overwolf