Skip to content

Stats 🚀🔗

Get stats about the current game.

Request model🔗

{ "op": "Stats", "d": {} }

Success response🔗

{
    "response": {
        "d": {
            "current": Integer,
            "max": Integer
        },
        "op": "Stats"
    },
    "status": true
}

Errors🔗

Errors that may occur while fetching stats.

  1. NotIdentified
  2. NotInGame
  3. NotFound
Back to top