![]() Posts: 9 Reputation: +11 Joined: 2023-03-25 |
Posted 2023-07-22 17:01
|
![]() |
I noticed that roblox badges don't have an "awarded date", and how in the site news you couldn't find out how to do it. Well, I've actually discovered an API endpoint that returns exactly what's needed for checking badge award times. More specifically, it's the following endpoint: https://badges.roblox.com/v1/users/*userid*/badges/awarded-dates?badgeIds=*csv,of,badge,ids* which returns something like the following json, as an example with two badge ids and my own roblox account: {"data":[{"badgeId":1524073171,"awardedDate":"2018-04-03T01:05:02.504448Z"},{"badgeId":258262122,"awardedDate":"2017-04-02T08:07:01.433Z"}]} . |
|
![]() Posts: 1497 Reputation: +259 Joined: 2011-09-09 |
Posted 2023-08-04 21:59
|
![]() |
Ahh nice find!!! Should be able to get that in then. Will have to be after fixing the complete clusterfuck that roblox-spammy-achievements are though. |