Does roblox have a public API?

I am trying to get the public games API for Roblox and I was wondering if there is an API list that will work with my project (Chrome Extension).

I have looked at a lot of sources but can’t seem to find a public API

Games Api may be what you are looking for specifically. Do note that under the title on the top left, there is a click down menu that will expose a second option, Games API v1, which has more options available and can still be used.

2 Likes

https://games.roblox.com/docs
https://github.com/matthewdean/roblox-web-apis
This seems to be the entire API

1 Like

The docs are really quite bad imo (and there are plenty of undocumented endpoints), but yeah the actual pages for these are found here: https://api.roblox.com/docs?useConsolidatedPage=true it’s quite extensive. Hover over domains to see all subdomains. I use it to automate a lot of stuff myself.