3 years ago
Live API 2.0
I discovered in the game files a Live API that would allow me to retrieve the game events. I read the readme.txt and started trying to retrieve my game data. I created a websocket server to retriev...
From all I've tested, you are able to receive only init message at start of game, send CustomMatch_* requests in private lobbies and get their responses (if you asked for it in requests). Other than that nothing else is sent by game. This applies for firing range, pub and ranked lobbies.
There were many discussions about this topic from release of this season, yet no real response from devs.
I didn't test with custom matches but I observed the same thing as you for ranked (that's what I'm interested in)