What is the API endpoint for liking/disliking a game?

I’ve been messing around with lots of the Roblox APIs recently. I now want to mess with the Like/Dislike API, but I do not know the Like/Dislike API Endpoint.

What is the API endpoint for liking/disliking a game?

1 Like

https://www.roblox.com/voting/vote?assetId=gameid&vote=true for liking and
https://www.roblox.com/voting/vote?assetId=gameid&vote=false for disliking, idk if there is another api for liking or disliking but this is what i found

1 Like

Oh thank you! Also for the gameid thing, it’s the Universe Id, and not the Place Id. Thanks!

1 Like

ah yeah i just replaced my id with whatever felt convenient because i didnt feel like somehow getting flagged for self advertisement lul

3 Likes

There’s also: https://games.roblox.com/v1/games/{universeId}/user-votes

2 Likes

That just shows the like/dislike ratio.

1 Like

According to the description, it sets the authenticated user vote for a game.

1 Like

Oh nevermind, that is the right one. I thought you meant this API:

2 Likes

Nice, I know some games (ex: Big Paintball) which seems to get the number of likes directly from an API. Cool.

1 Like