I’m trying to find an endpoint to search for games with a keyword
https://games.roblox.com/v1/games/list
https://games.roblox.com/v1/games/list?Keyword=“test”
The first url does return games as intended. But when adding the keyword parameter, it doesn’t return anything.
Couldn’t find anyone with the same problem on the devforum and the api documentation isn’t helpful either.