Game Search Endpoint

Is there an endpoint for searching a keyword for games? I’ve looked all over the docs and tried various endpoints but can’t seem to find it. I’m wondering if anyone here knows what it is or if it even exists.

Some examples of other search endpoints that do work are:

https://groups.roblox.com/v1/groups/search?keyword=
https://users.roblox.com/v1/users/search?keyword=

I believe you can use this: https://games.roblox.com/docs#!/Games/get_v1_games_list

v1/games/list takes a keyword and returns a list of games.

1 Like

Wow, thanks. Guess I totally overlooked that

1 Like

It says I have to enter a lot of params to execute the query. those params look complicated too, like session Id and stuff. I don’t know where to get those. can you please tell me how I can use that API with just 1 input of keyword in my experience? Thanks !