Include Rarity, Won Yesterday, & Won Ever data in BadgeService:GetBadgeInfoAsync() or a new method

As a Roblox developer, it is currently too hard to obtain Rarity, Won Yesterday, & Won Ever data from badges.
For a project I’m working on, displaying this information would greatly improve the badge collecting experience for players. I originally tried using HttpService, but Roblox blocks those requests.

If Roblox is able to address this issue, it would improve my development experience because I wouldn’t need to rely on an external server/proxy to obtain this information.

17 Likes
2 Likes

If I’m not mistaken, they don’t want to rely on 3rd party services.

4 Likes

If I’m not mistaken, they don’t want to rely on 3rd party services.

Yep! In my experience, free proxies for me have been slow and unreliable. I also don’t feel comfortable trusting them with anything server-side. Hacks happen.

I also take the personal stance that, if a proxy is needed for any implementation, it’s due to a platform deficiency (a lack of more badge info in this case).

1 Like