This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
0
[GUIDE] Valorant API Rank and Record Command (Console Supported) for Chatbot
Post Flair (click to view more posts with a particular flair)
Author Summary
vacciee is
in
Guide
Post Body
What do the commands do?
- Rank API: This API will tell you your current rank, your RR (Rank Rating), and how much RR you gained or lost in your last game.
- Record API: This API will show you the competitive games you’ve won or lost and how much RR you gained or lost in the last 24 hours.
How to add custom commands in StreamElements
- In StreamElements, go to Chatbot > Custom Commands in the sidebar.
- Once on this page, click on Custom Commands > Add New Command.
- Set the Command Name to whatever you like (e.g.
!rank
,!record
). - In the "Response" field, add the link to call your Valorant rank or record using the format
$(customapi.link)
.
How to get Valorant API's output
Now you can use both APIs even if you're on console, using two different links:
- API Rank link (for PC):
https://vaccie.pythonanywhere.com/mmr/USERNAME/TAG/REGION
- API Record link (for PC):
https://vaccie.pythonanywhere.com/match_history/USERNAME/TAG/REGION/pc
- API Rank link (for console):
https://vaccie.pythonanywhere.com/mmr/USERNAME/TAG/REGION/console
- API Record link (for console):
https://vaccie.pythonanywhere.com/match_history/USERNAME/TAG/REGION/console
Replace USERNAME
, TAG
, and REGION
with your details:
- REGION: Choose from
EU
,AP
,NA
,KR
. - USERNAME/TAG: Enter your in-game name, e.g.,
vaccie#666
becomesvaccie/666
.
Examples:
- Rank API for PC:
$(customapi.https://vaccie.pythonanywhere.com/mmr/vaccie/666/eu)
- Record API for PC:
$(customapi.https://vaccie.pythonanywhere.com/match_history/vaccie/666/eu/pc)
- Rank API for Console:
$(customapi.https://vaccie.pythonanywhere.com/mmr/vaccie/666/eu/console)
- Record API for Console:
$(customapi.https://vaccie.pythonanywhere.com/match_history/vaccie/666/eu/console)
If you have any questions or need help, feel free to ask below, and I’ll get back to you as soon as possible. :)
Post Details
Location
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 1 month ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Twitch/comm...