Will it still be possible to search the ROBLOX library via this URL? I use this to display relevant decals to users in-game and would like to ensure this feature will not break.
Could be something to do with bots / ROBLOX+ sending many many many requests to the catalog to scan for new items. WebGL3D has stated himself (whether its true or not) that he needs to be careful on how many he sends to ROBLOX otherwise he could accidentally give them a mini DDoS attack.
I have talked with WebGL3D, the maker of ROBLOX+, and we both wish the API included a field for timed sale items indicating when they will go offsale. Currently we have to send an additional HTTP request to www.roblox.com/Item.aspx?id=ASSET_ID and scrape it from the page.
It would also be nice if there was a web hook which fired whenever an official ROBLOX-made asset was updated or created. This would eliminate the need for continuously polling the catalog API for updates and would reduce the load on ROBLOX web servers.
It would be great for catalog item change notifications to be built into the website. I hope we can also get notifications for new messages, new trade requests, and group shouts too.
A web hook would still be useful for third party applications wanting to get notified of catalog updates.
A web hook would be useful because it would support near real-time notifications. An RSS feed is not a substitute for a web hook because subscribers would have to poll the RSS feed for updates.