Skip to main content

Call of Duty: Warzone Caldera Game events

Deprecation notice

Support for this game has been deprecated, following the game's shutdown.

This page is being kept for historical documentation purposes.

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

warning
  • Support for these events is for English only and for 16:9 (1920*1080, 2K & 4K) and 16:10 (1920*1200, 2K & 4K) screen resolutions on , the game window must be visible and should run with native screen resolution.
  • This game requires enabling exclusive mode on your OW app's windows. Read more about OW exclusive mode. In addition, when developing your app, you must comply with Activision’s Call of Duty:Warzone terms and conditions. Supporting que dodging, interfering with matchmaking or any such behavior is strictly prohibited, and will not be approved. If you have any doubt, please contact us directly before starting development. For more information check our Game compliance principles

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. 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​

Events​

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

match_start note​

Data Example:

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

match_end note​

Data Example:

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

game_info​

Info Updates​

keyCategoryValuesNotesSince GEP Ver.
battlenet_taggame_infoLocal player's Battlenet tag.See notes157.0

battlenet_tag note​

Data Example:

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

kill​

Events​

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

kill note​

Data Example:

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

assist​

Events​

EventEvent DataFired WhenNotesSince GEP Ver.
assistnullLocal player has performed an assist.See notes205.0

assist note​

Assist is only available for 1920:1080 resolniotn (16:9) and 1920:1200 (16:10).

Data Example:

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

death​

Events​

EventEvent DataFired WhenNotesSince GEP Ver.
deathnullLocal player has died.See notes158.1

death note​

Data Example:

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