Hey, I've seen a few questions about this where they want to reponse to show their rank and where they are on the leaderboard. I have a link that shows my current rank, but what I also want to show is my how much RR I have at that rank, rather than a leaderboard placement because at my rank that doesn't matter. I've also seen other streamers where it shows how much they loss or gained from their last game. But I am mostly focused on the Rank and RR in that rank. I'm currently using this command message: $(eval response = $(urlfetch json https://api.henrikdev.xyz/valorant/v1/mmr/eu/CalamiTea/UWU); try { json = JSON.parse(response); currenttierpatched = json.data.currenttierpatched; currenttierpatched == null ? "None" : currenttierpatched; } catch(e) { ${e}: ${response}.substr(0, 400)}) So how do I tweek it to also see my RR?