API V2 : Is the "statistics" section of Warcraft Logs available on the API?

Hello, we’re discovering the V2 API and couldn’t find a way to get something equivalent to the “Statistics” page of the Warcraft Logs website, with a ranking of all Specs.

We tried using a query like this :

{
worldData { encounter(id: 2423) { id name characterRankings fightRankings journalID }}
}

But it’s giving only the ranking section. We could compilate those datas to get something aout it but it will take some time to process. Is there any way to do it simplier ?

Thanks by advance.

Tynyndil

Sorry, statistics is not exposed to the API.