Hi all,
I'm having troubles dealing with the API for warzone as its suddenly stops working these last days. Note that nothing in the user information have changed (so maybe is a general problem of the API?). The command that I've used is the next one:
$(eval s=$(urlfetch json https://api.tracker.gg/api/v2/warzone/standard/profile/atvi/Rivotr1l%236767006/).data.segments[1].stats 12.data.segments%5B1%5D.stats); r=s.kdRatio.value; k=s.kills.value; d=s.deaths.value; w=s.wins.value; dw=s.downs.value; whp=s.weeklyHeadshotPct.value; wk=s.weeklyKdRatio.displayValue; $(channel) has: Wins: ${w} | Kills: ${k} | Downs: ${dw} | Deaths: ${d} | KD: ${r} | Weekly KD: ${wk} | Weekly Headshot: ${whp}%)
Thank you in advance,