Favorites
Favorites are how your players will be able to keep track of what servers they enjoyed playing on. These servers can either be personal servers or community servers. When a server is returned from the API, we include a is_favorite
field to indicate if the current player has marked this server as their favorite or not.
Getting Player’s Favorites
We provide an endpoint under the server listing discovery path that will include all servers that are favorited by the current user. This is a paginated list and is useful for displaying a user’s favorites to them.
Adding or Removing Favorites
Adding or removing a favorite is as easy as a POST
or DELETE
request to the server’s /favorite
endpoint.
Updated 8 months ago