[API Request] Warcraft Character Stat Data

My understanding based on a previous post (API access to player stats - #9 by Bloodnaix) is that they’re recorded at the start of combat, which would be before procs.

That being said the data that is shown when looking at an individual player on a log report shows their stats, is that data not being pulled from the COMBATANT_INFO? And instead calculated based on gear? For example (Warcraft Logs - Combat Analysis for Warcraft ) this show summary stats.

Even if the data is not entirely reliable I’m okay with that. This project was to automate what I was doing manually before which was pulling up individual logs and looking at stat break downs. When plotting these data points outliers will become apparent.

If it’s not possible/not in scope to add it to the COMBATANT_INFO on each character that’s fine. I can still proceed doing it the longer way with more requests. I just wanted to try to alleviate some of the calls I was planning on making.