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?
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?
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
Oh thank you! Also for the gameid thing, it’s the Universe Id, and not the Place Id. Thanks!
ah yeah i just replaced my id with whatever felt convenient because i didnt feel like somehow getting flagged for self advertisement lul
That just shows the like/dislike ratio.
According to the description, it sets the authenticated user vote for a game.
Nice, I know some games (ex: Big Paintball) which seems to get the number of likes directly from an API. Cool.