I want to get the like and dislike count of some items (example) to display ingame. All my Google searches get unrelated results.
:GetProductInfo simply doesnt have this as an attribute and I dont think its even displayed with the catalogue search API.
After digging around in inspect element I found:
https://www.roblox.com/voting/vote?assetId=<number>&vote=<boolean>
Which is the API used for casting a like or dislike, I assume this is tied to a way to get the total likes and dislikes, but I'm not nearly skilled enough in HTML to figure it out.
If it isn't too much to ask, just a way to get all the information about an item that Roblox can provide would be appreciated, as no one API seems to have everything I need.
If you want to get likes and dislikes you have the publish your model or decal on roblox. I hope this helped you.