r6s-stats-api icon indicating copy to clipboard operation
r6s-stats-api copied to clipboard

An api for fetching player statistics from Rainbow Six Siege

Results 5 r6s-stats-api issues
Sort by recently updated
recently updated
newest added

Hello! I have an error that I always get and cant solve. The error is that when I call any API callbacks I only get ex.: rank TIME_OUT and then...

For some reason any input passed to R6.general() returns a `NOT_FOUND` error, even with the example provided on npm

Would be really nice if we could get stats from a specific season or the current season instead of overall

Time played for some players doesn't appear at all, leading to this behavior: time_played: '\#69,087,972' Fixed this behavior with time_played regular expression validation: time_played: null

The method operator() doesn't work. Throw this error: ` let operator = await R6.operator(plataform, name, "ZOFIA") console.log("OPERATOR STATS") console.log(operator)` OUTPUT: `OPERATOR_ERROR`