Recent issue with games web api

Heyo,

To start, I’m not sure if this post belongs in the bug report category but I’m not able to post there anyway so that’s why I’m posting it here + I don’t know if it’s due to a mistake on my part.

I’ve been using the /v1/games/list api endpoint for the past half year (without fault) and I’ve recently noticed that providing a keyword seems to not work. Returning an empty list of games instead of an appropriate list of games.

Here’s an example:

https://games.roblox.com/v1/games/list?model.maxRows=8&model.keyword=deepwoken

Using the updated parameters (e.g. maxRows, Keyword instead of model.) seems to not do anything either.

In conclusion the endpoint without any keyword works fine, but when providing a keyword it seems not to. I hope someone can point out if I need to make an adjustment or if this is a genuine bug.

The keyword parameter is no longer functional on /v1/games/list. Use https://apis.roblox.com/search-api/omni-search?searchQuery=KEYWORD&sessionId=SESSION_ID&pageType=all instead. It’s used in the app and on the website as well.

SESSION_ID usually is a UUID, but can be any string.

1 Like

Thanks this is a life saver, Managed to get stuff working again. Is there any documentation where I can see these endpoints?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.