Hello team
I have this command
Summary: $(eval var str=decodeURIComponent($(urlfetch json https://api.chess.com/pub/player/$(touser)/stats)); if(str=="Remote Server Returned Code 404"){ '❌Not Found'; }else{ bu=JSON.parse(str).puzzle_rush.best ? JSON.parse(str).puzzle_rush.best.score : 'None'; '✔️ $(touser) Puzzle Rush Record is 🢂'+bu})🢀 on ♟chess.com♟
which is related to a chess page, this commands sends the best record in a certain part of the game called "puzzle rush", I would like to know how to create more like this, for other types of games in the same chess page.
I have some other commands related as well which provide the specific rating a player has in different time controls chess games ( in 1 minute chess, 3 minute chess and 10 minute chess) I can send them too if necessary

