overwatch-api
overwatch-api copied to clipboard
Not all stats available
Since I last used this library a year ago, I noticed it no longer exposes the per-hero stats. Is that intended?
Hi @Madrox,
Do you have an example of the per-hero stats that are missing? Do you mean top_heroes?
Sure! When I look in a getStats call, I do see top heroes. For example:
played: [], games_won: [], weapon_accuracy: [], eliminations_per_life: [], multikill_best: [], objective_kills_average: [ ] },
However, when I look at a profile on playoverwatch.com (such as mine) there are several more stats per-hero, such as damage done per hero, solo kills per hero, etc. These used to get exposed when I used the client.
Ah, okay. I don't think I've parsed the per-hero stats yet, but I'll leave this open as a TODO. Thanks for reporting this.
Thanks!