V_lidus
(xda)
#1
So I’m trying to put together a server list for a game of mine, but every way I go it keeps returning “HTTP 403 (Forbidden)”. I’m using the V1 API documentation here:
https://games.roblox.com/docs/index.html?urls.primaryName=Games%20Api%20v1
Are we not allowed to use this method anymore? Thanks in advanced!
1 Like
Roblox blocked access to their apis from scripts, you need to use a proxy. take roproxy as one.
V_lidus
(xda)
#3
im already using one though…
EDIT: I’m using roproxy to display current active users in the game already, but it seems it doesn’t work for trying to get active game instances?
V_lidus
(xda)
#5
im not trying to get active players, im trying to get active servers.
1 Like
V_lidus
(xda)
#7
After going through and using the method provided, “HTTP 403 (Forbidden)” still gets returned.
That means the proxy you’re using is blocking access to that api, you’ll have to use another one or make your own.
V_lidus
(xda)
#9
but then why can i still get the active players endpoint then? can a proxy be able to use one part of an API and not another?
im using roproxy btw
roproxy blocked this api because it was being used by apps for malicious purposes. you can create your own or use another one.
1 Like