d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Warcraft 3 Profiles
Add Reply New Topic New Poll
Member
Posts: 10,093
Joined: Jan 12 2014
Gold: 1.50
Jun 24 2021 09:39pm
If anyone by chance would know how to retrieve the data for player statistics -- i.e. win / loss ratio for all races in multiplayer. It's being recorded somewhere , but not available to the public. There was a guy who had a tool that could show you your stats, but he took it down unfortunately.
Member
Posts: 43,572
Joined: Mar 27 2018
Gold: 230,806.33
Jun 26 2021 04:38pm
Damn now I wish I had my acc still with the cute dragon for random race wins
Member
Posts: 4,689
Joined: May 30 2021
Gold: 4.00
Jun 27 2021 05:50am
https://develop.battle.net/documentation/guides/getting-started

Looks like you can GET profile data, but not sure about Warcraft 3 though:

"Profile API: Stores data related to individuals, their characters, or accounts (collectively called profile data)."

Here's a Python 3 WOW implementation that you could look at their code to try and modify it for WC3. Looks like support stopped at 3.7:

https://pypi.org/project/python-wowapi/

I'm suspecting that API support for WC3 isn't supported anymore, but I could be wrong as I didn't do any deep googling.

This post was edited by r4f on Jun 27 2021 05:56am
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll