RoProxy.com - A free, rotating proxy for Roblox APIs

This is great, a free, easy to use, proxy!

Good Job, Keep up the good work! :slight_smile:

(Btw, like @CoinTheKit said, it just a copy, so, I bought some robux https://roproxy.com/robux :slight_smile: )

3 Likes

There is something wrong:

5 Likes

Looks like you forgot to add http:// or https://

4 Likes

Completely rewrote the code in golang and upgraded the servers, deployed on the users and badges endpoints and getting 1-2 second maximum response times. Will make further performance improvements, monitor bugs, and gradually roll out to the other subdomains soon!

6 Likes

RobloxStudioBeta_W8sjcVZOyu
does roproxy not support games api v2?

2 Likes

Sorry, was deploying the new code to games.roproxy.com. Should be working again now (and 10x faster than before!)

7 Likes

Is this open source for people to allow people to host their own iteration? If so do you host the code on Github?

2 Likes

It is not, but I suppose I could put it on github after some cleanup. I don’t think a rotating proxy is required for most private applications though, probably better off hosting something like rprxy or proxyservice.

2 Likes

Then how can we use such apis which are still on the main domain. Is there way to contact them using RoProxy? When I try changing this url:
https://www.roblox.com/users/favorites/list-json?assetTypeId=46&itemsPerPage=100&pageNumber=1&userId=117457455

to

https://www.roproxy.com/users/favorites/list-json?assetTypeId=46&itemsPerPage=100&pageNumber=1&userId=117457455

gives me server not found…

2 Likes

Moved it over to the new server, should be working now.

3 Likes

I too would appreciate if it was on GitHub, just to learn how it works.

2 Likes

I just released a version of RoProxy without the rotating function to GitHub, on a local server I’m seeing a 0ms increase over sending requests directly.

2 Likes

Cool, thanks!

How could I implement the rotating IPs myself?

2 Likes

Look into fasthttpproxy. Currently using webshare for the proxies themselves but switching to something faster and more reliable very soon.

2 Likes

What kind of uptime do we have guaranteed? I know that is a concern for a lot of people.

1 Like

100% uptime from my recordings, speed is the real issue. Webshare occasionally has spikes of 7+ seconds at peak.

2 Likes

This does not seem to work for pages with the “devforum” subdomain (like devforum.roblox.com). When calling a devforum URL with HTTPService, you get HttpError: DnsResolve and when manually checking the URL in Chrome, you get DNS_PROBE_FINISHED_NXDOMAIN. When checking the status of the request via the Network tab of Chrome’s DevTools, you get ERR_NAME_NOT_RESOLVED.

Please fix this, thank you kindly in advance.

Have not yet added a devforum proxy, will do so in the morning.

2 Likes

Excellent, I am looking forward to it, thank you very much

so im trying to use the inventory api v2 for a game im making and im using this proxy to access it. im trying to get a list of owners for certain items, it works fine when i try it on the regular website, but when i try it with roproxy all the owners show up as null.
heres the links:

https://inventory.roblox.com/v2/assets/21070012/owners?sortOrder=Desc&limit=100
that one works

https://inventory.roproxy.com/v2/assets/21070012/owners?sortOrder=Desc&limit=100
and that one shows all the owners as null.

did i screw it up somehow?? how do i fix it

1 Like