Rank command for channels (Youtube - Twitch)
You can visit Chat Command Generator - Valorant, select the options you need, and press Generate. This will create a link for you to copy and use in whichever bot's custom command you want to.
This API lets you fetch your rank dynamically, typically for making !rank command in your Twitch/YouTube stream.
This API is developed and maintained by @kyroskoh and you can check it out here 'https://community.nightdev.com/t/custom-api-valorant-mmr-rank-api-v1/30536'
Replace region
with your account's region code, name
with your Valorant username and tag
with your hashtag.
Region Code | Corresponding Region |
---|---|
ap | Asia/Pacific |
br | Brazil |
eu | Europe |
kr | Korea |
latam | Latin America |
na | North America |
- If you want to display only Rank with RR
!addcom !rank $(urlfetch https://api.kyroskoh.xyz/valorant/v1/mmr/region/username/tag)
- If you want your name and tag to be shown then use:
!addcom !rank $(urlfetch https://api.kyroskoh.xyz/valorant/v1/mmr/region/name/tag?show=combo&display=1)
- If you want to display the ID, Tag, Region with rank, RR and Elo :
!addcom !rank $(urlfetch https://api.kyroskoh.xyz/valorant/v1/mmr/region/name/tag?show=all&display=1)
- if you don't want to display ID Tag,but Region with showing rank, RR and Elo:
!addcom !rank $(urlfetch https://api.kyroskoh.xyz/valorant/v1/mmr/region/name/tag?show=all&display=0)
Here is an example for my account. This would work for most accounts.
- Example
- Username:
Main#9090
- Account Region: 'Europe'
- URL:
$(urlfetch https://api.kyroskoh.xyz/valorant/v1/mmr/eu/Main/9090)
- Username:
- Last ranked match rank points changes:
!addcom !lastcomp $(urlfetch https://api.kyroskoh.xyz/valorant/v1/mmrchange/region/name/tag)
- Last match Stats:
!addcom !lastmatch $(urlfetch https://api.kyroskoh.xyz/valorant/v1/lastmatchstats/region/name/tag)
- Win loss in last 24 Hrs.
!addcom !winlose $(urlfetch https://api.kyroskoh.xyz/valorant/v1/winlose/region/name/tag)
e.g.
- add
?show=all&display=1
as a prefix it will show all details like name , tag and region .
- add
?show=rronly&display=0
as a prefix it will show only rank rating and hide other details.
and many more
If you have any questions or inquiries, please feel free to get in touch:
- Discord: [ @ahmedfps ]
Thanks.