/Dragon6-API

Rainbow Six Siege Stats API for .NET

Primary LanguageC#Apache License 2.0Apache-2.0

Dragon6 API

NuGet Publishing Codacy Badge NuGet Nuget GitHub DragonFruit Discord

Overview

Dragon6 is a free to use family of products specialising in Rainbow Six Siege Stats.

Looking to get started? Check out the Wiki!

What's in the canister?

Feature Example
Access Token Request d6Client.GetToken("username", "password");
Casual Stats d6Client.GetStats(accountInfo)
Ranked Stats d6Client.GetSeasonStats(accountInfo, "EMEA")
Operator Stats d6Client.GetOperatorStats(accountInfo, operatorData);
Weapon Stats d6Client.GetWeaponStats(accountInfo);
Account Search (by Name) d6Client.GetUser(Platforms.PC, LookupMethod.Name, "PaPa.Curry");
Account Search (by User Id) d6Client.GetUser(Platforms.PC, LookupMethod.UserId, "21d95808-d692-4bf3-b825-f5ad3396d079");
Account Search (by Platform Id) d6Client.GetUser(Platforms.PSN, LookupMethod.PlatformId, "7729747787525340203");

In Production

Contributing

Feel free to add an issue if you discover one or if you're up to it, clone and make edits as you feel necessary.

Contributors can claim a contributor profile on the Dragon6 Apps. This gives you access to beta features, including custom backgrounds on your profile. If you have contributed join the Dragon6 Discord and DM a member of Team DragonFruit.