Skip to content
Cenk Ergen edited this page Feb 24, 2021 · 1 revision

R6 Stats API CLient Wiki

Before Using

This API requires you to provide an API key with every interaction. Before trying to use this API client please make sure you have an API key, for more information refer to this.

Installing the Library

The library can be installed either through nuget or manually. Nuget installation is recommended. Nuget

dotnet add package R6Stats-Sharp --version 1.3.1

Initializing the Client

var config = new R6StatsClientConfig("<api-key>");
var client = new R6StatsClient(config);

Total number of request that can be made for every minute is limited to 60 by default. This restriction is server sided and if you need the quota to be increased please contact R6 Stats directly.

Clone this wiki locally