v7

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2022-07-209629.6 KB
dashboard

Retrieve global user statistics

This will return a JSON object showing user statistics across the designated time period.

get/userStats

Query parameters

intervalstring required

Time interval of the timeline

fromstring

Timestamp of beginning of timeline

untilstring

Timestamp of end of timeline

Response

An object containing a list of user stat objects

Example response

{
  "data": [
    {
      "total": 55,
      "recentlyActive": 7,
      "inactive": 2,
      "bucketStartAt": "Wed Oct 05 2011 16:48:00 GMT+0200"
    }
  ]
}