How reliable is Game API v1?

Hello, I am working on quite a large scale server manager module and came across this API for HTTP Request to get list of servers.

https://games.roblox.com/v1/games/{placeId}/servers/Public?sortOrder=Asc&limit=100

And I am wondering how reliable is it if I want to poll it every 3 seconds to get the most updated information? And will it become deprecated because there’s a API v2, I was working on my own database to handle it but this might save me a lot of time.

Thanks in advance!

4 Likes

Well I try it and it works great, so you should try it and when a new api comes out just update it.

Just see the Jailbreak Servers: https://games.roblox.com/v1/games/606849621/servers/Public?sortOrder=Asc&limit=100 obviosly you need to change the cursor to see all others servers.

1 Like

Could this be used to make a server browser?

Yes!, but you have to use a proxy unless it’s not in a place.

No idea how to set one of those up. :stuck_out_tongue:

Just use this proxy: http://games.rprxy.xyz/ instead of https://games.roblox.com/

2 Likes

Thank you! :slight_smile:

1 Like