Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

General Stats

Albie edited this page Jan 24, 2020 · 5 revisions

The Stats Endpoint for general stats supports:

  • Casual Stats
  • Overall Ranked Stats
  • Operator Stats
  • Weapon Stats

These can be acquired through the use of a comma-separated list of queries passed in the request url. The server will respond with a JSON object with a level for the user's profile id and the stats inside.

All that is needed to get these stats is the AccountInfo and a valid token string.

In Dragon6

using DragonFruit.Six.API;

//get token

var userStats = await GeneralStats.GetStats(account, token);