Is there any way for me to scrape for Roblox web endpoints?

Roblox has a large number of web endpoints. Just for groups, so far I’ve found:

https://groups.roblox.com/docs
https://api.roblox.com/docs#Groups
https://www.roblox.com/groups/api/
https://www.roblox.com/groups/groupId/
https://www.roblox.com/group/
https://www.roblox.com/My/Groups.aspx/

Only the first two are documented. The rest are not, and have either been found by looking at the traffic Roblox sends out when I interact with my web browser, or by unofficial compilations of APIs found so far.

Is there any way for me to browse through all of the API members provided through those endpoints? Or will I have to brute force them by testing likely names?

4 Likes

I’m not a wizard (I’m a rudimentary scripter), but I’ll just go ahead and assume that if you had to look at traffic that Roblox sent out in order to see them, then there probably isn’t a way to scrape them.

1 Like

Those are unofficial compilations, however matthewdean is Seranok.

I’d hope for a better more up-to-date list to be released one day.

Yeah my bad I misunderstood the question and didn’t see the second link :no_mouth:

Endpoints on www are not intended to be used except by the Roblox website. Consequently we may change or remove at any time without advance notice. Also there is no public documentation.

We are putting endpoints for the public on standalone sites like groups.roblox.com, which has autogenerated documentation. Please use those sites.

Yeah, I prefer using api.roblox.com or groups.roblox.com. Not all functionality is covered though, so I’m forced to use www endpoints.

If there are endpoints present on www which you would like to use feel free to post a feature request. Make sure to include what you are using it for so we can gauge how worthwhile it is.

1 Like