Player Recommendations

We’ve built a recommendation engine into Nodecraft Studio that can be used to make sure the player always finds something they will enjoy. The engine uses recent playtime of both the player and their friends, alongside tag matching, mixed in with a few other metrics to ensure that the player gets a new mix of servers to try out. We know player’s finding new content is great in extending a game’s lifecycle, so we made sure to build an engine to do so.

This endpoint should be called whenever you want to give players a new list of servers that are tailored to themselves. This endpoint will only return community servers that are listed as discoverable. Since this endpoint is paginated, we recommend creating a paged listing to display these servers.


What’s Next