UNET LLAPI - Access data from the server ASYNC

I think this question is somewhat difficult to explain and I suppose I don’t really know how to phrase this question, or really even ask it.
So, what I am wanting is a way of being able to query data from my LLAPI server and return it to a client without connecting, so I could query multiple servers at the same time on a given list and retire certain data, e.g. No. of connections etc…
Im not sure if this is even possible, I mean I’m sure there would be work arounds but, I would like to see if there would be a common practice used.
Thanks in advance,

The HLAPI MatchMaker already does some of this. HLAPI is open source so you could check out the code and see what it’s doing. https://bitbucket.org/Unity-Technologies/networking

You could consider having all your servers report data on their own to a central server, and clients query that central server for this information.