Search code examples
discord

Getting the member count history of Discord servers?


For research purposes, I'd love to see the member growth of public Discord servers.

I know that I can get the current member count via the REST API or via client.fetchInvite, but I am wondering– is there some way at all to get the historic member count data?

The member count information is publicly available and many sites index servers with the current count, but I couldn't find any that show historic data, although it seems like a logical thing to do. Such a site would be sufficient for my purposes.


Solution

  • You need to make the history by yourself, saving the member count on a repeat scheduled. There is no endpoint to get this kind of statistics.