How to use a PlayerToken to get the players rank in a group

Hello,

I’m currently developing a gui that shows all active running servers with player info from each player in a running server. I’m using https://games.roblox.com/v1/games/PLACE_ID/servers/public?sortOrder=Asc&limit=100 to get the server info. I’ve tried with MessagingService but no luck.

The api returns something called “PlayerToken”. How would I use this to get the rank a player has in a group? Any help is appreciated!

5 Likes

Apparently, it’s API abuse. You can’t turn PlayerTokens into a normal Username since it’s obfuscated as you can clearly see. There are definetely other ways to do that.

Found Information is from local_ip: The reason the /v1/games/{placeId}/servers/{serverType} endpoint doesn’t return user information is intentional to prevent external users from viewing the players in a game server without joining it.