Async or API to Retrieve All Badges?

Hey all,

I’ve been searching everywhere in the API references and on the forums, but I was never able to get a clear answer on this matter. A badge checklist is being made, and I was wondering if there’s some API or HTTP service function that allows me to retrieve all the badges within my game without manually storing their IDs into a table. Especially since this game has more than 1000 badges, it would be helpful to retrieve this data from an external function rather than manual input.

Thanks in advance to anyone who contributes their time and help to this issue :slight_smile:

3 Likes

(post withdrawn by author, will be automatically deleted in 1 hour unless flagged)

Yep, there is an API! :slight_smile:
https://badges.roblox.com/docs#!/Badges/get_v1_universes_universeId_badges
While there is a limit of 100 per call, it does include a cursor parameter.

2 Likes