How to get all games in Roblox?

Hello, I want to re-create the old roblox website from 2008. And I need to get all of the games that available in roblox.

I found the games api,(https://games.roblox.com/docs#!/v2) but, It only takes userId or groupId parameters.

There is also user api too,(https://users.roblox.com/docs) but in “UserSearch” section it requires keyword, but how can I get all groups via keyword in groups api (https://groups.roblox.com/docs)?

So asking again, how could I get all games that available in roblox?

(I know how to use HttpService, I want to know how can I achieve that, I don’t want full code!)

If your looking to do this in LuaU its not the best option, this form doesn’t really support any other programming language and I don’t even think you can do this in Roblox Lua (LuaU)

This can also be copyright so I don’t suggest releasing it anywhere.