How would yous make a Server list appear on your game?

I guess the size of the message wouldn’t be enough too if it got famous. A message maximum size is 1kb, which from what I saw holds 1000 characters. If I were to return tables containing compressed server data (Ex: {course,p,maxp,time} course=courseid,p=players playing,maxp=max players of server, time = timeleftinseconds on the tournament) each game would hold about 14 bytes of data, meaning that it could message up to math.floor(1000/14)=71 games per message. That would be for the entire game, not just a particular main server.