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!)