Guild Counter
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.
v1 RESTful API
GET/guild_count
Return number of guilds in which Architus is a member and the sum of their members.
{
"guild_count": 46,
"user_count": 4094
}