Hi, I wanted to ask if it is possible to make a command that searches this api https://api.henrikdev.xyz/valorant/v2/leaderboard/eu
a gameName and its leaderboardRank and display it.
Command that search and display from urlfetch
1 reply
Yes it is possible you will need to navigate through the json object with the use of eval 🙂
(This is assume what your searching for is in the json object)
https://codebeautify.org/jsonviewer
This website can help you if you don’t know the exact format of the json

