Hey there i’m making a side project and I really need a proxy for getting the image decals (without making my own unless I really have to, as it is just a for fun project). So if anyone can help me with this, BTW here is the regular API:
https://itemconfiguration.roblox.com/v1/creations/get-assets?assetType=Image&limit=100
I tried replacing it with:
https://itemconfiguration.roproxy.com/v1/creations/get-assets?assetType=Image&limit=100
and got a DNS Resolve error… so yeah, any help?
Nobody know any of them? If so please help!
Do you mean you want to get the image into roblox?
i think he wants to
Get the user created asset information filtered by the given asset type
itemconfiguration.roblox.com/docs#v1
1 Like
I already made the script to upload images to roblox, now I need a way to retrieve those images in roblox.
Do you have the id of the image you upload?
Unsure if this still works but I found somthing called “RoProxy” witch is a proxy.
Been running this a few months without really promoting it, rprxy.xyz recently shut down so figured I’d post about it here.
A few highlights:
Significantly faster than rprxy was.
Access to all apis and endpoints, including catalog api.
No rate limits.
Let me know if you have any suggestions or run into any issues.
Disclaimer: I can’t recommend RoProxy (or any public proxy) for production applications. Albeit rare, downtime and slowdowns are inevitable, and you should never rely on third par…
You would need to use the API endpoint @BirdieI90 sent I think and just replace the Roblox.com with RoProxy.com .
Thanks for the response, but you must have missed something in my original post,
domboss37:
here is the regular API:
https://itemconfiguration.roblox.com/v1/creations/get-assets?assetType=Image&limit=100
I tried replacing it with:
https://itemconfiguration.roproxy.com/v1/creations/get-assets?assetType=Image&limit=100
and got a DNS Resolve error… so yeah, any help?
Unless I did it wrong, like I said, when trying to use roproxy I got a DNS Resolve error
Ah shoot my bad.
Might be an issue with roproxy.
Your good, hopefully someone else will know something
Well I guess I have to make my own.