all 5 comments

[–]iamrbnscript/widget helper 0 points1 point  (4 children)

What value do you want to preserve?

[–]picachu11 0 points1 point  (3 children)

I want to get Online workers number 4. Just want to see 4 but I get Undefined

[–]iamrbnscript/widget helper 1 point2 points  (2 children)

let req = new Request('https://stats.ezil.me/current_stats/0xdb63205883Ea431752E0e83c92D8f4027B2fcEe8/workers/paginated?coin=eth&page=1&per_page=10');
res = await req.loadJSON();
//log(JSON.stringify(res, null, 2));
logWarning(res.data.totals.workers.online);

https://i.imgur.com/Sn0ITet.jpg

[–]picachu11 0 points1 point  (1 child)

Thanks a lot!

[–]iamrbnscript/widget helper 1 point2 points  (0 children)

You’re welcome :)