How to get the ratings of a product

I am trying to get the ratings of a product (likes and dislikes) for my game but couldn’t.

I have searched for the answer in the Devforum but I didn’t found one so I thought to make a post about it

I have also looked into :GetProductInfo() but Ratings is not part of Info Received.

Any Help would be Useful. :smiley:

1 Like

The ratings are the dislikes and likes on the product. Like basically what the player thinks about it then they can leave a like or dislike on the gamepass. The only way to get ratings on one of your product is checking the like/dislike ratio on a gamepass.

Your saying it is impossible to actually view likes and dislikes in game?

He said on one of his products he wants the ranking, not the game rating.

I’m sorry my bad. I don’t speak English great

Luckily for you, there’s a web API for getting voting information on assets. For accessing the web API through HttpService, you must use a proxy (such as rprxy.xyz).

Unfortunately, this is only for assets - no web API for gamepasses which I’m aware of.

1 Like

I didn’t say anything about rankings. I wanted the likes and dislikes of a product whether it is a game or clothing.

I said ratings, the ratings on your passes or products are the likes/dislikes ratio to your products.