cURL
curl --request GET \ --url https://api.vaultcord.com/stats/dashboard \ --header 'Authorization: Bearer <token>'
{ "success": true, "backups": 26, "bots": 8, "servers": 6, "members": 25389 }
Get global stats for member counts from all servers, numbers of servers & bots.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Global stats
true
26
8
6
25389
Was this page helpful?