/valorantapi/
▼Access Valorant game data and statistics
/rank/
Get player rank information and statistics
GET /valorantapi/rank/<user>/<tag>/<region>/<twitch>
Allowed placeholders: {twitch_username}, {rank}, {rr}, {suffix}, {started_rank}, {started_rr}, {lb_rank}
Loading stats...
/record/
Get match record information for the current stream
GET /valorantapi/record/<user>/<tag>/<region>/<twitch>
Allowed placeholders: {twitch_username}, {difference_tag}, {difference}, {win}, {draw}, {loss}, {started_rank}, {started_rr}, {win_percentage}, {lb_rank}
Loading stats...
/osuapi/
▼Access real-time osu! game data and statistics
/nowplaying/
Get current beatmap information for a player
GET /osuapi/nowplaying/<player_id>/<twitch>
Allowed placeholders: {twitch_username}, {artist}, {title}, {difficulty}, {mods_string}, {beatmap_id}
Loading stats...
/nowplayingpp/
Get current beatmap information with PP values for a player. (This is very slow)
GET /osuapi/nowplayingpp/<player_id>/<twitch>
Allowed placeholders: {twitch_username}, {artist}, {title}, {difficulty}, {mods_string}, {beatmap_id}, {pp_values_string}
Loading stats...