Warzone Custom API

How do I make it show only Battle Royale stats and not Plunder? I also want to add, if possible, the KD of the last 7 days.

These are the commands I use:

!addcom !stats -a=_stats $(eval `$(querystring)`.toLowerCase().replace(`%20`,`/`))

!addcom _stats $(eval s=$(urlfetch json https://api.tracker.gg/api/v2/warzone/standard/profile/$(query)).data.segments[0].stats; r=s.kdRatio.value; k=s.kills.value; d=s.deaths.value; w=s.wins.value; `Wins: ${w} | Kills: ${k} | Deaths: ${d} | Kills/Deaths Ratio: ${r}`)

Hiya, please see Warzone Custom API

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.