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

Your network has been labelled as a potential security hazard if RoProxy has done so. Malware, phishing attempts, or other malicious behaviour coming from your network could all be to blame for this.

In this situation, you should take precautions to safeguard the security of your network and devices, including doing a virus check, upgrading your security software, and avoiding visiting websites that could be harmful (CloudFlare does checks, but I’m not an expert, and I’m not sure if it is Cloudflare’s fault). For additional help, you may want to think about getting in touch with your network administrator.

While visiting roproxy, I’ve never had this problem, however, those are just some straightforward fixes you might attempt.

If it has to do with CloudFlare, I won’t be too shocked.

image

No, it’s the inverse. My network doesn’t allow me to use RoProxy, not the other way around. Sorry for the confusion

That’s weird, maybe your Router has blocked it or something? You should definitely go ahead and check that!

1 Like

Yeah, that’s what was interesting. I most likely won’t use this anyway since running it on roblox servers just returned an “HTTP 403” error so proxies like this are extremely inconsistent and unreliable for what I’m trying to use them for.

Hi guys! For me roproxy product info gamepass stop working, https://api.roproxy.com/marketplace/game-pass-product-info?gamePassId=46136839 it’s saying 404 error. Where I can find solution?

1 Like

That endpoint was deprecated by Roblox. As an alternative, use https://economy.roblox.com/v1/game-pass/46136839/game-pass-product-info.

You’re most likely using an endpoint that requires authentication. If you can’t find an alternative endpoint, self-host a proxy and send a cookie along with requests.

use MarketplaceService:GetProductInfo()

just wondering how I would get authenticate a user and then get their friends?

I was using games.roproxy.com lol

Where could I get the Player gamepasses? Is this the right link? As some of them don’t show up.

https://www.roproxy.com/users/inventory/list-json?assetTypeId=34&cursor=&itemsPerPage=100&pageNumber=%s&userId=%s

Is it just me or has the Avatar API been getting Rate Limited constantly recently? It only seems to have started these past few days…

If you refresh this link a few times, it works fine - https://users.roproxy.com/v1/users/156

Yet when you refresh this a few times it seems to get Rate Limited - https://avatar.roproxy.com/v1/outfits/156/details

Although this is weird as when you spam the official Avatar API it works just fine - https://avatar.roblox.com/v1/outfits/156/details

I thought this might be an issue with the Proxy so I tried hosting my own so that I am the only one using it and this exact problem still happens just after 3 or 4 refreshes…

1 Like

Hi! Sorry to disturb you but do you know the API which gets the player’s gamepasses?

Roblox nerfed the ratelimits on the outfits endpoint recently - most likely in their ongoing effort to improve outfit privacy. The reason you’re not running into such strict ratelimits on roblox.com is because you’re signed in - try it in incognito and you’ll see similar results. While I could distribute said endpoint over a larger pool of IPs, I suspect the endpoint may be removed altogether (or at least restricted) in the future and encourage migration to AvatarEditorService:GetOutfits() where possible.

1 Like

Curious to know if theres a solution to this? I tried Roblox’s new AvatarEditorService and it only really works for local players

Turns out it wasn’t , Anyways I’ve found out this is it.

https://inventory.roproxy.com/v2/users/%s/inventory?assetTypes=TShirt&limit=100&sortOrder=Asc

I’m having one issue though, it currently doesn’t return the price data, which I know I can just get it from MarketplaceService Product info, but it’s extremely slow and I need to load the player’s data fast. @okfalse Is there any possible way could you make it return the price info? It’d be really helpful. Thank you.

Sorry, Roblox is the one that maintains the APIs, nothing I can do. My suggestion would be to use catalog.roblox.com/v1/catalog/items/details to get asset prices in bulk.

1 Like

Thanks for your reply!

Is this the official one for RoProxy? because I’ve tried it, it works but it doesn’t return all the assets (Some of them are missing).
https://catalog.roproxy.com/v1/search/items/details?Category=3&CreatorName=

Not the search endpoint - /v1/catalog/items/details takes an array of items and returns sale data.

1 Like

This is happening with me too - with the official Roblox API. I can barely send any requests!