API v2 info/documentation

Hey,

In case you didnt get an answerr to this, here is one :

{
   reportData {
    report(code: {reportcode}) {
       events(dataType: CombatantInfo, startTime: {timestamp}, endTime: {timestamp}){
        data
      }
    }
  }
}

This will return a list of “CombatantInfo” events that occur at the very start of an encounter.
There is one per player and it describes gear, stats, talents, covenant (covenantID), spec (specID) and many other things.

I hope this helps!

This doesn’t appear to be working with tbc logs, I keep getting a blank array ( [] ) for the following report:

{ 
	reportData	{
		report(code: "Rkn96Hc7zB8Y2wTm") {
              events(dataType: CombatantInfo, startTime: 370817, endTime: 402993){
                data
             }
		}
	}
}

Corresponding URL: Warcraft Logs - Combat Analysis for Warcraft

This worked fine for me.