Getting game recommendations

Hey, does anyone know an api or a way to get whats recommended to me. Im trying to make a log that automatically logs what is recommended to me.

It would be nice if the roblox algorithm was more transparent, I don’t think there’s an api for what you get recommended but this could help: How do I get the most popular games with the API

1 Like

If you send a post request to
https://apis.roblox.com/discovery-api/omni-recommendation with the following payload template:


you should be able to get a list back.
(CPU cores, Max memory, and network type are all wrong, so they can be anything IG.)

Note that this API is intended only to be used when loading the home page, so please avoid spamming it :slight_smile: