Skip to content

Ahmedfps/Command-rank_Valorant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Command rank Valorant

Rank command for channels (Youtube - Twitch)

Usage

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.

Chat-Valorant-Rank

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'

THIS IS AVAILABLE FOR ALL REGIONS

StreamElements/NightBot/Fossabot Usage

Replace region with your account's region code, name with your Valorant username and tag with your hashtag.

Region Codes

Region Code Corresponding Region
ap Asia/Pacific
br Brazil
eu Europe
kr Korea
latam Latin America
na North America

Commands for Nightbot or another bots


Rank only

  1. If you want to display only Rank with RR
  !addcom !rank $(urlfetch https://api.kyroskoh.xyz/valorant/v1/mmr/region/username/tag)
  1. 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)
  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)
  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)

Make sure to replace region,name


Example

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)

Other Commands

  1. Last ranked match rank points changes:
 !addcom !lastcomp $(urlfetch https://api.kyroskoh.xyz/valorant/v1/mmrchange/region/name/tag)
  1. Last match Stats:
!addcom !lastmatch $(urlfetch https://api.kyroskoh.xyz/valorant/v1/lastmatchstats/region/name/tag)
  1. Win loss in last 24 Hrs.
!addcom !winlose $(urlfetch https://api.kyroskoh.xyz/valorant/v1/winlose/region/name/tag)

You can make custom combinations also

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



Contact Details

If you have any questions or inquiries, please feel free to get in touch:

  • Discord: [ @ahmedfps ]

Thanks.