Let’s say I have a job ID for a server within another game that I cannot manage. Are there endpoints that can give me information such as the amount of players on that server?
To avoid misunderstanding, there are 3 types of IDs within a game. There is the game ID/universe ID which represents the entire universe/collection of places, the place ID which represents a specific place within an experience, and the job ID which represents a specific server within a place.
^^^
That’s why I mention API endpoints, I don’t have access to the experiences to be able to run code in them. Therefore all solutions related to communication between servers or datastores simply don’t work.