Is there an API for likes/favorites?

Hello, I was wondering if there’s an API for game likes and favorites.
Thanks in advance!

2 Likes

Found a similar topic:

1 Like

Yes, here’s the page:
https://games.roblox.com/docs#!/v1

And a example:
https://games.roblox.com/v1/games/votes?universeIds=640204840
https://games.roblox.com/v1/games/640204840/favorites/count

Simply replace 640204840 with your universe id.

You will have to use a proxy instead of directly going through HttpService, though.

9 Likes