/stats

Statistics for Discord Tickets.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

stats

An API to receive, store, and aggregate data from Discord Tickets bots.

View the stats at https://stats.discordtickets.app.

An example of what your bot sends:

{
  "activated_users": 26,
  "arch": "arm64",
  "avg_resolution_time": 238.9,
  "avg_response_time": 32.7,
  "categories": 2,
  "database": "mysql",
  "guilds": 1,
  "id": "7f4a58c0ff94c01eadef17e4b3c9f0a7",
  "members": 600,
  "messages": 347,
  "node": "v18.0.0",
  "os": "linux",
  "tags": 1,
  "tickets": 47,
  "version": "4.0.0"
}