The Guild Count endpoint allows for static retrieval of usage statistics about the Architus bot, including total guilds (servers) the bot is in as well as how many distinct users it serves.
Get the Count of Guilds and Users
v1 Rest API
GET/guild_count
Return number of guilds in which Architus is a member and the sum of their members.
Example Response
{
"guild_count": 46,
"user_count": 4094
}
Last modified 2 years ago Edit this page on GitHub